diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-09 08:29:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 08:29:52 +0000 |
commit | d1e32367621ba745d19a4c52f74d4315b5c28139 (patch) | |
tree | aa5a758e89a77ace505bc4f2d9eea5d5e77f5fe3 | |
parent | 343430ed220808fb49e9997be324562876e0ecfb (diff) | |
download | timeline-d1e32367621ba745d19a4c52f74d4315b5c28139.tar.gz timeline-d1e32367621ba745d19a4c52f74d4315b5c28139.tar.bz2 timeline-d1e32367621ba745d19a4c52f74d4315b5c28139.zip |
build(deps): Bump rxjs from 7.5.4 to 7.5.5 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.5.4 to 7.5.5.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.4...7.5.5)
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 0ce8faf5..1295295a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -6,7 +6,7 @@ "keywords": [],
"description": "Timeline app.",
"dependencies": {
- "@microsoft/signalr": "^6.0.2",
+ "@microsoft/signalr": "^6.0.3",
"@popperjs/core": "^2.11.2",
"axios": "^0.26.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.4",
+ "rxjs": "^7.5.5",
"workbox-cacheable-response": "^6.5.1",
"workbox-expiration": "^6.5.1",
"workbox-precaching": "^6.5.1",
@@ -57,7 +57,7 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.12.1",
- "@typescript-eslint/parser": "^5.13.0",
+ "@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
|