diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-06 08:52:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 08:52:35 +0000 |
commit | 5fed977a98b7b1623e4795f427ba3eac048bb79d (patch) | |
tree | 8fb679fa1ecfa7bccc34ca72005c17f0c2b6e155 /FrontEnd | |
parent | d3b8b5d93e3d3750ae9f0f1623ccfb70bc28b967 (diff) | |
download | timeline-5fed977a98b7b1623e4795f427ba3eac048bb79d.tar.gz timeline-5fed977a98b7b1623e4795f427ba3eac048bb79d.tar.bz2 timeline-5fed977a98b7b1623e4795f427ba3eac048bb79d.zip |
build(deps): Bump workbox-window from 6.1.5 to 6.2.0 in /FrontEnd
Bumps [workbox-window](https://github.com/googlechrome/workbox) from 6.1.5 to 6.2.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.5...v6.2.0)
---
updated-dependencies:
- dependency-name: workbox-window
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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": {
|