diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-10 08:34:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 08:34:01 +0000 |
commit | 4253230f953004f3b22a22ebd72a507255942661 (patch) | |
tree | 36f415f23d9ace9b666f42cd978b1e06219620ec /FrontEnd | |
parent | a2ce513faba4e58bc749d024fae18563510701f0 (diff) | |
download | timeline-4253230f953004f3b22a22ebd72a507255942661.tar.gz timeline-4253230f953004f3b22a22ebd72a507255942661.tar.bz2 timeline-4253230f953004f3b22a22ebd72a507255942661.zip |
build(deps-dev): Bump @types/node from 17.0.16 to 17.0.17 in /FrontEnd
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.16 to 17.0.17.
- [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>
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 439b46ef..56f98a27 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -6,7 +6,7 @@ "keywords": [],
"description": "Timeline app.",
"dependencies": {
- "@microsoft/signalr": "^6.0.1",
+ "@microsoft/signalr": "^6.0.2",
"@popperjs/core": "^2.11.2",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
@@ -30,7 +30,7 @@ "react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
- "rxjs": "^7.5.2",
+ "rxjs": "^7.5.4",
"workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.4.1",
@@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.3",
"@types/lodash": "^4.14.178",
- "@types/node": "^17.0.16",
+ "@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
|