diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-12 05:09:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 05:09:53 +0000 |
commit | 45592a8d8a98dd1b041834163e17be2cf71d2706 (patch) | |
tree | a8a7494f9d761d7fcff22c8969f0c48cfdf8d096 /FrontEnd/package.json | |
parent | 76aa4197559e10288d728d65f010b3b42b5e25b1 (diff) | |
download | timeline-45592a8d8a98dd1b041834163e17be2cf71d2706.tar.gz timeline-45592a8d8a98dd1b041834163e17be2cf71d2706.tar.bz2 timeline-45592a8d8a98dd1b041834163e17be2cf71d2706.zip |
build(deps): Bump workbox-window from 6.2.3 to 6.2.4 in /FrontEnd
Bumps [workbox-window](https://github.com/googlechrome/workbox) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.2.3...v6.2.4)
---
updated-dependencies:
- dependency-name: workbox-window
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 f63ce4bf..9d694e23 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -37,7 +37,7 @@ "workbox-precaching": "^6.2.3",
"workbox-routing": "^6.2.2",
"workbox-strategies": "^6.2.2",
- "workbox-window": "^6.2.3",
+ "workbox-window": "^6.2.4",
"xregexp": "^5.1.0"
},
"scripts": {
|