diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-07 13:51:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 13:51:52 +0000 |
commit | dadaf3b89b6932477d56fa65b88c105bc0085a77 (patch) | |
tree | f6c34fd55a39e084ac4051cb085f9f171bb01e14 /FrontEnd | |
parent | 69ccf634fd86625da7404bbfb089fc609511e4fc (diff) | |
download | timeline-dadaf3b89b6932477d56fa65b88c105bc0085a77.tar.gz timeline-dadaf3b89b6932477d56fa65b88c105bc0085a77.tar.bz2 timeline-dadaf3b89b6932477d56fa65b88c105bc0085a77.zip |
build(deps): Bump workbox-window from 6.4.2 to 6.5.1 in /FrontEnd
Bumps [workbox-window](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-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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index e0a10958..23626f6c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -36,7 +36,7 @@ "workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.1",
- "workbox-window": "^6.3.0",
+ "workbox-window": "^6.5.1",
"xregexp": "^5.1.0"
},
"scripts": {
@@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
- "typescript": "^4.5.5",
+ "typescript": "^4.6.2",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
}
|