diff options
author | crupest <crupest@outlook.com> | 2021-08-06 16:45:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 16:45:47 +0800 |
commit | 553f8f54f30561c33e3f394e31a02f1d2bc6cdce (patch) | |
tree | a538bc32f32acc2dea1249332b73bda213b8499e /FrontEnd | |
parent | 0cf8d4e823a07994d2207754ec84736598bebff6 (diff) | |
parent | 28abfde33e50db84ea25162de817f2d68b46c96f (diff) | |
download | timeline-553f8f54f30561c33e3f394e31a02f1d2bc6cdce.tar.gz timeline-553f8f54f30561c33e3f394e31a02f1d2bc6cdce.tar.bz2 timeline-553f8f54f30561c33e3f394e31a02f1d2bc6cdce.zip |
Merge pull request #725 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-routing-6.2.0
build(deps): Bump workbox-routing from 6.1.5 to 6.2.0 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-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 7d53355c..cde935b6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.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.5",
+ "workbox-routing": "^6.2.0",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.1",
"xregexp": "^5.1.0"
|