From ff7d3b80b69f5430e9d28da3f72f44959adab65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 01:50:07 +0000 Subject: [PATCH] Bump webpack-subresource-integrity from 1.3.4 to 1.5.1 in /editor Bumps [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity) from 1.3.4 to 1.5.1. - [Release notes](https://github.com/waysact/webpack-subresource-integrity/releases) - [Changelog](https://github.com/waysact/webpack-subresource-integrity/blob/master/CHANGELOG.md) - [Commits](https://github.com/waysact/webpack-subresource-integrity/compare/v1.3.4...v1.5.1) Signed-off-by: dependabot[bot] --- editor/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editor/package-lock.json b/editor/package-lock.json index 3340aa0..23960ad 100644 --- a/editor/package-lock.json +++ b/editor/package-lock.json @@ -12982,9 +12982,9 @@ } }, "webpack-subresource-integrity": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.3.4.tgz", - "integrity": "sha512-6XbGYzjh30cGQT/NsC+9IAkJP8IL7/t47sbwR5DLSsamiD56Rwv4/+hsgEHsviPvrEFZ0JRAQtCRN3UsR2Pw9g==", + "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-sources": "^1.3.0"