Browse Source

Bump webpack from 5.20.0 to 5.20.1 (#1114)

pull/1116/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
7b8185b00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -13,7 +13,7 @@
"html-webpack-plugin": "^4.5.1",
"prettier": "2.2.1",
"style-loader": "^2.0.0",
"webpack": "^5.20.0",
"webpack": "^5.20.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},

8
yarn.lock

@ -3842,10 +3842,10 @@ webpack-sources@^2.1.1:
source-list-map "^2.0.1"
source-map "^0.6.1"
webpack@^5.20.0:
version "5.20.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.0.tgz#7225c2e780f4332aef18e0b323b8b3ec01e16d66"
integrity sha512-k7X/+gisrvirr4bzv8JVLzy2RhWiVzd3gA9qzS5je3lwqYrMc5F549vLOk34BoNkkUp4SIpt1rQp48pTxBMXvA==
webpack@^5.20.1:
version "5.20.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.1.tgz#dfecbcfb660544113a923479c8ca1044fdbf1533"
integrity sha512-cStILc8W14WZXsgfeJmNIQlmQU06F7THfCJ6id3pIB/EXuR6nquolJ2ZJoaLNb6zdec6O2jOAzVKtBYc7vGDjg==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.46"

Loading…
Cancel
Save