diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-04 12:14:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 12:14:06 +0000 |
commit | acc46ee8dabaa97fc94df3b1381ae9aceaca92aa (patch) | |
tree | 27fdd94f7f08614994660893623b52000ff08e10 | |
parent | 6af38027dd3db29edce88ba609fb3391a7711cc3 (diff) | |
download | timeline-acc46ee8dabaa97fc94df3b1381ae9aceaca92aa.tar.gz timeline-acc46ee8dabaa97fc94df3b1381ae9aceaca92aa.tar.bz2 timeline-acc46ee8dabaa97fc94df3b1381ae9aceaca92aa.zip |
build(deps): Bump workbox-cacheable-response in /FrontEnd
Bumps [workbox-cacheable-response](https://github.com/googlechrome/workbox) from 6.4.2 to 6.5.1.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.4.2...v6.5.1)
---
updated-dependencies:
- dependency-name: workbox-cacheable-response
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 4859a572..6c410cfe 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -31,7 +31,7 @@ "regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.5.4",
- "workbox-cacheable-response": "^6.3.0",
+ "workbox-cacheable-response": "^6.5.1",
"workbox-expiration": "^6.5.0",
"workbox-precaching": "^6.5.0",
"workbox-routing": "^6.5.0",
@@ -62,7 +62,7 @@ "eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.28.0",
+ "eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
|