Skip to content

Commit

Permalink
Update dependency dotenv to v11 (keystonejs#7182)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 11, 2022
1 parent 075d83a commit 1fae761
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples-staging/assets-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@keystone-6/core": "^1.0.0",
"dotenv": "^10.0.0"
"dotenv": "^11.0.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@keystone-6/cloudinary": "^1.0.0",
"@keystone-6/core": "^1.0.0",
"@types/nodemailer": "^6.4.4",
"dotenv": "^10.0.0",
"dotenv": "^11.0.0",
"next": "^12.0.7",
"nodemailer": "^6.7.1",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/embedded-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@keystone-6/core": "^1.0.0",
"dotenv": "^10.0.0",
"dotenv": "^11.0.0",
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion tests/admin-ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@manypkg/find-root": "^1.1.0",
"async-retry": "^1.3.3",
"dotenv": "^10.0.0",
"dotenv": "^11.0.0",
"node-fetch": "^2.6.6",
"tree-kill": "^1.2.2"
}
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5533,11 +5533,16 @@ dot-prop@^6.0.1:
dependencies:
is-obj "^2.0.0"

[email protected], dotenv@^10.0.0:
[email protected]:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==

dotenv@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-11.0.0.tgz#ee37feddf8ada6d348a79e198312d4a8abfd1c1e"
integrity sha512-Fp/b504Y5W+e+FpCxTFMUZ7ZEQkQYF0rx+KZtmwixJxGQbLHrhCwo3FjZgNC8vIfrSi29PABNbMoCGD9YoiXbQ==

dotenv@^8.1.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
Expand Down

0 comments on commit 1fae761

Please sign in to comment.