diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-17 15:30:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 15:30:52 +0000 |
commit | fbf3c89fa87aa2e7d236bcbe8fb81caa77f9cf83 (patch) | |
tree | abfb691d65607b74aa403d509607494123baabf3 | |
parent | 9881b236afc8dceaab6c21e3c0a729a7aed9f559 (diff) | |
download | timeline-fbf3c89fa87aa2e7d236bcbe8fb81caa77f9cf83.tar.gz timeline-fbf3c89fa87aa2e7d236bcbe8fb81caa77f9cf83.tar.bz2 timeline-fbf3c89fa87aa2e7d236bcbe8fb81caa77f9cf83.zip |
build(deps): Bump rxjs from 7.4.0 to 7.5.2 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.4.0 to 7.5.2.
- [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.4.0...7.5.2)
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 ac9f5d4b..190ac240 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.7.2",
"classnames": "^2.3.1",
"color": "^4.1.0",
- "core-js": "^3.20.0",
+ "core-js": "^3.20.3",
"i18next": "^21.6.4",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
@@ -30,7 +30,7 @@ "react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
- "rxjs": "^7.4.0",
+ "rxjs": "^7.5.2",
"workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.4.1",
@@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.8.1",
+ "@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.8.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.5.0",
|