diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 07:33:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 07:33:13 +0000 |
commit | 340ac4ccbd76d7d1c214783e39d8655c65c20b06 (patch) | |
tree | fec9baa401ba03cf2860543d6c1efb724ca952af | |
parent | 8c2c07349d3a7b39438d7f87d00d7d56f746cddb (diff) | |
parent | 21e516c1985190c3739680d21445a87fcc69b247 (diff) | |
download | timeline-340ac4ccbd76d7d1c214783e39d8655c65c20b06.tar.gz timeline-340ac4ccbd76d7d1c214783e39d8655c65c20b06.tar.bz2 timeline-340ac4ccbd76d7d1c214783e39d8655c65c20b06.zip |
Merge pull request #455 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-routing-6.1.5
-rw-r--r-- | FrontEnd/package-lock.json | 2 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 36b3a39c..c1b98bdb 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -35,7 +35,7 @@ "workbox-cacheable-response": "^6.1.5", "workbox-expiration": "^6.1.2", "workbox-precaching": "^6.1.0", - "workbox-routing": "^6.1.2", + "workbox-routing": "^6.1.5", "workbox-strategies": "^6.1.0", "workbox-window": "^6.1.1", "xregexp": "^5.0.2" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 801462c2..482eae80 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,7 +33,7 @@ "workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
- "workbox-routing": "^6.1.2",
+ "workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.1",
"xregexp": "^5.0.2"
|