aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/package-lock.json')
-rw-r--r--FrontEnd/package-lock.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index edb18725..173d3b20 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -12324,11 +12324,18 @@
}
},
"workbox-routing": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.0.2.tgz",
- "integrity": "sha512-iQ9ch3fL1YpztDLfHNURaHQ0ispgPCdzWmZZhtSHUyy/+YkTlIiDVTbOQCIpHIrWlKQiim6X3K2ItIy1FW9+wA==",
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.1.0.tgz",
+ "integrity": "sha512-FXQ5cwb6Mk90fC0rfQLX0pN+r/N4eBafwkh/QanJUq0e6jMPdDFLrlsikZL/0LcXEx+yAkWLytoiS+d2HOEBOw==",
"requires": {
- "workbox-core": "^6.0.2"
+ "workbox-core": "^6.1.0"
+ },
+ "dependencies": {
+ "workbox-core": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.0.tgz",
+ "integrity": "sha512-s3KqTJfBreO4xCZpR2LB5p/EknAx8eg0QumKiIgxM4hRO0RtwS2pJvTieNEM23X3RqxRhqweriLD8To19KUvjg=="
+ }
}
},
"workbox-strategies": {