diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-16 07:16:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 07:16:23 +0000 |
commit | 9d1bacaf0f2f1d1df44119f33005f68fdd33f85f (patch) | |
tree | 8b4f91ba538b6f67131ab43879e72848137017b1 | |
parent | 42e0c05fbccc22a0d156c08ed85d18f459804bb3 (diff) | |
parent | f59040f36dead8f8514f9f9604be69e5e218b5b6 (diff) | |
download | timeline-9d1bacaf0f2f1d1df44119f33005f68fdd33f85f.tar.gz timeline-9d1bacaf0f2f1d1df44119f33005f68fdd33f85f.tar.bz2 timeline-9d1bacaf0f2f1d1df44119f33005f68fdd33f85f.zip |
Merge pull request #380 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-routing-6.1.2
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 74266b39..d7a8ceee 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "workbox-cacheable-response": "^6.1.0",
"workbox-expiration": "^6.1.0",
"workbox-precaching": "^6.1.0",
- "workbox-routing": "^6.1.0",
+ "workbox-routing": "^6.1.2",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.1",
"xregexp": "^5.0.1"
|