Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit beb0ac9

Browse files
committed
build(deps): update dependency webpack to v5.64.2
1 parent 1c21d20 commit beb0ac9

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@
9696
"tslint": "~5.20.0",
9797
"typescript": "~4.4.3",
9898
"wait-on": "^6.0.0",
99-
"webpack": "5.59.1"
99+
"webpack": "5.64.2"
100100
}
101101
}

yarn.lock

+14-9
Original file line numberDiff line numberDiff line change
@@ -13106,17 +13106,22 @@ webpack-sources@^3.2.0:
1310613106
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
1310713107
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
1310813108

13109+
webpack-sources@^3.2.2:
13110+
version "3.2.2"
13111+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
13112+
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
13113+
1310913114
1311013115
version "5.0.0"
1311113116
resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-5.0.0.tgz#8268b9cc1a229a8f8129ca9eeb59cde52185b6b1"
1311213117
integrity sha512-x9514FpLRydO+UAQ8DY4aLtCjxmdLkuQVcDFN1kGzuusREYJ1B0rzk/iIlWiL6dnvrhEGFj2+UsdxDkP8Z4UKg==
1311313118
dependencies:
1311413119
typed-assert "^1.0.8"
1311513120

13116-
webpack@5.59.1:
13117-
version "5.59.1"
13118-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.59.1.tgz#60c77e9aad796252153d4d7ab6b2d4c11f0e548c"
13119-
integrity sha512-I01IQV9K96FlpXX3V0L4nvd7gb0r7thfuu1IfT2P4uOHOA77nKARAKDYGe/tScSHKnffNIyQhLC8kRXzY4KEHQ==
13121+
webpack@5.62.2:
13122+
version "5.62.2"
13123+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.62.2.tgz#9a352423396a3d434f8c3aef19dcfd79b58fe88a"
13124+
integrity sha512-GDJymz2MEpfcLoLHQFtV72raCVsuQtlUHeeNixbYh5DkFombEhoLyto3GU8xA42VfRXR7pxrYQ75Sd+YelFe5A==
1312013125
dependencies:
1312113126
"@types/eslint-scope" "^3.7.0"
1312213127
"@types/estree" "^0.0.50"
@@ -13143,10 +13148,10 @@ [email protected]:
1314313148
watchpack "^2.2.0"
1314413149
webpack-sources "^3.2.0"
1314513150

13146-
webpack@5.62.2:
13147-
version "5.62.2"
13148-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.62.2.tgz#9a352423396a3d434f8c3aef19dcfd79b58fe88a"
13149-
integrity sha512-GDJymz2MEpfcLoLHQFtV72raCVsuQtlUHeeNixbYh5DkFombEhoLyto3GU8xA42VfRXR7pxrYQ75Sd+YelFe5A==
13151+
webpack@5.64.2:
13152+
version "5.64.2"
13153+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.2.tgz#152e28d4712a6223b06c06cba0d3e622a61611a0"
13154+
integrity sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==
1315013155
dependencies:
1315113156
"@types/eslint-scope" "^3.7.0"
1315213157
"@types/estree" "^0.0.50"
@@ -13171,7 +13176,7 @@ [email protected]:
1317113176
tapable "^2.1.1"
1317213177
terser-webpack-plugin "^5.1.3"
1317313178
watchpack "^2.2.0"
13174-
webpack-sources "^3.2.0"
13179+
webpack-sources "^3.2.2"
1317513180

1317613181
1317713182
version "0.6.5"

0 commit comments

Comments
 (0)