Updated package version of webpack-subresource-integrity (#1497)

This commit is contained in:
Sumit Ghosh 2020-10-21 16:34:55 +05:30 committed by GitHub
parent d910eb416d
commit b196622846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.1",
"webpack-sources": "1.4.3",
"webpack-subresource-integrity": "1.1.0-rc.6",
"webpack-subresource-integrity": "1.5.1",
"worker-plugin": "3.2.0"
},
"dependencies": {
@ -16876,9 +16876,9 @@
}
},
"webpack-subresource-integrity": {
"version": "1.1.0-rc.6",
"resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.1.0-rc.6.tgz",
"integrity": "sha512-Az7y8xTniNhaA0620AV1KPwWOqawurVVDzQSpPAeR5RwNbL91GoBSJAAo9cfd+GiFHwsS5bbHepBw1e6Hzxy4w==",
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.1.tgz",
"integrity": "sha512-uekbQ93PZ9e7BFB8Hl9cFIVYQyQqiXp2ExKk9Zv+qZfH/zHXHrCFAfw1VW0+NqWbTWrs/HnuDrto3+tiPXh//Q==",
"dev": true,
"requires": {
"webpack-core": "^0.6.8"