~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

fix: upgrade @dotenvx/dotenvx from 1.44.2 to 1.45.2 (#12)

Snyk has created this PR to upgrade @dotenvx/dotenvx from 1.44.2 to 1.45.2.

See this package in npm:
@dotenvx/dotenvx

See this project in Snyk:
https://app.snyk.io/org/ajhalili2006/project/0ec9e00a-3cf4-4086-8a87-da8da5e5fd26?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Discussion: https://github.com/andreijiroh-dev/website/pull/12
LGTM: @mfhellscapes (on behalf of @ajhalili2006)

+7 -7
package-lock.json
···
"version": "0.1.0",
"license": "MPL-2.0",
"dependencies": {
-
"@dotenvx/dotenvx": "^1.44.2"
+
"@dotenvx/dotenvx": "^1.45.2"
},
"devDependencies": {
"npm-check-updates": "^18.0.1",
···
}
},
"node_modules/@dotenvx/dotenvx": {
-
"version": "1.44.2",
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.44.2.tgz",
-
"integrity": "sha512-2C44+G2dch4cB6zw7+oGQ9VcFQuuVhc5xOzfVvY7iUEj2PRhiVMIB6SpNMK1V5TvpdqrAqCYFjclK18Mh9vwNQ==",
+
"version": "1.45.2",
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.45.2.tgz",
+
"integrity": "sha512-dljVOZTZhwF3G6E1ifDviOOF/vdHqf37xHVWYzNWW+Zk8Mm8KSJiKvWnFze1KknuWUPNb1jDL53I1f8XXKHEYg==",
"license": "BSD-3-Clause",
"dependencies": {
"commander": "^11.1.0",
···
},
"@dotenvx/dotenvx": {
-
"version": "1.44.2",
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.44.2.tgz",
-
"integrity": "sha512-2C44+G2dch4cB6zw7+oGQ9VcFQuuVhc5xOzfVvY7iUEj2PRhiVMIB6SpNMK1V5TvpdqrAqCYFjclK18Mh9vwNQ==",
+
"version": "1.45.2",
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.45.2.tgz",
+
"integrity": "sha512-dljVOZTZhwF3G6E1ifDviOOF/vdHqf37xHVWYzNWW+Zk8Mm8KSJiKvWnFze1KknuWUPNb1jDL53I1f8XXKHEYg==",
"requires": {
"commander": "^11.1.0",
"dotenv": "^16.4.5",
+1 -1
package.json
···
"wrangler": "^4.20.0"
},
"dependencies": {
-
"@dotenvx/dotenvx": "^1.44.2"
+
"@dotenvx/dotenvx": "^1.45.2"
}
}