diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-31 05:55:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 05:55:51 +0000 |
commit | df0ca05dab37b0824e12b3046b0bd83b1d0f3639 (patch) | |
tree | 33cc00fe246d1a5eca57ccf35a3997a394f28f56 | |
parent | 034ee8100e0fe5e382a99c4cea25a8a1ab3a70d3 (diff) | |
download | timeline-df0ca05dab37b0824e12b3046b0bd83b1d0f3639.tar.gz timeline-df0ca05dab37b0824e12b3046b0bd83b1d0f3639.tar.bz2 timeline-df0ca05dab37b0824e12b3046b0bd83b1d0f3639.zip |
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] <support@github.com>
-rw-r--r-- | FrontEnd/package-lock.json | 15 | ||||
-rw-r--r-- | 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"
|