mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
set backend neo4j-driver update to latests v4 patch
This commit is contained in:
parent
1399674373
commit
bca5c2c4eb
@ -78,7 +78,7 @@
|
||||
"mime-types": "^2.1.26",
|
||||
"minimatch": "^9.0.3",
|
||||
"mustache": "^4.2.0",
|
||||
"neo4j-driver": "^5.19.0",
|
||||
"neo4j-driver": "^4.4.11",
|
||||
"neo4j-graphql-js": "^2.11.5",
|
||||
"neode": "^0.4.9",
|
||||
"node-fetch": "^2.7.0",
|
||||
|
||||
@ -8628,13 +8628,13 @@ negotiator@^0.6.3:
|
||||
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
|
||||
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
|
||||
|
||||
neo4j-driver-bolt-connection@5.19.0:
|
||||
version "5.19.0"
|
||||
resolved "https://registry.yarnpkg.com/neo4j-driver-bolt-connection/-/neo4j-driver-bolt-connection-5.19.0.tgz#a6e536d7f23fa1a0d90ee9840ecb68c9e24fc808"
|
||||
integrity sha512-qOL/owH4QDGZVNaj2AbCNIO6vIxSVaElSOTak6pG2X3AuWlxsDHb/10KXii7yd/tqDQVO53WebvV3YXDZ/nNHQ==
|
||||
neo4j-driver-bolt-connection@4.4.11:
|
||||
version "4.4.11"
|
||||
resolved "https://registry.yarnpkg.com/neo4j-driver-bolt-connection/-/neo4j-driver-bolt-connection-4.4.11.tgz#aeaee9faa620e6309698b4cedf5b354d8898ea05"
|
||||
integrity sha512-2sCgx3Lpg7fnYAU/kb9wOKY8ResUeur88MhLNUWyINxa+CMP7aB+t70zBcOlJ7hcCf6ghEiz6ZXhd9WikGW9bA==
|
||||
dependencies:
|
||||
buffer "^6.0.3"
|
||||
neo4j-driver-core "5.19.0"
|
||||
neo4j-driver-core "4.4.11"
|
||||
string_decoder "^1.3.0"
|
||||
|
||||
neo4j-driver-bolt-connection@^4.4.7:
|
||||
@ -8646,10 +8646,10 @@ neo4j-driver-bolt-connection@^4.4.7:
|
||||
neo4j-driver-core "^4.4.7"
|
||||
string_decoder "^1.3.0"
|
||||
|
||||
neo4j-driver-core@5.19.0:
|
||||
version "5.19.0"
|
||||
resolved "https://registry.yarnpkg.com/neo4j-driver-core/-/neo4j-driver-core-5.19.0.tgz#56169b64d66823c22072e017bd931cb230eea8d5"
|
||||
integrity sha512-GpSoNelRiAhOUE/lYSG9j5SW7uYUsSOFG++MjeOC4aCDFwK8NBGPUr+I98nj6g6CBo1CDHAzd8zbyEkWaFGdbg==
|
||||
neo4j-driver-core@4.4.11:
|
||||
version "4.4.11"
|
||||
resolved "https://registry.yarnpkg.com/neo4j-driver-core/-/neo4j-driver-core-4.4.11.tgz#62ea7152cc3e0f861c01789ef0cc2b2585de9431"
|
||||
integrity sha512-7+7Ue9RNsg5TAwkPvl4/st2ZdktN3qH8A/MYmJkZ6Ait8MuXP8ppTvZ3ugPxbrSOJEwvZYpKqV+FNZ17mOSfcQ==
|
||||
|
||||
neo4j-driver-core@^4.4.7:
|
||||
version "4.4.7"
|
||||
@ -8666,14 +8666,15 @@ neo4j-driver@^4.0.1, neo4j-driver@^4.2.2:
|
||||
neo4j-driver-core "^4.4.7"
|
||||
rxjs "^6.6.3"
|
||||
|
||||
neo4j-driver@^5.19.0:
|
||||
version "5.19.0"
|
||||
resolved "https://registry.yarnpkg.com/neo4j-driver/-/neo4j-driver-5.19.0.tgz#a0a295a7f8c2090e2a11988a398a5035f6bd28b4"
|
||||
integrity sha512-vazrlmMpQc18+7EwCs7fqw2N3cVFmOHnHED1pJWLr8Xail4+PQ8m2k0XpItNTREBkWDwbbVWjkWZRezT3MXSNg==
|
||||
neo4j-driver@^4.4.11:
|
||||
version "4.4.11"
|
||||
resolved "https://registry.yarnpkg.com/neo4j-driver/-/neo4j-driver-4.4.11.tgz#e414283de384bbe016b91dc4c9b247d50ff2de94"
|
||||
integrity sha512-1dhThyuNZt4FIwAlmzsbYNnSn28avjO2TVairuFO3P/aql5iPnwTNGmQJc/MB8BlrzDhOo1+jfAO4pc49XHh1Q==
|
||||
dependencies:
|
||||
neo4j-driver-bolt-connection "5.19.0"
|
||||
neo4j-driver-core "5.19.0"
|
||||
rxjs "^7.8.1"
|
||||
"@babel/runtime" "^7.5.5"
|
||||
neo4j-driver-bolt-connection "4.4.11"
|
||||
neo4j-driver-core "4.4.11"
|
||||
rxjs "^6.6.3"
|
||||
|
||||
neo4j-graphql-js@^2.11.5:
|
||||
version "2.11.5"
|
||||
@ -9916,13 +9917,6 @@ rxjs@^6.6.3:
|
||||
dependencies:
|
||||
tslib "^1.9.0"
|
||||
|
||||
rxjs@^7.8.1:
|
||||
version "7.8.1"
|
||||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
|
||||
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
|
||||
dependencies:
|
||||
tslib "^2.1.0"
|
||||
|
||||
safe-array-concat@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz#91686a63ce3adbea14d61b14c99572a8ff84754c"
|
||||
@ -10883,7 +10877,7 @@ tslib@^1.10.0, tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
||||
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
||||
|
||||
tslib@^2.1.0, tslib@^2.6.2:
|
||||
tslib@^2.6.2:
|
||||
version "2.6.2"
|
||||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
||||
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user