Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/redisinsight/api/package.json b/redisinsight/api/package.json 2index 4a24ac8..fab339c 100644 3--- a/redisinsight/api/package.json 4+++ b/redisinsight/api/package.json 5@@ -49,7 +49,6 @@ 6 "@nestjs/platform-socket.io/socket.io": "^4.8.0", 7 "@nestjs/cli/**/braces": "^3.0.3", 8 "**/semver": "^7.5.2", 9- "**/cpu-features": "file:./stubs/cpu-features", 10 "**/cross-spawn": "^7.0.5", 11 "**/redis-parser": "3.0.0", 12 "winston-daily-rotate-file/**/file-stream-rotator": "^1.0.0" 13diff --git a/redisinsight/api/yarn.lock b/redisinsight/api/yarn.lock 14index e0e8495..dfed1ae 100644 15--- a/redisinsight/api/yarn.lock 16+++ b/redisinsight/api/yarn.lock 17@@ -3223,9 +3223,6 @@ cosmiconfig@^8.2.0: 18 parse-json "^5.2.0" 19 path-type "^4.0.0" 20 21-"cpu-features@file:./stubs/cpu-features", cpu-features@~0.0.9: 22- version "1.0.0" 23- 24 create-jest@^29.7.0: 25 version "29.7.0" 26 resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320" 27@@ -7969,7 +7966,6 @@ ssh2@^1.15.0: 28 asn1 "^0.2.6" 29 bcrypt-pbkdf "^1.0.2" 30 optionalDependencies: 31- cpu-features "~0.0.9" 32 nan "^2.18.0" 33 34 ssri@^8.0.0, ssri@^8.0.1: 35diff --git a/redisinsight/package.json b/redisinsight/package.json 36index 8649be7..354ed42 100644 37--- a/redisinsight/package.json 38+++ b/redisinsight/package.json 39@@ -16,8 +16,7 @@ 40 }, 41 "resolutions": { 42 "**/semver": "^7.5.2", 43- "sqlite3/**/tar": "^6.2.1", 44- "**/cpu-features": "file:./api/stubs/cpu-features" 45+ "sqlite3/**/tar": "^6.2.1" 46 }, 47 "dependencies": { 48 "keytar": "^7.9.0", 49diff --git a/redisinsight/yarn.lock b/redisinsight/yarn.lock 50index 7a063ce..22f37a7 100644 51--- a/redisinsight/yarn.lock 52+++ b/redisinsight/yarn.lock 53@@ -183,9 +183,6 @@ console-control-strings@^1.1.0: 54 resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" 55 integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== 56 57-"cpu-features@file:./api/stubs/cpu-features", cpu-features@~0.0.10: 58- version "1.0.0" 59- 60 debug@4, debug@^4.3.3: 61 version "4.3.4" 62 resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" 63@@ -807,7 +804,6 @@ ssh2@^1.15.0: 64 asn1 "^0.2.6" 65 bcrypt-pbkdf "^1.0.2" 66 optionalDependencies: 67- cpu-features "~0.0.10" 68 nan "^2.20.0" 69 70 ssri@^8.0.0, ssri@^8.0.1: