Downgrade version of ripgrep to the version from 7 months ago without a node 22 dependency (#7132)

This commit is contained in:
Jacob Richman
2025-08-26 11:58:19 -07:00
committed by GitHub
parent 47417ec05e
commit df79433bec
2 changed files with 6 additions and 9 deletions

13
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"packages/*" "packages/*"
], ],
"dependencies": { "dependencies": {
"@lvce-editor/ripgrep": "^2.1.0", "@lvce-editor/ripgrep": "^1.6.0",
"simple-git": "^3.28.0", "simple-git": "^3.28.0",
"strip-ansi": "^7.1.0" "strip-ansi": "^7.1.0"
}, },
@@ -1470,9 +1470,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@lvce-editor/ripgrep": { "node_modules/@lvce-editor/ripgrep": {
"version": "2.1.0", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/@lvce-editor/ripgrep/-/ripgrep-2.1.0.tgz", "resolved": "https://registry.npmjs.org/@lvce-editor/ripgrep/-/ripgrep-1.6.0.tgz",
"integrity": "sha512-pZObE9Y4x9Prn1c5cmTqHMv4ezHUaYi1qex9TD7YSXtkmoXUyDpYaDUWg56GBpeMUCprtPAhw9u26n6u8AKJyA==", "integrity": "sha512-880taWBVULNXmcPHXdxnFUI0FvLErBOjY9OigMXEsLZ2Q1rjcm6LixOkaccKWC8qFMpzm/ldkO7WOMK+ZRfk5Q==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -1480,13 +1480,10 @@
"execa": "^9.5.2", "execa": "^9.5.2",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"got": "^14.4.7", "got": "^14.4.5",
"path-exists": "^5.0.0", "path-exists": "^5.0.0",
"tempy": "^3.1.0", "tempy": "^3.1.0",
"xdg-basedir": "^5.1.0" "xdg-basedir": "^5.1.0"
},
"engines": {
"node": ">=22"
} }
}, },
"node_modules/@lvce-editor/ripgrep/node_modules/path-exists": { "node_modules/@lvce-editor/ripgrep/node_modules/path-exists": {

View File

@@ -91,7 +91,7 @@
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
"dependencies": { "dependencies": {
"@lvce-editor/ripgrep": "^2.1.0", "@lvce-editor/ripgrep": "^1.6.0",
"simple-git": "^3.28.0", "simple-git": "^3.28.0",
"strip-ansi": "^7.1.0" "strip-ansi": "^7.1.0"
}, },