diff options
-rw-r--r-- | FrontEnd/package-lock.json | 30 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index afc68645..ac5c8dae 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -32,7 +32,7 @@ "regenerator-runtime": "^0.13.7", "remarkable": "^2.0.1", "rxjs": "^6.6.7", - "workbox-cacheable-response": "^6.1.0", + "workbox-cacheable-response": "^6.1.5", "workbox-expiration": "^6.1.2", "workbox-precaching": "^6.1.0", "workbox-routing": "^6.1.2", @@ -15845,17 +15845,17 @@ } }, "node_modules/workbox-cacheable-response": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.1.2.tgz", - "integrity": "sha512-zSTQWJU+CBHC90N/Dccb9n0IzbTsmnl28usKOlVYbfHS5wit3izpD7djqqHzgzyS+gdemRjY4s02VV9WvyeD1w==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.1.5.tgz", + "integrity": "sha512-x8DC71lO/JCgiaJ194l9le8wc8lFPLgUpDkLhp2si7mXV6S/wZO+8Osvw1LLgYa8YYTWGbhbFhFTXIkEMknIIA==", "dependencies": { - "workbox-core": "^6.1.2" + "workbox-core": "^6.1.5" } }, "node_modules/workbox-core": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.2.tgz", - "integrity": "sha512-69rch7EyPsNAx5Y5YlSoHV39/EEE1oDeb5zmLIy6+mgB4BnaG6u/tlDtvjvKqHcPM0gz2L5SzYtTEvWmk5WRTQ==" + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.5.tgz", + "integrity": "sha512-9SOEle7YcJzg3njC0xMSmrPIiFjfsFm9WjwGd5enXmI8Lwk8wLdy63B0nzu5LXoibEmS9k+aWF8EzaKtOWjNSA==" }, "node_modules/workbox-expiration": { "version": "6.1.2", @@ -28525,17 +28525,17 @@ } }, "workbox-cacheable-response": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.1.2.tgz", - "integrity": "sha512-zSTQWJU+CBHC90N/Dccb9n0IzbTsmnl28usKOlVYbfHS5wit3izpD7djqqHzgzyS+gdemRjY4s02VV9WvyeD1w==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.1.5.tgz", + "integrity": "sha512-x8DC71lO/JCgiaJ194l9le8wc8lFPLgUpDkLhp2si7mXV6S/wZO+8Osvw1LLgYa8YYTWGbhbFhFTXIkEMknIIA==", "requires": { - "workbox-core": "^6.1.2" + "workbox-core": "^6.1.5" } }, "workbox-core": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.2.tgz", - "integrity": "sha512-69rch7EyPsNAx5Y5YlSoHV39/EEE1oDeb5zmLIy6+mgB4BnaG6u/tlDtvjvKqHcPM0gz2L5SzYtTEvWmk5WRTQ==" + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.1.5.tgz", + "integrity": "sha512-9SOEle7YcJzg3njC0xMSmrPIiFjfsFm9WjwGd5enXmI8Lwk8wLdy63B0nzu5LXoibEmS9k+aWF8EzaKtOWjNSA==" }, "workbox-expiration": { "version": "6.1.2", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 787617dd..ff2a1668 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
"rxjs": "^6.6.7",
- "workbox-cacheable-response": "^6.1.0",
+ "workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.2",
|