Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency dotenv to v10 (#1197)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 14, 2021
1 parent 82b3689 commit 851e286
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"colors": "1.4.0",
"dotenv": "8.2.0",
"dotenv": "10.0.0",
"esm": "3.2.25",
"knex": "0.21.15",
"lerna": "3.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/http-proxy": "1.17.4",
"@types/node": "13.13.5",
"cross-env": "7.0.3",
"dotenv": "8.2.0",
"dotenv": "10.0.0",
"nodemon": "2.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/hast": "2.3.1",
"@types/ramda": "0.27.34",
"@types/react-test-renderer": "17.0.0",
"dotenv": "8.2.0",
"dotenv": "10.0.0",
"identity-obj-proxy": "3.0.0",
"mutationobserver-shim": "0.3.7",
"nodemon": "2.0.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5061,10 +5061,10 @@ dot-prop@^5.1.0, dot-prop@^5.2.0:
dependencies:
is-obj "^2.0.0"

dotenv@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
dotenv@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==

dumdum@1.0.0-alpha.5:
version "1.0.0-alpha.5"
Expand Down

0 comments on commit 851e286

Please sign in to comment.