Skip to content

Commit

Permalink
Update dependency dotenv to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 21, 2021
1 parent 703c334 commit 73242ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "the-overseer",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "GPL-3.0",
"dependencies": {
"@prisma/client": "2.22.0",
"@slack/bolt": "^3.3.0",
"axios": "^0.21.1",
"dotenv": "^9.0.0",
"dotenv": "^10.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,10 @@ dot-prop@^5.2.0:
dependencies:
is-obj "^2.0.0"

dotenv@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.0.tgz#2408af4e39378375b7eebe30b7b54989e36d6e46"
integrity sha512-yy3x9XjojW8ROTBePD25AcMoHqGHsvHmtfw8QWlpEXyMMXXPj6brUA464AptUvHuTPRmNz6Sd3ZLNLeJl6dHJA==
dotenv@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==

duplexer3@^0.1.4:
version "0.1.4"
Expand Down

0 comments on commit 73242ca

Please sign in to comment.