diff options
author | 2021-02-02 22:32:43 +0000 | |
---|---|---|
committer | 2021-02-02 22:32:43 +0000 | |
commit | b1a5eb79257c018150f4edf24cfcae6b271515b1 (patch) | |
tree | 16965692757712635231cd200b62ee30e5ab3e15 | |
parent | Merge pull request #116 from python-discord/dependabot/npm_and_yarn/testing-l... (diff) |
Bump webpack from 5.18.0 to 5.20.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.18.0 to 5.20.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.18.0...v5.20.0)
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json index ab731de..5b97ed1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "smoothscroll-polyfill": "0.4.4", "swc-loader": "0.1.12", "typescript": "4.1.3", - "webpack": "5.18.0", + "webpack": "5.20.0", "webpack-cli": "4.4.0", "webpack-manifest-plugin": "3.0.0", "workbox-webpack-plugin": "6.1.0" @@ -9083,10 +9083,10 @@ webpack-sources@^2.1.1, webpack-sources@^2.2.0: source-list-map "^2.0.1" source-map "^0.6.1" - version "5.18.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.18.0.tgz#bbcf13094aa0da0534d513f27d7ee72d74e499c6" - integrity sha512-RmiP/iy6ROvVe/S+u0TrvL/oOmvP+2+Bs8MWjvBwwY/j82Q51XJyDJ75m0QAGntL1Wx6B//Xc0+4VPP/hlNHmw== + version "5.20.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.0.tgz#7225c2e780f4332aef18e0b323b8b3ec01e16d66" + integrity sha512-k7X/+gisrvirr4bzv8JVLzy2RhWiVzd3gA9qzS5je3lwqYrMc5F549vLOk34BoNkkUp4SIpt1rQp48pTxBMXvA== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46" @@ -9106,7 +9106,6 @@ [email protected]: loader-runner "^4.2.0" mime-types "^2.1.27" neo-async "^2.6.2" - pkg-dir "^5.0.0" schema-utils "^3.0.0" tapable "^2.1.1" terser-webpack-plugin "^5.1.1" |