Ripgrep package version bump

This commit is contained in:
Osvaldo Ortega
2026-03-10 17:29:39 -07:00
parent 84d9d336e0
commit 7d59e8c22f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"@vscode/native-watchdog": "^1.4.6",
"@vscode/policy-watcher": "^1.3.2",
"@vscode/proxy-agent": "^0.38.0",
"@vscode/ripgrep": "^1.15.13",
"@vscode/ripgrep": "^1.17.1",
"@vscode/spdlog": "^0.15.7",
"@vscode/sqlite3": "5.1.12-vscode",
"@vscode/sudo-prompt": "9.3.2",
@@ -4507,9 +4507,9 @@
}
},
"node_modules/@vscode/ripgrep": {
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/@vscode/ripgrep/-/ripgrep-1.17.0.tgz",
"integrity": "sha512-mBRKm+ASPkUcw4o9aAgfbusIu6H4Sdhw09bjeP1YOBFTJEZAnrnk6WZwzv8NEjgC82f7ILvhmb1WIElSugea6g==",
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/@vscode/ripgrep/-/ripgrep-1.17.1.tgz",
"integrity": "sha512-xTs7DGyAO3IsJYOCTBP8LnTvPiYVKEuyv8s0xyJDBXfs8rhBfqnZPvb6xDT+RnwWzcXqW27xLS/aGrkjX7lNWw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -91,7 +91,7 @@
"@vscode/native-watchdog": "^1.4.6",
"@vscode/policy-watcher": "^1.3.2",
"@vscode/proxy-agent": "^0.38.0",
"@vscode/ripgrep": "^1.15.13",
"@vscode/ripgrep": "^1.17.1",
"@vscode/spdlog": "^0.15.7",
"@vscode/sqlite3": "5.1.12-vscode",
"@vscode/sudo-prompt": "9.3.2",