Skip to content

Commit d00a0c3

Browse files
fix(deps): update dependency dotenv to v17 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a976175 commit d00a0c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/valora-inc/secrets-loader#readme",
2828
"dependencies": {
2929
"@google-cloud/secret-manager": "^6.0.1",
30-
"dotenv": "^16.6.1"
30+
"dotenv": "^17.0.1"
3131
},
3232
"devDependencies": {
3333
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,10 +2025,10 @@ dot-prop@^5.1.0:
20252025
dependencies:
20262026
is-obj "^2.0.0"
20272027

2028-
dotenv@^16.6.1:
2029-
version "16.6.1"
2030-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
2031-
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
2028+
dotenv@^17.0.1:
2029+
version "17.0.1"
2030+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.1.tgz#79bc4d232fadb42a4092685ff1206d31b2a43f95"
2031+
integrity sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==
20322032

20332033
dotgitignore@^2.1.0:
20342034
version "2.1.0"

0 commit comments

Comments
 (0)