diff --git a/hello-world/package-lock.json b/hello-world/package-lock.json index 806859e..d97b3ce 100644 --- a/hello-world/package-lock.json +++ b/hello-world/package-lock.json @@ -12818,10 +12818,9 @@ } }, "webpack-subresource-integrity": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.4.0.tgz", - "integrity": "sha512-GB1kB/LwAWC3CxwcedGhMkxGpNZxSheCe1q+KJP1bakuieAdX/rGHEcf5zsEzhKXpqsGqokgsDoD9dIkr61VDQ==", - "dev": true, + "version": ">=1.5.1", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.1.tgz", + "requires": { "webpack-sources": "^1.3.0" }