diff options
author | 2021-04-04 08:41:10 +0000 | |
---|---|---|
committer | 2021-04-04 08:41:10 +0000 | |
commit | 5785d31560b9751ca72e9a8e3bbc7e9a21050df3 (patch) | |
tree | 68605c612711e8f9c7ac1a53234081b0bb97f0a4 | |
parent | Merge pull request #203 from python-discord/dependabot/npm_and_yarn/types/nod... (diff) |
Bump webpack from 5.24.3 to 5.30.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.3 to 5.30.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.3...v5.30.0)
Signed-off-by: dependabot[bot] <[email protected]>
-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 5de8cd2..cb4287b 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" |