Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to ^16.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 2ba2f89 commit d05fe32
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.3",
"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 @@ -55,7 +55,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.3",
"ts-node": "^10.9.1",
"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 @@ -6691,10 +6691,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.3":
version: 16.4.3
resolution: "dotenv@npm:16.4.3"
checksum: c66d0b0d7160fe1ee90b219db2de7bf3037e3586195d2ccb5ed37260163616e9620f3f1b4d3319d506a23e8d4916531491285fec2f5fb4dc765702174173d1ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -15219,7 +15219,7 @@ __metadata:
body-parser: ^1.20.1
cookie-parser: ^1.4.6
cors: ^2.8.5
dotenv: ^16.0.3
dotenv: ^16.4.3
express: ^4.18.2
jsonwebtoken: ^9.0.0
memory-cache: ^0.2.0
Expand Down Expand Up @@ -15266,7 +15266,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.3
eslint: ">=8.31.0"
eslint-config-prettier: ^8.10.0
eslint-plugin-import: ^2.29.1
Expand Down

0 comments on commit d05fe32

Please sign in to comment.