From 5b9ba0f9948d288108c699362b0769b819a3e008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 07:13:52 +0000 Subject: build(deps): Bump workbox-window from 6.1.0 to 6.1.1 in /FrontEnd Bumps [workbox-window](https://github.com/googlechrome/workbox) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.1.0...v6.1.1) Signed-off-by: dependabot[bot] --- FrontEnd/package-lock.json | 30 +++++++++++++++--------------- FrontEnd/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 1b1576c1..efacd403 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -35,7 +35,7 @@ "workbox-precaching": "^6.1.0", "workbox-routing": "^6.1.0", "workbox-strategies": "^6.1.0", - "workbox-window": "^6.1.0", + "workbox-window": "^6.1.1", "xregexp": "^5.0.1" }, "devDependencies": { @@ -15680,9 +15680,9 @@ } }, "node_modules/workbox-core": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.0.tgz", - "integrity": "sha512-s3KqTJfBreO4xCZpR2LB5p/EknAx8eg0QumKiIgxM4hRO0RtwS2pJvTieNEM23X3RqxRhqweriLD8To19KUvjg==" + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.1.tgz", + "integrity": "sha512-xsc/72AQxFtt2BHmwU8QtnVV+W5ln4nnYGuz9Q5sPWYGqW4cH0P+FpZDoGM59bmNEyNf+W9bEmidW//e5GsbwQ==" }, "node_modules/workbox-expiration": { "version": "6.1.0", @@ -15799,11 +15799,11 @@ } }, "node_modules/workbox-window": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.1.0.tgz", - "integrity": "sha512-sjnE+nTSnrBvYx5KmpESvsTC82P3yy8h5l4Ae4Q8uLqdH29UQ3bMd8puGVVhX1JZFCmV40cvrbZ1fUj+3/TQ9g==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.1.1.tgz", + "integrity": "sha512-ZT1enHgi6gYfm+HgRWq8nkqLFEtjOjkq3yGV/qhMmKvI39/sIdO4g2LcjqhnUjbhweedX+9KOOu3U4xasQpGcQ==", "dependencies": { - "workbox-core": "^6.1.0" + "workbox-core": "^6.1.1" } }, "node_modules/wrap-ansi": { @@ -28220,9 +28220,9 @@ } }, "workbox-core": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.0.tgz", - "integrity": "sha512-s3KqTJfBreO4xCZpR2LB5p/EknAx8eg0QumKiIgxM4hRO0RtwS2pJvTieNEM23X3RqxRhqweriLD8To19KUvjg==" + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.1.tgz", + "integrity": "sha512-xsc/72AQxFtt2BHmwU8QtnVV+W5ln4nnYGuz9Q5sPWYGqW4cH0P+FpZDoGM59bmNEyNf+W9bEmidW//e5GsbwQ==" }, "workbox-expiration": { "version": "6.1.0", @@ -28333,11 +28333,11 @@ } }, "workbox-window": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.1.0.tgz", - "integrity": "sha512-sjnE+nTSnrBvYx5KmpESvsTC82P3yy8h5l4Ae4Q8uLqdH29UQ3bMd8puGVVhX1JZFCmV40cvrbZ1fUj+3/TQ9g==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.1.1.tgz", + "integrity": "sha512-ZT1enHgi6gYfm+HgRWq8nkqLFEtjOjkq3yGV/qhMmKvI39/sIdO4g2LcjqhnUjbhweedX+9KOOu3U4xasQpGcQ==", "requires": { - "workbox-core": "^6.1.0" + "workbox-core": "^6.1.1" } }, "wrap-ansi": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 3f2aaa52..ff374219 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,7 +33,7 @@ "workbox-precaching": "^6.1.0", "workbox-routing": "^6.1.0", "workbox-strategies": "^6.1.0", - "workbox-window": "^6.1.0", + "workbox-window": "^6.1.1", "xregexp": "^5.0.1" }, "scripts": { -- cgit v1.2.3