From b781922fc38b8b86b420d4b293cdc53dfff3864c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 09:01:51 +0000 Subject: [PATCH] Bump webpack-subresource-integrity from 1.3.3 to 1.5.2 Bumps [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity) from 1.3.3 to 1.5.2. - [Release notes](https://github.com/waysact/webpack-subresource-integrity/releases) - [Changelog](https://github.com/waysact/webpack-subresource-integrity/blob/main/CHANGELOG.md) - [Commits](https://github.com/waysact/webpack-subresource-integrity/compare/v1.3.3...v1.5.2) --- updated-dependencies: - dependency-name: webpack-subresource-integrity dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index efd894b..741dc0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12354,9 +12354,9 @@ } }, "webpack-subresource-integrity": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.3.3.tgz", - "integrity": "sha512-t668hZNc/fZCgt2u83A4Tp9l5sDEwAhEC5XQ2QugshEr9WkNNDQC6551pB/JUfy5DwqTa/MJzAjeG5QQ9vxCEA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.2.tgz", + "integrity": "sha512-GBWYBoyalbo5YClwWop9qe6Zclp8CIXYGIz12OPclJhIrSplDxs1Ls1JDMH8xBPPrg1T6ISaTW9Y6zOrwEiAzw==", "dev": true, "requires": { "webpack-sources": "^1.3.0"