diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-24 08:52:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 08:52:00 +0000 |
commit | ae02968aa95086650ccd71cc49d4f3f58b85d6a5 (patch) | |
tree | 42f3da583017d72582f449032ab7a845e621f140 | |
parent | 8a873f7bd473b81c9c9dea3c8868ecd5aba3d2ad (diff) | |
download | timeline-ae02968aa95086650ccd71cc49d4f3f58b85d6a5.tar.gz timeline-ae02968aa95086650ccd71cc49d4f3f58b85d6a5.tar.bz2 timeline-ae02968aa95086650ccd71cc49d4f3f58b85d6a5.zip |
build(deps-dev): Bump @types/node from 17.0.19 to 17.0.21 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.19 to 17.0.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 d5fabe0f..f66661e6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -34,7 +34,7 @@ "workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.4.1",
- "workbox-routing": "^6.3.0",
+ "workbox-routing": "^6.5.0",
"workbox-strategies": "^6.4.1",
"workbox-window": "^6.3.0",
"xregexp": "^5.1.0"
@@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.3",
"@types/lodash": "^4.14.178",
- "@types/node": "^17.0.19",
+ "@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
|