Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to ^16.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 4ebaf98 commit 272c29d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"memory-cache": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@polkadot/util": "10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@types/valid-url": "^1.0.7",
"dotenv": "^16.0.3",
"dotenv": "^16.4.5",
"ts-node": "^10.9.2",
"valid-url": "^1.0.9"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6754,10 +6754,10 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:^16.0.3":
version: 16.3.1
resolution: "dotenv@npm:16.3.1"
checksum: 15d75e7279018f4bafd0ee9706593dd14455ddb71b3bcba9c52574460b7ccaf67d5cf8b2c08a5af1a9da6db36c956a04a1192b101ee102a3e0cf8817bbcf3dfd
"dotenv@npm:^16.4.5":
version: 16.4.5
resolution: "dotenv@npm:16.4.5"
checksum: 301a12c3d44fd49888b74eb9ccf9f07a1f5df43f489e7fcb89647a2edcd84c42d6bc349dc8df099cd18f07c35c7b04685c1a4f3e6a6a9e6b30f8d48c15b7f49c
languageName: node
linkType: hard

Expand Down Expand Up @@ -15282,7 +15282,7 @@ __metadata:
body-parser: ^1.20.1
cookie-parser: ^1.4.6
cors: ^2.8.5
dotenv: ^16.0.3
dotenv: ^16.4.5
express: ^4.18.2
jsonwebtoken: ^9.0.0
memory-cache: ^0.2.0
Expand Down Expand Up @@ -15329,7 +15329,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.62.0
"@typescript-eslint/parser": ^5.62.0
concurrently: ^8.2.2
dotenv: ^16.0.3
dotenv: ^16.4.5
eslint: ">=8.31.0"
eslint-config-prettier: ^8.10.0
eslint-plugin-import: ^2.29.1
Expand Down

0 comments on commit 272c29d

Please sign in to comment.