From 4c372aa171558c8fd43df7566c1b3e574a007325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 12:02:34 +0000 Subject: [PATCH] Bump webpack-subresource-integrity from 1.3.1 to 1.5.2 Bumps [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity) from 1.3.1 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.1...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 47d2bdbb4..1b2bbd28c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13320,9 +13320,9 @@ } }, "webpack-subresource-integrity": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.3.1.tgz", - "integrity": "sha512-NDI2gZ2RD2C58AltjxSg2XsltFE1+n8g09aJH8elbCI8bBQ91shAOmPbgo9VcwdXg0StfePFgW9p6FgdPjD6nQ==", + "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"