From dbe2084ffcdb6ca093417fa21161c39ba993fb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 04:59:20 +0000 Subject: [PATCH] Bump webpack-subresource-integrity in /Portal/CodeProject.Portal Bumps [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity) from 1.4.1 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.4.1...v1.5.1) Signed-off-by: dependabot[bot] --- Portal/CodeProject.Portal/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Portal/CodeProject.Portal/package-lock.json b/Portal/CodeProject.Portal/package-lock.json index 1bfe5d3..3e69e7d 100644 --- a/Portal/CodeProject.Portal/package-lock.json +++ b/Portal/CodeProject.Portal/package-lock.json @@ -10255,9 +10255,9 @@ } }, "webpack-subresource-integrity": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.4.1.tgz", - "integrity": "sha512-XMLFInbGbB1HV7K4vHWANzc1CN0t/c4bBvnlvGxGwV45yE/S/feAXIm8dJsCkzqWtSKnmaEgTp/meyeThxG4Iw==", + "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"