diff options
author | crupest <crupest@outlook.com> | 2021-08-06 16:51:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 16:51:48 +0800 |
commit | 47efb65f2b50da55ab2222846ebc83d92dd4ee02 (patch) | |
tree | eaa6f4085a9ddcfaff50fe51c336e719977241b9 | |
parent | 4b2ec57b4a91fcb576b3682df7bb126b66915840 (diff) | |
parent | 813424e05ec70ff0341a0fbc87f5c118f7f85f7f (diff) | |
download | timeline-47efb65f2b50da55ab2222846ebc83d92dd4ee02.tar.gz timeline-47efb65f2b50da55ab2222846ebc83d92dd4ee02.tar.bz2 timeline-47efb65f2b50da55ab2222846ebc83d92dd4ee02.zip |
Merge pull request #721 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-cacheable-response-6.2.0
build(deps): Bump workbox-cacheable-response from 6.1.5 to 6.2.0 in /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 2c97746e..b216dc31 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.1.5",
+ "workbox-cacheable-response": "^6.2.0",
"workbox-expiration": "^6.2.0",
"workbox-precaching": "^6.2.0",
"workbox-routing": "^6.2.0",
|