diff options
author | crupest <crupest@outlook.com> | 2021-08-06 16:51:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 16:51:38 +0800 |
commit | 4b2ec57b4a91fcb576b3682df7bb126b66915840 (patch) | |
tree | 51d9c4e28d88ac6081472ee4aeacb218e37878fc /FrontEnd | |
parent | e2e3307711eba4d4f4e1d9c674216dce3a435fd4 (diff) | |
parent | e58ee0e8a2b14dd6bd792231732d04cfd3a41e55 (diff) | |
download | timeline-4b2ec57b4a91fcb576b3682df7bb126b66915840.tar.gz timeline-4b2ec57b4a91fcb576b3682df7bb126b66915840.tar.bz2 timeline-4b2ec57b4a91fcb576b3682df7bb126b66915840.zip |
Merge pull request #722 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-precaching-6.2.0
build(deps): Bump workbox-precaching 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 6158eed5..2c97746e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -34,7 +34,7 @@ "rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.2.0",
- "workbox-precaching": "^6.1.0",
+ "workbox-precaching": "^6.2.0",
"workbox-routing": "^6.2.0",
"workbox-strategies": "^6.1.0",
"workbox-window": "^6.1.1",
|