diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-16 07:16:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 07:16:29 +0000 |
commit | f6a9bd4310294b87b4304368f53562453cf91f81 (patch) | |
tree | dee38cffc2d5011901cd40f99f53555189b0445a | |
parent | b9cdf81d6b9bbe54969c776b7aaabc7e57ddf1fc (diff) | |
parent | 6db30e57756e41e0fd22445bf5a2d6681ab4688f (diff) | |
download | timeline-f6a9bd4310294b87b4304368f53562453cf91f81.tar.gz timeline-f6a9bd4310294b87b4304368f53562453cf91f81.tar.bz2 timeline-f6a9bd4310294b87b4304368f53562453cf91f81.zip |
Merge pull request #379 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-expiration-6.1.2
-rw-r--r-- | FrontEnd/package-lock.json | 18 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 1579c91a..cc3ed30d 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -32,7 +32,7 @@ "remarkable": "^2.0.1", "rxjs": "^6.6.6", "workbox-cacheable-response": "^6.1.0", - "workbox-expiration": "^6.1.0", + "workbox-expiration": "^6.1.2", "workbox-precaching": "^6.1.0", "workbox-routing": "^6.1.2", "workbox-strategies": "^6.1.0", @@ -15828,11 +15828,11 @@ "integrity": "sha512-69rch7EyPsNAx5Y5YlSoHV39/EEE1oDeb5zmLIy6+mgB4BnaG6u/tlDtvjvKqHcPM0gz2L5SzYtTEvWmk5WRTQ==" }, "node_modules/workbox-expiration": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.1.1.tgz", - "integrity": "sha512-WbEv8NG1ZUiWI+jv3v7Jqed/PyCMoTpLcf3Nw7tKq0nGy6DFQtmSizO37uJ73oc8vttck97UBPQRiwyP1bZnAg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.1.2.tgz", + "integrity": "sha512-86cXz8Ae5cAJMgJ6aD/8E1NMNON4qGnE4ir1G3VuOu1xLsx2ItbbXmz6b0BB2dZ+kX6BDwqE0wkgS5As5Sds7g==", "dependencies": { - "workbox-core": "^6.1.1" + "workbox-core": "^6.1.2" } }, "node_modules/workbox-google-analytics": { @@ -28482,11 +28482,11 @@ "integrity": "sha512-69rch7EyPsNAx5Y5YlSoHV39/EEE1oDeb5zmLIy6+mgB4BnaG6u/tlDtvjvKqHcPM0gz2L5SzYtTEvWmk5WRTQ==" }, "workbox-expiration": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.1.1.tgz", - "integrity": "sha512-WbEv8NG1ZUiWI+jv3v7Jqed/PyCMoTpLcf3Nw7tKq0nGy6DFQtmSizO37uJ73oc8vttck97UBPQRiwyP1bZnAg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.1.2.tgz", + "integrity": "sha512-86cXz8Ae5cAJMgJ6aD/8E1NMNON4qGnE4ir1G3VuOu1xLsx2ItbbXmz6b0BB2dZ+kX6BDwqE0wkgS5As5Sds7g==", "requires": { - "workbox-core": "^6.1.1" + "workbox-core": "^6.1.2" } }, "workbox-google-analytics": { diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 0a63039d..96c6e1ac 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -30,7 +30,7 @@ "remarkable": "^2.0.1",
"rxjs": "^6.6.6",
"workbox-cacheable-response": "^6.1.0",
- "workbox-expiration": "^6.1.0",
+ "workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
"workbox-routing": "^6.1.2",
"workbox-strategies": "^6.1.0",
|