Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"dotenv": "17.4.2",
"dotenv-expand": "12.0.3"
"dotenv-expand": "13.0.0"
},
"devDependencies": {
"@tsconfig/node-lts": "24.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"chalk": "5.6.2",
"dotenv": "17.4.2",
"dotenv-expand": "12.0.3",
"dotenv-expand": "13.0.0",
"fastest-levenshtein": "1.0.16",
"globby": "16.2.0",
"kill-port": "2.0.1",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6203,7 +6203,7 @@ __metadata:
"@willbooster/wb": "npm:13.12.13"
build-ts: "npm:17.1.10"
dotenv: "npm:17.4.2"
dotenv-expand: "npm:12.0.3"
dotenv-expand: "npm:13.0.0"
oxfmt: "npm:0.48.0"
oxlint: "npm:1.63.0"
oxlint-tsgolint: "npm:0.22.1"
Expand Down Expand Up @@ -6308,7 +6308,7 @@ __metadata:
build-ts: "npm:17.1.10"
chalk: "npm:5.6.2"
dotenv: "npm:17.4.2"
dotenv-expand: "npm:12.0.3"
dotenv-expand: "npm:13.0.0"
fastest-levenshtein: "npm:1.0.16"
globby: "npm:16.2.0"
kill-port: "npm:2.0.1"
Expand Down Expand Up @@ -9368,6 +9368,15 @@ __metadata:
languageName: node
linkType: hard

"dotenv-expand@npm:13.0.0":
version: 13.0.0
resolution: "dotenv-expand@npm:13.0.0"
dependencies:
dotenv: "npm:^17.4.2"
checksum: 10c0/debebb7807fedebb21078dc661d28d69d373f3a673165afea7f7a8c3b82f0da675e417b2d42c40b1f3d357741c8b24a77d6f4376886092a82456225b3d241b88
languageName: node
linkType: hard

"dotenv-expand@npm:8.0.3":
version: 8.0.3
resolution: "dotenv-expand@npm:8.0.3"
Expand All @@ -9389,7 +9398,7 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:17.4.2":
"dotenv@npm:17.4.2, dotenv@npm:^17.4.2":
version: 17.4.2
resolution: "dotenv@npm:17.4.2"
checksum: 10c0/164f8e77a646c8446867d5b588d26ea6005c8ea7c5eb41cf926f6113d23f2191355f6e0cfd95ea9bab98394a5b0a3f1e51a8399711b666fe55cc7b0bd745f942
Expand Down
Loading