diff options
author | crupest <crupest@outlook.com> | 2022-03-29 13:55:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 13:55:54 +0800 |
commit | a41114389e26fc55eedca3ace934e8035f0eeecb (patch) | |
tree | 1346d3b719b036abcebc83098924ab1db1136649 | |
parent | 333ebfde5d70a09ea85436851198b6d56046e3e9 (diff) | |
parent | de3ed0153648ff24ccd50b2909daa0c2970ba983 (diff) | |
download | timeline-a41114389e26fc55eedca3ace934e8035f0eeecb.tar.gz timeline-a41114389e26fc55eedca3ace934e8035f0eeecb.tar.bz2 timeline-a41114389e26fc55eedca3ace934e8035f0eeecb.zip |
Merge pull request #1129 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-window-6.5.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 dd58a051..878509ca 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -36,7 +36,7 @@ "workbox-precaching": "^6.5.2",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.1",
- "workbox-window": "^6.5.1",
+ "workbox-window": "^6.5.2",
"xregexp": "^5.1.0"
},
"scripts": {
|