Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to v16.3.2 (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent f2000fa commit 88da3b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/shared-lib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"prettier": "@willbooster/prettier-config",
"dependencies": {
"dotenv": "16.3.1",
"dotenv": "16.3.2",
"tree-kill": "1.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "@willbooster/prettier-config",
"dependencies": {
"chalk": "5.3.0",
"dotenv": "16.3.1",
"dotenv": "16.3.2",
"kill-port": "2.0.1",
"minimal-promise-pool": "4.0.0",
"tree-kill": "1.2.2"
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7423,7 +7423,7 @@ __metadata:
"@willbooster/eslint-config-ts": "npm:10.5.1"
"@willbooster/prettier-config": "npm:9.1.2"
build-ts: "npm:12.0.4"
dotenv: "npm:16.3.1"
dotenv: "npm:16.3.2"
eslint: "npm:8.56.0"
eslint-config-prettier: "npm:9.1.0"
eslint-import-resolver-typescript: "npm:3.6.1"
Expand Down Expand Up @@ -7533,7 +7533,7 @@ __metadata:
at-decorators: "npm:1.4.2"
build-ts: "npm:12.0.4"
chalk: "npm:5.3.0"
dotenv: "npm:16.3.1"
dotenv: "npm:16.3.2"
eslint: "npm:8.56.0"
eslint-config-prettier: "npm:9.1.0"
eslint-import-resolver-typescript: "npm:3.6.1"
Expand Down Expand Up @@ -10847,6 +10847,13 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:16.3.2":
version: 16.3.2
resolution: "dotenv@npm:16.3.2"
checksum: a87d62cef0810b670cb477db1a24a42a093b6b428c9e65c185ce1d6368ad7175234b13547718ba08da18df43faae4f814180cc0366e11be1ded2277abc4dd22e
languageName: node
linkType: hard

"dotenv@npm:^8.0.0":
version: 8.6.0
resolution: "dotenv@npm:8.6.0"
Expand Down

0 comments on commit 88da3b0

Please sign in to comment.