Skip to content

Commit

Permalink
Update dependency webpack to v5.64.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 25, 2021
1 parent 8553c1c commit f947d4a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/runtime-webpack/package.json
Expand Up @@ -35,7 +35,7 @@
"ts-jest": "27.0.7",
"tslib": "2.3.1",
"typescript": "4.5.2",
"webpack": "5.61.0"
"webpack": "5.64.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/testbench-webpack/package.json
Expand Up @@ -12,7 +12,7 @@
"rxjs": "6.6.7",
"ts-loader": "9.2.6",
"typescript": "4.5.2",
"webpack": "5.61.0",
"webpack": "5.64.3",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.4.0"
}
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Expand Up @@ -10590,10 +10590,15 @@ webpack-sources@^3.2.0:
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d"
integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==

webpack@5.61.0:
version "5.61.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.61.0.tgz#fa827f0ee9bdfd141dd73c3e891e955ebd52fe7f"
integrity sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==
webpack-sources@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==

webpack@5.64.3:
version "5.64.3"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.3.tgz#f4792cc3f8528db2c18375fa2cd269f69e0bf69f"
integrity sha512-XF6/IL9Bw2PPQioiR1UYA8Bs4tX3QXJtSelezKECdLFeSFzWoe44zqTzPW5N+xI3fACaRl2/G3sNA4WYHD7Iww==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.50"
Expand All @@ -10618,7 +10623,7 @@ webpack@5.61.0:
tapable "^2.1.1"
terser-webpack-plugin "^5.1.3"
watchpack "^2.2.0"
webpack-sources "^3.2.0"
webpack-sources "^3.2.2"

webpack@^5:
version "5.54.0"
Expand Down

0 comments on commit f947d4a

Please sign in to comment.