From 4e852d7d5cb75dfd2ecc777102bf9c043d06fa0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 17:16:00 +0000 Subject: [PATCH] Bump webpack-subresource-integrity from 1.3.4 to 1.5.1 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e2681bce..8e4cd14c 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "webpack-dev-server": "3.8.2", "webpack-merge": "4.2.1", "webpack-sources": "1.1.0", - "webpack-subresource-integrity": "1.3.4", + "webpack-subresource-integrity": "1.5.1", "what-input": "5.0.5", "worker-loader": "1.1.1" }, diff --git a/yarn.lock b/yarn.lock index c11422de..abb29788 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15664,10 +15664,10 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack- source-list-map "^2.0.0" source-map "~0.6.1" -webpack-subresource-integrity@1.3.4: - version "1.3.4" - resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-1.3.4.tgz#4554e0c622d6787f880eba009cdb73139c107bad" - integrity sha512-6XbGYzjh30cGQT/NsC+9IAkJP8IL7/t47sbwR5DLSsamiD56Rwv4/+hsgEHsviPvrEFZ0JRAQtCRN3UsR2Pw9g== +webpack-subresource-integrity@1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.1.tgz#6f44ea99987266b70c4ec42ac51064d33e982277" + integrity sha512-uekbQ93PZ9e7BFB8Hl9cFIVYQyQqiXp2ExKk9Zv+qZfH/zHXHrCFAfw1VW0+NqWbTWrs/HnuDrto3+tiPXh//Q== dependencies: webpack-sources "^1.3.0"