Skip to content

Commit a976175

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0"
30+
"dotenv": "^16.6.1"
3131
},
3232
"devDependencies": {
3333
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ dot-prop@^5.1.0:
20252025
dependencies:
20262026
is-obj "^2.0.0"
20272027

2028-
dotenv@^16.6.0:
2028+
dotenv@^16.6.1:
20292029
version "16.6.1"
20302030
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
20312031
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==

0 commit comments

Comments
 (0)