diff options
author | crupest <crupest@outlook.com> | 2021-08-09 15:20:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 15:20:29 +0800 |
commit | 019462b2cb77f9cd25f9afd8074478f875ca0987 (patch) | |
tree | 9b8300cd5e3dca0524afb92efb0e08705914e200 | |
parent | 5bd89f7440b48b0b096d3b89f93055aad1378421 (diff) | |
parent | e55fddc7bffd10d5cbef83507b0ece192a3bdff8 (diff) | |
download | timeline-019462b2cb77f9cd25f9afd8074478f875ca0987.tar.gz timeline-019462b2cb77f9cd25f9afd8074478f875ca0987.tar.bz2 timeline-019462b2cb77f9cd25f9afd8074478f875ca0987.zip |
Merge pull request #728 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-precaching-6.2.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 7cd1da87..236fbd42 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -34,7 +34,7 @@ "rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.2.0",
"workbox-expiration": "^6.2.2",
- "workbox-precaching": "^6.2.0",
+ "workbox-precaching": "^6.2.2",
"workbox-routing": "^6.2.2",
"workbox-strategies": "^6.2.2",
"workbox-window": "^6.2.2",
|