Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to v16.4.7 (#15304)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 220ab8c commit 47f7fdd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion locksmith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cookie-parser": "1.4.7",
"cors": "2.8.5",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"ethers": "6.13.4",
"express": "5.0.0-beta.3",
"express-winston": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion unlock-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"calendar-link": "2.7.0",
"csv": "6.3.11",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"eslint": "9.11.1",
"ethers": "6.13.4",
"file-saver": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion unlock-protocol-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"babel-preset-react-app": "10.0.1",
"calendar-link": "2.8.0",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"embla-carousel-react": "8.5.1",
"eslint": "9.14.0",
"ethers": "6.13.4",
Expand Down
2 changes: 1 addition & 1 deletion wedlocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@unlock-protocol/eslint-config": "workspace:./packages/eslint-config",
"babel-loader": "9.2.1",
"babel-plugin-wildcard": "7.0.0",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"eslint": "9.17.0",
"handlebars": "4.7.8",
"netlify-cli": "15.11.0",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18252,7 +18252,7 @@ __metadata:
cookie-parser: "npm:1.4.7"
cors: "npm:2.8.5"
dayjs: "npm:1.11.13"
dotenv: "npm:16.4.5"
dotenv: "npm:16.4.7"
eslint: "npm:9.17.0"
eslint-config-standard: "npm:17.1.0"
ethers: "npm:6.13.4"
Expand Down Expand Up @@ -18522,7 +18522,7 @@ __metadata:
calendar-link: "npm:2.7.0"
csv: "npm:6.3.11"
dayjs: "npm:1.11.13"
dotenv: "npm:16.4.5"
dotenv: "npm:16.4.7"
eslint: "npm:9.11.1"
ethers: "npm:6.13.4"
file-saver: "npm:2.0.5"
Expand Down Expand Up @@ -18634,7 +18634,7 @@ __metadata:
babel-preset-react-app: "npm:10.0.1"
calendar-link: "npm:2.8.0"
dayjs: "npm:1.11.13"
dotenv: "npm:16.4.5"
dotenv: "npm:16.4.7"
embla-carousel-react: "npm:8.5.1"
eslint: "npm:9.14.0"
eslint-config-next: "npm:14.2.22"
Expand Down Expand Up @@ -18681,7 +18681,7 @@ __metadata:
"@unlock-protocol/eslint-config": "workspace:./packages/eslint-config"
babel-loader: "npm:9.2.1"
babel-plugin-wildcard: "npm:7.0.0"
dotenv: "npm:16.4.5"
dotenv: "npm:16.4.7"
eslint: "npm:9.17.0"
handlebars: "npm:4.7.8"
netlify-cli: "npm:15.11.0"
Expand Down Expand Up @@ -26487,7 +26487,14 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:16.4.5, dotenv@npm:^16.0.0, dotenv@npm:^16.0.3, dotenv@npm:^16.3.1, dotenv@npm:^16.4.5":
"dotenv@npm:16.4.7":
version: 16.4.7
resolution: "dotenv@npm:16.4.7"
checksum: 10/f13bfe97db88f0df4ec505eeffb8925ec51f2d56a3d0b6d916964d8b4af494e6fb1633ba5d09089b552e77ab2a25de58d70259b2c5ed45ec148221835fc99a0c
languageName: node
linkType: hard

"dotenv@npm:^16.0.0, dotenv@npm:^16.0.3, dotenv@npm:^16.3.1, dotenv@npm:^16.4.5":
version: 16.4.5
resolution: "dotenv@npm:16.4.5"
checksum: 10/55a3134601115194ae0f924e54473459ed0d9fc340ae610b676e248cca45aa7c680d86365318ea964e6da4e2ea80c4514c1adab5adb43d6867fb57ff068f95c8
Expand Down

0 comments on commit 47f7fdd

Please sign in to comment.