diff options
author | 2021-02-08 06:53:27 +0000 | |
---|---|---|
committer | 2021-02-08 06:53:27 +0000 | |
commit | dfa142ecc201cf45e7be13a8427fe0fb81ad2015 (patch) | |
tree | 4f21b69f0a7984e3ad6d1bb8ca97a8eff4bfe977 | |
parent | Merge pull request #129 from python-discord/cleanup-depends (diff) |
Bump webpack from 5.21.1 to 5.21.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.21.1 to 5.21.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.21.1...v5.21.2)
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 a5af419..59ec062 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "smoothscroll-polyfill": "0.4.4", "swc-loader": "0.1.12", "typescript": "4.1.3", - "webpack": "5.21.1", + "webpack": "5.21.2", "webpack-cli": "4.5.0", "webpack-manifest-plugin": "3.0.0", "workbox-webpack-plugin": "6.1.0" @@ -9058,10 +9058,10 @@ webpack-sources@^2.1.1, webpack-sources@^2.2.0: source-list-map "^2.0.1" source-map "^0.6.1" - version "5.21.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.21.1.tgz#a5a13965187deeaa674a0ecea219b61060a2c38f" - integrity sha512-H/fjQiDETEZDKoZm/LhvDBxOIKf9rfOdqb2pKTHRvBFMIRtwAwYlPCgBd0gc5xiDG5DqkxAiFZgAF/4H41wMuQ== + version "5.21.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.21.2.tgz#647507e50d3637695be28af58a6a8246050394e7" + integrity sha512-xHflCenx+AM4uWKX71SWHhxml5aMXdy2tu/vdi4lClm7PADKxlyDAFFN1rEFzNV0MAoPpHtBeJnl/+K6F4QBPg== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46" |