diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-27 08:23:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-27 08:23:56 +0000 |
commit | 03403b4233d2b81bba2ca83fe1452f8fa759c4de (patch) | |
tree | af40d2c034e64eb27693033f119d8c94e1b361e0 /FrontEnd/package.json | |
parent | 924b798aff4c40b42b38f3960478c48b27cd5965 (diff) | |
download | timeline-03403b4233d2b81bba2ca83fe1452f8fa759c4de.tar.gz timeline-03403b4233d2b81bba2ca83fe1452f8fa759c4de.tar.bz2 timeline-03403b4233d2b81bba2ca83fe1452f8fa759c4de.zip |
build(deps): Bump workbox-precaching from 6.5.1 to 6.5.2 in /FrontEnd
Bumps [workbox-precaching](https://github.com/googlechrome/workbox) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.5.1...v6.5.2)
---
updated-dependencies:
- dependency-name: workbox-precaching
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index e326ed60..57b497ec 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -33,7 +33,7 @@ "rxjs": "^7.5.5",
"workbox-cacheable-response": "^6.5.2",
"workbox-expiration": "^6.5.2",
- "workbox-precaching": "^6.5.1",
+ "workbox-precaching": "^6.5.2",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.1",
"workbox-window": "^6.5.1",
@@ -50,7 +50,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.22",
- "@types/react": "^17.0.42",
+ "@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.14",
"@types/react-responsive": "^8.0.5",
|