aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-31 14:00:02 +0800
committerGitHub <noreply@github.com>2021-01-31 14:00:02 +0800
commit97f7211af299664bce24cffff0145c2d9c786201 (patch)
treefc529c020f18531701c28959433c2eefcca7e6e0
parent034ee8100e0fe5e382a99c4cea25a8a1ab3a70d3 (diff)
parent8fb622908cf46155e2260069ab05b030b3a25928 (diff)
downloadtimeline-97f7211af299664bce24cffff0145c2d9c786201.tar.gz
timeline-97f7211af299664bce24cffff0145c2d9c786201.tar.bz2
timeline-97f7211af299664bce24cffff0145c2d9c786201.zip
Merge pull request #216 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-window-6.1.0
build(deps): Bump workbox-window from 6.0.2 to 6.1.0 in /FrontEnd
-rw-r--r--FrontEnd/package-lock.json15
-rw-r--r--FrontEnd/package.json2
2 files changed, 12 insertions, 5 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index edb18725..ff7d878b 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -12387,11 +12387,18 @@
}
},
"workbox-window": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.0.2.tgz",
- "integrity": "sha512-I/X+qUh1AwN9x/MxFbXsPn7DA27BMtzkXo55w1tBD8V54fv8nUCeC5E4RpXt/mlgdSwBztnURCQTWsdhTrSUjg==",
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.1.0.tgz",
+ "integrity": "sha512-sjnE+nTSnrBvYx5KmpESvsTC82P3yy8h5l4Ae4Q8uLqdH29UQ3bMd8puGVVhX1JZFCmV40cvrbZ1fUj+3/TQ9g==",
"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=="
+ }
}
},
"wrap-ansi": {
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 5cca94a3..5a40f017 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -31,7 +31,7 @@
"workbox-precaching": "^6.0.2",
"workbox-routing": "^6.0.2",
"workbox-strategies": "^6.0.2",
- "workbox-window": "^6.0.2",
+ "workbox-window": "^6.1.0",
"xregexp": "^4.4.1"
},
"scripts": {