diff options
author | 2021-04-04 11:54:38 +0300 | |
---|---|---|
committer | 2021-04-04 11:54:38 +0300 | |
commit | 6fd413fa24ef7d38e463456e350b6f6e33acb562 (patch) | |
tree | 732a79de7283351796646f6f0e9eb8cbb91a3b88 | |
parent | Merge pull request #204 from python-discord/dependabot/npm_and_yarn/typescrip... (diff) | |
parent | Bump webpack from 5.24.3 to 5.30.0 (diff) |
Merge pull request #205 from python-discord/dependabot/npm_and_yarn/webpack-5.30.0
Bump webpack from 5.24.3 to 5.30.0
-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 69bd13a..55a6d98 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "swc-loader": "0.1.12", "typescript": "4.2.3", "universal-cookie": "4.0.4", - "webpack": "5.24.3", + "webpack": "5.30.0", "webpack-cli": "4.5.0", "webpack-manifest-plugin": "3.1.0", "workbox-webpack-plugin": "6.1.2" @@ -9043,10 +9043,10 @@ webpack-sources@^2.1.1, webpack-sources@^2.2.0: source-list-map "^2.0.1" source-map "^0.6.1" - version "5.24.3" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.3.tgz#6ec0f5059f8d7c7961075fa553cfce7b7928acb3" - integrity sha512-x7lrWZ7wlWAdyKdML6YPvfVZkhD1ICuIZGODE5SzKJjqI9A4SpqGTjGJTc6CwaHqn19gGaoOR3ONJ46nYsn9rw== + version "5.30.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.30.0.tgz#07d87c182a060e0c2491062f3dc0edc85a29d884" + integrity sha512-Zr9NIri5yzpfmaMea2lSMV1UygbW0zQsSlGLMgKUm63ACXg6alhd1u4v5UBSBjzYKXJN6BNMGVM7w165e7NxYA== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46" |