diff options
| author | 2021-05-08 22:42:54 +0300 | |
|---|---|---|
| committer | 2021-05-08 22:42:54 +0300 | |
| commit | cbdc190247445c94a562be2e6e854ae39539dcb1 (patch) | |
| tree | 0a7effdf3a52d5ee35acdeee1aa7e3452db0784f | |
| parent | Merge pull request #235 from python-discord/dependabot/npm_and_yarn/webpack-m... (diff) | |
| parent | Bump dotenv from 8.2.0 to 9.0.0 (diff) | |
Merge pull request #239 from python-discord/dependabot/npm_and_yarn/dotenv-9.0.0
Bump dotenv from 8.2.0 to 9.0.0
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/package.json b/package.json index 18e8df1..56f98f6 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@      "@types/smoothscroll-polyfill": "0.3.1",      "@typescript-eslint/eslint-plugin": "4.22.1",      "@typescript-eslint/parser": "4.22.1", -    "dotenv": "8.2.0", +    "dotenv": "9.0.0",      "eslint": "7.23.0",      "eslint-plugin-react": "7.23.2",      "husky": "6.0.0", @@ -3809,10 +3809,10 @@ dot-case@^3.0.3:      no-case "^3.0.3"      tslib "^1.10.0" -  version "8.2.0" -  resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" -  integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== +  version "9.0.0" +  resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.0.tgz#2408af4e39378375b7eebe30b7b54989e36d6e46" +  integrity sha512-yy3x9XjojW8ROTBePD25AcMoHqGHsvHmtfw8QWlpEXyMMXXPj6brUA464AptUvHuTPRmNz6Sd3ZLNLeJl6dHJA==  ecc-jsbn@~0.1.1:    version "0.1.2" | 
