Skip to content

Commit

Permalink
Bump dotenv from 8.6.0 to 16.3.1
Browse files Browse the repository at this point in the history
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.0 to 16.3.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v8.6.0...v16.3.1)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 3ea9253 commit ffcdd16
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/combiner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/uuid": "^7.0.3",
"blind-threshold-bls": "npm:@celo/[email protected]",
"bunyan": "1.8.15",
"dotenv": "^8.2.0",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"lru-cache": "^10.0.1",
"node-fetch": "^2.6.9",
Expand Down
2 changes: 1 addition & 1 deletion apps/signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"blind-threshold-bls": "npm:@celo/[email protected]",
"bunyan": "1.8.15",
"cron": "^2.4.1",
"dotenv": "^8.2.0",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"knex": "^2.1.0",
"lru-cache": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bunyan": "1.8.15",
"bunyan-debug-stream": "2.0.0",
"bunyan-gke-stackdriver": "0.1.2",
"dotenv": "^8.2.0",
"dotenv": "^16.3.1",
"elliptic": "^6.5.4",
"express": "^4.17.6",
"fp-ts": "2.1.1",
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ __metadata:
"@types/uuid": "npm:^7.0.3"
blind-threshold-bls: "npm:@celo/[email protected]"
bunyan: "npm:1.8.15"
dotenv: "npm:^8.2.0"
dotenv: "npm:^16.3.1"
express: "npm:^4.17.1"
jest: "npm:^29.7.0"
knex: "npm:^2.1.0"
Expand Down Expand Up @@ -1970,7 +1970,7 @@ __metadata:
bunyan: "npm:1.8.15"
bunyan-debug-stream: "npm:2.0.0"
bunyan-gke-stackdriver: "npm:0.1.2"
dotenv: "npm:^8.2.0"
dotenv: "npm:^16.3.1"
elliptic: "npm:^6.5.4"
express: "npm:^4.17.6"
fp-ts: "npm:2.1.1"
Expand Down Expand Up @@ -2035,7 +2035,7 @@ __metadata:
blind-threshold-bls: "npm:@celo/[email protected]"
bunyan: "npm:1.8.15"
cron: "npm:^2.4.1"
dotenv: "npm:^8.2.0"
dotenv: "npm:^16.3.1"
express: "npm:^4.17.1"
jest: "npm:^29.7.0"
knex: "npm:^2.1.0"
Expand Down Expand Up @@ -10174,6 +10174,13 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:^16.3.1":
version: 16.3.1
resolution: "dotenv@npm:16.3.1"
checksum: dbb778237ef8750e9e3cd1473d3c8eaa9cc3600e33a75c0e36415d0fa0848197f56c3800f77924c70e7828f0b03896818cd52f785b07b9ad4d88dba73fbba83f
languageName: node
linkType: hard

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

0 comments on commit ffcdd16

Please sign in to comment.