Skip to content

Commit 8fcf9fc

Browse files
renovate-botfilipesilva
authored andcommitted
build: update webpack-subresource-integrity to version 1.5.0
1 parent 897b23a commit 8fcf9fc

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"webpack-dev-server": "3.10.3",
233233
"webpack-merge": "5.2.0",
234234
"webpack-sources": "2.0.1",
235-
"webpack-subresource-integrity": "1.4.0",
235+
"webpack-subresource-integrity": "1.5.0",
236236
"worker-plugin": "5.0.0",
237237
"zone.js": "^0.10.2"
238238
},

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"webpack-dev-server": "3.11.0",
7575
"webpack-merge": "5.2.0",
7676
"webpack-sources": "2.0.1",
77-
"webpack-subresource-integrity": "1.4.1",
77+
"webpack-subresource-integrity": "1.5.0",
7878
"worker-plugin": "5.0.0"
7979
},
8080
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12865,17 +12865,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0, webpack-
1286512865
source-list-map "^2.0.0"
1286612866
source-map "~0.6.1"
1286712867

12868-
12869-
version "1.4.0"
12870-
resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-1.4.0.tgz#44963a64c9a214ad729158e7f46d52c2525cc88a"
12871-
integrity sha512-GB1kB/LwAWC3CxwcedGhMkxGpNZxSheCe1q+KJP1bakuieAdX/rGHEcf5zsEzhKXpqsGqokgsDoD9dIkr61VDQ==
12872-
dependencies:
12873-
webpack-sources "^1.3.0"
12874-
12875-
12876-
version "1.4.1"
12877-
resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-1.4.1.tgz#e8bf918b444277df46a66cd84542cbcdc5a6272d"
12878-
integrity sha512-XMLFInbGbB1HV7K4vHWANzc1CN0t/c4bBvnlvGxGwV45yE/S/feAXIm8dJsCkzqWtSKnmaEgTp/meyeThxG4Iw==
12868+
12869+
version "1.5.0"
12870+
resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.0.tgz#3b90889c5a98e5b292f4652ece224632802e5cf1"
12871+
integrity sha512-d2VhJiaguyAUoQAphCfieTif4mn6bMrQqxPH4YL1PTJiyayzvkWH8xNEMis13ekH/o/KUO1OqO5khCgB43YHdA==
1287912872
dependencies:
1288012873
webpack-sources "^1.3.0"
1288112874

0 commit comments

Comments
 (0)