diff options
author | 2021-02-06 23:16:24 +0000 | |
---|---|---|
committer | 2021-02-06 23:16:24 +0000 | |
commit | 3c6330f8153cf61355cc3a5f51f5e952b28ff27a (patch) | |
tree | 7a23b6463986e50a50ae0524a836c2f67e83b9f6 | |
parent | Merge pull request #123 from python-discord/dependabot/npm_and_yarn/html-webp... (diff) |
Bump webpack from 5.20.0 to 5.21.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.20.0 to 5.21.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.20.0...v5.21.1)
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 b65a25a..94ccda2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "smoothscroll-polyfill": "0.4.4", "swc-loader": "0.1.12", "typescript": "4.1.3", - "webpack": "5.20.2", + "webpack": "5.21.1", "webpack-cli": "4.5.0", "webpack-manifest-plugin": "3.0.0", "workbox-webpack-plugin": "6.1.0" @@ -9000,10 +9000,10 @@ webpack-sources@^2.1.1, webpack-sources@^2.2.0: source-list-map "^2.0.1" source-map "^0.6.1" - version "5.20.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.2.tgz#55a6e461e2a6e1ca7467a419886acf9c7b052d5f" - integrity sha512-gGPip54KK7DznaaPHVuNGqym3LAXXL+bPkZ9SlLTCdHmmk+m5x+D4UZdhWvw32CMahYlZwZYPsioFIw36/txYQ== + version "5.21.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.21.1.tgz#a5a13965187deeaa674a0ecea219b61060a2c38f" + integrity sha512-H/fjQiDETEZDKoZm/LhvDBxOIKf9rfOdqb2pKTHRvBFMIRtwAwYlPCgBd0gc5xiDG5DqkxAiFZgAF/4H41wMuQ== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46" |