Browse Source

Bump webpack from 5.8.0 to 5.9.0 (#946)

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

2
package.json

@ -14,7 +14,7 @@
"prettier": "2.2.0",
"style-loader": "^2.0.0",
"text-encoding": "^0.7.0",
"webpack": "^5.8.0",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},

8
yarn.lock

@ -4063,10 +4063,10 @@ webpack-sources@^2.1.1:
source-list-map "^2.0.1"
source-map "^0.6.1"
webpack@^5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.8.0.tgz#65f00a181708279ff982c2d7338e1dd5505364c4"
integrity sha512-X2yosPiHip3L0TE+ylruzrOqSgEgsdGyBOGFWKYChcwlKChaw9VodZIUovG1oo7s0ss6e3ZxBMn9tXR+nkPThA==
webpack@^5.9.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.9.0.tgz#af2e9cf9d6c7867cdcf214ea3bb5eb77aece6895"
integrity sha512-YnnqIV/uAS5ZrNpctSv378qV7HmbJ74DL+XfvMxzbX1bV9e7eeT6eEWU4wuUw33CNr/HspBh7R/xQlVjTEyAeA==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.45"

Loading…
Cancel
Save