aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-30 06:53:01 +0000
committerGitHub <noreply@github.com>2021-04-30 06:53:01 +0000
commiteecf54b1df2eff4ae1b4dee87dfa7fc452be268b (patch)
tree842c352253870a9b289d9b4a35e9f04d9a3285af
parent8c45b528ed5b222c3270459fb40a6f3c802b9df0 (diff)
downloadtimeline-eecf54b1df2eff4ae1b4dee87dfa7fc452be268b.tar.gz
timeline-eecf54b1df2eff4ae1b4dee87dfa7fc452be268b.tar.bz2
timeline-eecf54b1df2eff4ae1b4dee87dfa7fc452be268b.zip
build(deps): Bump rxjs from 6.6.7 to 7.0.0 in /FrontEnd
Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.7 to 7.0.0. - [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/6.6.7...7.0.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--FrontEnd/package-lock.json33
-rw-r--r--FrontEnd/package.json2
2 files changed, 22 insertions, 13 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index d11b504b..83039d11 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -29,7 +29,7 @@
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^6.6.7",
+ "rxjs": "^7.0.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
@@ -12686,16 +12686,18 @@
}
},
"node_modules/rxjs": {
- "version": "6.6.7",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
- "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0.tgz",
+ "integrity": "sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==",
"dependencies": {
- "tslib": "^1.9.0"
- },
- "engines": {
- "npm": ">=2.0.0"
+ "tslib": "~2.1.0"
}
},
+ "node_modules/rxjs/node_modules/tslib": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
+ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
+ },
"node_modules/safe-buffer": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
@@ -25901,11 +25903,18 @@
}
},
"rxjs": {
- "version": "6.6.7",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
- "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0.tgz",
+ "integrity": "sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==",
"requires": {
- "tslib": "^1.9.0"
+ "tslib": "~2.1.0"
+ },
+ "dependencies": {
+ "tslib": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
+ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
+ }
}
},
"safe-buffer": {
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 971a93d1..8caf2b21 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -27,7 +27,7 @@
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^6.6.7",
+ "rxjs": "^7.0.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",