diff options
author | crupest <crupest@outlook.com> | 2021-08-12 01:35:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 01:35:19 +0800 |
commit | ae9f878a745a3da6f0dabdf5158ef5cc0ae60e1b (patch) | |
tree | 7277d84a7231307fa691aebd3718dfc68bc2beb7 | |
parent | 381ab5edcf0915ed84262e9edf6ae62624c33f95 (diff) | |
parent | 7e66572ee48922f494630981b5440ee747841d15 (diff) | |
download | timeline-ae9f878a745a3da6f0dabdf5158ef5cc0ae60e1b.tar.gz timeline-ae9f878a745a3da6f0dabdf5158ef5cc0ae60e1b.tar.bz2 timeline-ae9f878a745a3da6f0dabdf5158ef5cc0ae60e1b.zip |
Merge pull request #737 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-cacheable-response-6.2.3
-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 40cf5c16..b2a47ed0 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,7 +32,7 @@ "regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.3.0",
- "workbox-cacheable-response": "^6.2.2",
+ "workbox-cacheable-response": "^6.2.3",
"workbox-expiration": "^6.2.2",
"workbox-precaching": "^6.2.2",
"workbox-routing": "^6.2.2",
|