diff options
author | crupest <crupest@outlook.com> | 2021-08-06 16:54:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 16:54:12 +0800 |
commit | f71febf781bec3ac8b798a988709d0e1de13dbe5 (patch) | |
tree | 8fb679fa1ecfa7bccc34ca72005c17f0c2b6e155 /FrontEnd/package.json | |
parent | d3b8b5d93e3d3750ae9f0f1623ccfb70bc28b967 (diff) | |
parent | 5fed977a98b7b1623e4795f427ba3eac048bb79d (diff) | |
download | timeline-f71febf781bec3ac8b798a988709d0e1de13dbe5.tar.gz timeline-f71febf781bec3ac8b798a988709d0e1de13dbe5.tar.bz2 timeline-f71febf781bec3ac8b798a988709d0e1de13dbe5.zip |
Merge pull request #718 from crupest/dependabot/npm_and_yarn/FrontEnd/workbox-window-6.2.0
build(deps): Bump workbox-window from 6.1.5 to 6.2.0 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 39757577..55f38a14 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -37,7 +37,7 @@ "workbox-precaching": "^6.2.0",
"workbox-routing": "^6.2.0",
"workbox-strategies": "^6.2.0",
- "workbox-window": "^6.1.1",
+ "workbox-window": "^6.2.0",
"xregexp": "^5.1.0"
},
"scripts": {
|