aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-13 07:10:42 +0000
committerGitHub <noreply@github.com>2021-04-13 07:10:42 +0000
commitd3beba4a3501992144523e2f45e05dedea7c3daf (patch)
tree36bf79024d788c90cf97ffea87f2d4cab8884ed7
parent8f60a412b2aa7336c94d548c26af4318f3294b8b (diff)
downloadtimeline-d3beba4a3501992144523e2f45e05dedea7c3daf.tar.gz
timeline-d3beba4a3501992144523e2f45e05dedea7c3daf.tar.bz2
timeline-d3beba4a3501992144523e2f45e05dedea7c3daf.zip
build(deps): Bump workbox-cacheable-response in /FrontEnd
Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.1.2 to 6.1.5. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.1.2...v6.1.5) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--FrontEnd/package-lock.json30
-rw-r--r--FrontEnd/package.json2
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",