Skip to content

Commit e96731a

Browse files
committed
Update dependency webpack to v5.64.3
1 parent d3060e7 commit e96731a

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
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.3"
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.3",
1616
"webpack-cli": "4.9.1",
1717
"webpack-dev-server": "4.4.0"
1818
}

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10590,10 +10590,15 @@ webpack-sources@^3.2.0:
1059010590
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d"
1059110591
integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==
1059210592

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==
10593+
webpack-sources@^3.2.2:
10594+
version "3.2.2"
10595+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
10596+
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
10597+
10598+
webpack@5.64.3:
10599+
version "5.64.3"
10600+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.3.tgz#f4792cc3f8528db2c18375fa2cd269f69e0bf69f"
10601+
integrity sha512-XF6/IL9Bw2PPQioiR1UYA8Bs4tX3QXJtSelezKECdLFeSFzWoe44zqTzPW5N+xI3fACaRl2/G3sNA4WYHD7Iww==
1059710602
dependencies:
1059810603
"@types/eslint-scope" "^3.7.0"
1059910604
"@types/estree" "^0.0.50"
@@ -10618,7 +10623,7 @@ webpack@5.61.0:
1061810623
tapable "^2.1.1"
1061910624
terser-webpack-plugin "^5.1.3"
1062010625
watchpack "^2.2.0"
10621-
webpack-sources "^3.2.0"
10626+
webpack-sources "^3.2.2"
1062210627

1062310628
webpack@^5:
1062410629
version "5.54.0"

0 commit comments

Comments
 (0)