Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit adbaee6

Browse files
Bump dotenv from 8.2.0 to 10.0.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 10.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v8.2.0...v10.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent fc066a7 commit adbaee6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/imperialbin/IMPERIAL-bot#readme",
2828
"dependencies": {
2929
"discord.js": "^12.5.1",
30-
"dotenv": "^8.2.0",
30+
"dotenv": "^10.0.0",
3131
"mongoose": "^5.11.18",
3232
"imperial-node": "^1.3.0",
3333
"node-fetch": "^2.6.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@ dot-prop@^5.2.0:
327327
dependencies:
328328
is-obj "^2.0.0"
329329

330-
dotenv@^8.2.0:
331-
version "8.6.0"
332-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
333-
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
330+
dotenv@^10.0.0:
331+
version "10.0.0"
332+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
333+
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
334334

335335
duplexer3@^0.1.4:
336336
version "0.1.4"

0 commit comments

Comments
 (0)