Skip to content

Commit 9539467

Browse files
committed
Update dependency webpack to v5.64.4
1 parent 9b2b12d commit 9539467

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

packages/runtime-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"ts-jest": "27.0.7",
3636
"tslib": "2.3.1",
3737
"typescript": "4.5.2",
38-
"webpack": "5.61.0"
38+
"webpack": "5.64.4"
3939
},
4040
"publishConfig": {
4141
"access": "public",

packages/testbench-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"rxjs": "6.6.7",
1313
"ts-loader": "9.2.6",
1414
"typescript": "4.5.2",
15-
"webpack": "5.61.0",
15+
"webpack": "5.64.4",
1616
"webpack-cli": "4.9.1",
1717
"webpack-dev-server": "4.4.0"
1818
}

yarn.lock

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10488,6 +10488,14 @@ watchpack@^2.2.0:
1048810488
glob-to-regexp "^0.4.1"
1048910489
graceful-fs "^4.1.2"
1049010490

10491+
watchpack@^2.3.0:
10492+
version "2.3.0"
10493+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.0.tgz#a41bca3da6afaff31e92a433f4c856a0c25ea0c4"
10494+
integrity sha512-MnN0Q1OsvB/GGHETrFeZPQaOelWh/7O+EiFlj8sM9GPjtQkis7k01aAxrg/18kTfoIVcLL+haEVFlXDaSRwKRw==
10495+
dependencies:
10496+
glob-to-regexp "^0.4.1"
10497+
graceful-fs "^4.1.2"
10498+
1049110499
wbuf@^1.1.0, wbuf@^1.7.3:
1049210500
version "1.7.3"
1049310501
resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
@@ -10590,10 +10598,15 @@ webpack-sources@^3.2.0:
1059010598
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d"
1059110599
integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==
1059210600

10593-
webpack@5.61.0:
10594-
version "5.61.0"
10595-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.61.0.tgz#fa827f0ee9bdfd141dd73c3e891e955ebd52fe7f"
10596-
integrity sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==
10601+
webpack-sources@^3.2.2:
10602+
version "3.2.2"
10603+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
10604+
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
10605+
10606+
webpack@5.64.4:
10607+
version "5.64.4"
10608+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.4.tgz#e1454b6a13009f57cc2c78e08416cd674622937b"
10609+
integrity sha512-LWhqfKjCLoYJLKJY8wk2C3h77i8VyHowG3qYNZiIqD6D0ZS40439S/KVuc/PY48jp2yQmy0mhMknq8cys4jFMw==
1059710610
dependencies:
1059810611
"@types/eslint-scope" "^3.7.0"
1059910612
"@types/estree" "^0.0.50"
@@ -10617,8 +10630,8 @@ webpack@5.61.0:
1061710630
schema-utils "^3.1.0"
1061810631
tapable "^2.1.1"
1061910632
terser-webpack-plugin "^5.1.3"
10620-
watchpack "^2.2.0"
10621-
webpack-sources "^3.2.0"
10633+
watchpack "^2.3.0"
10634+
webpack-sources "^3.2.2"
1062210635

1062310636
webpack@^5:
1062410637
version "5.54.0"

0 commit comments

Comments
 (0)