This commit is contained in:
tiago.kayaya
2021-02-23 15:49:02 +01:00
parent 0ddd831228
commit 8265455b95
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -13981,9 +13981,9 @@
} }
}, },
"rxjs": { "rxjs": {
"version": "6.5.5", "version": "6.6.3",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz",
"integrity": "sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==", "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==",
"requires": { "requires": {
"tslib": "^1.9.0" "tslib": "^1.9.0"
}, },
+1 -1
View File
@@ -53,7 +53,7 @@
"jetifier": "^1.6.6", "jetifier": "^1.6.6",
"moment": "^2.27.0", "moment": "^2.27.0",
"ngx-socket-io": "^3.2.0", "ngx-socket-io": "^3.2.0",
"rxjs": "~6.5.1", "rxjs": "~6.6.3",
"sharp": "^0.25.4", "sharp": "^0.25.4",
"socket.io-client": "^2.3.0", "socket.io-client": "^2.3.0",
"tslib": "^2.0.0", "tslib": "^2.0.0",