aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-24 20:58:29 +0800
committerGitHub <noreply@github.com>2021-05-24 20:58:29 +0800
commit38a80eda46d214148f96402bf93b0a00b0f473cf (patch)
treeca79fe4ec4bb5c9f70de3a7178a03e1d8a5a7c73 /FrontEnd
parent86210f7abb3b145203ae0effcfff8990f82b7cb4 (diff)
parentd0f5dcb10b10c6fb645cdb136998a83a51901924 (diff)
downloadtimeline-38a80eda46d214148f96402bf93b0a00b0f473cf.tar.gz
timeline-38a80eda46d214148f96402bf93b0a00b0f473cf.tar.bz2
timeline-38a80eda46d214148f96402bf93b0a00b0f473cf.zip
Merge pull request #563 from crupest/dependabot/npm_and_yarn/FrontEnd/rxjs-7.1.0
build(deps): Bump rxjs from 7.0.1 to 7.1.0 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/package-lock.json14
-rw-r--r--FrontEnd/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index 1add6ef6..27156e4d 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -32,7 +32,7 @@
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^7.0.1",
+ "rxjs": "^7.1.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",
@@ -11549,9 +11549,9 @@
}
},
"node_modules/rxjs": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.1.tgz",
- "integrity": "sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==",
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.1.0.tgz",
+ "integrity": "sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==",
"dependencies": {
"tslib": "~2.1.0"
}
@@ -23673,9 +23673,9 @@
}
},
"rxjs": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.1.tgz",
- "integrity": "sha512-wViQ4Vgps1xJwqWIBooMNN44usCSthL7wCUl4qWqrVjhGfWyVyXcxlYzfDKkJKACQvZMTOft/jJ3RkbwK1j9QQ==",
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.1.0.tgz",
+ "integrity": "sha512-gCFO5iHIbRPwznl6hAYuwNFld8W4S2shtSJIqG27ReWXo9IWrCyEICxUA+6vJHwSR/OakoenC4QsDxq50tzYmw==",
"requires": {
"tslib": "~2.1.0"
},
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index cc5596bd..f17d4b4f 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -30,7 +30,7 @@
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"remarkable": "^2.0.1",
- "rxjs": "^7.0.1",
+ "rxjs": "^7.1.0",
"workbox-cacheable-response": "^6.1.5",
"workbox-expiration": "^6.1.2",
"workbox-precaching": "^6.1.0",