Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5163c2

Browse files
InsaLilivsavkin
authored andcommittedNov 16, 2020
fix(web): upgraded webpack-subresource-integrity (#4004)
1 parent 830377a commit a5163c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"webpack-merge": "4.2.1",
234234
"webpack-node-externals": "^1.7.2",
235235
"webpack-sources": "1.4.3",
236-
"webpack-subresource-integrity": "1.1.0-rc.6",
236+
"webpack-subresource-integrity": "^1.5.1",
237237
"worker-plugin": "3.2.0",
238238
"yargs": "15.4.1",
239239
"yargs-parser": "20.0.0",

Diff for: ‎packages/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"webpack-dev-middleware": "3.7.0",
111111
"webpack-merge": "4.2.1",
112112
"webpack-sources": "1.4.3",
113-
"webpack-subresource-integrity": "1.1.0-rc.6",
113+
"webpack-subresource-integrity": "^1.5.1",
114114
"worker-plugin": "3.2.0",
115115
"webpack-dev-server": "3.9.0",
116116
"webpack-node-externals": "1.7.2"

0 commit comments

Comments
 (0)
Please sign in to comment.