From df0ca05dab37b0824e12b3046b0bd83b1d0f3639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 05:55:51 +0000 Subject: build(deps): Bump workbox-routing from 6.0.2 to 6.1.0 in /FrontEnd Bumps [workbox-routing](https://github.com/googlechrome/workbox) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.0.2...v6.1.0) Signed-off-by: dependabot[bot] --- FrontEnd/package-lock.json | 15 +++++++++++---- FrontEnd/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index edb18725..173d3b20 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -12324,11 +12324,18 @@ } }, "workbox-routing": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.0.2.tgz", - "integrity": "sha512-iQ9ch3fL1YpztDLfHNURaHQ0ispgPCdzWmZZhtSHUyy/+YkTlIiDVTbOQCIpHIrWlKQiim6X3K2ItIy1FW9+wA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.1.0.tgz", + "integrity": "sha512-FXQ5cwb6Mk90fC0rfQLX0pN+r/N4eBafwkh/QanJUq0e6jMPdDFLrlsikZL/0LcXEx+yAkWLytoiS+d2HOEBOw==", "requires": { - "workbox-core": "^6.0.2" + "workbox-core": "^6.1.0" + }, + "dependencies": { + "workbox-core": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.0.tgz", + "integrity": "sha512-s3KqTJfBreO4xCZpR2LB5p/EknAx8eg0QumKiIgxM4hRO0RtwS2pJvTieNEM23X3RqxRhqweriLD8To19KUvjg==" + } } }, "workbox-strategies": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 5cca94a3..454eb2fc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -29,7 +29,7 @@ "regenerator-runtime": "^0.13.7", "rxjs": "^6.6.3", "workbox-precaching": "^6.0.2", - "workbox-routing": "^6.0.2", + "workbox-routing": "^6.1.0", "workbox-strategies": "^6.0.2", "workbox-window": "^6.0.2", "xregexp": "^4.4.1" -- cgit v1.2.3