Merge pull request #300603 from microsoft/osortega/magic-weasel

Ripgrep package version bump
This commit is contained in:
Osvaldo Ortega
2026-03-10 18:26:01 -07:00
committed by GitHub
6 changed files with 15 additions and 15 deletions

View File

@@ -48,7 +48,7 @@
"@types/workerpool": "^6.4.0",
"@types/xml2js": "0.0.33",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/ripgrep": "^1.15.13",
"@vscode/ripgrep": "^1.17.1",
"@vscode/vsce": "3.6.1",
"ansi-colors": "^3.2.3",
"byline": "^5.0.0",
@@ -1927,9 +1927,9 @@
"license": "MIT"
},
"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==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View File

@@ -42,7 +42,7 @@
"@types/workerpool": "^6.4.0",
"@types/xml2js": "0.0.33",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/ripgrep": "^1.15.13",
"@vscode/ripgrep": "^1.17.1",
"@vscode/vsce": "3.6.1",
"ansi-colors": "^3.2.3",
"byline": "^5.0.0",

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",
@@ -4557,9 +4557,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",

View File

@@ -16,7 +16,7 @@
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/native-watchdog": "^1.4.6",
"@vscode/proxy-agent": "^0.38.0",
"@vscode/ripgrep": "^1.15.13",
"@vscode/ripgrep": "^1.17.1",
"@vscode/spdlog": "^0.15.7",
"@vscode/tree-sitter-wasm": "^0.3.0",
"@vscode/vscode-languagedetection": "1.0.23",
@@ -490,9 +490,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

@@ -11,7 +11,7 @@
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/native-watchdog": "^1.4.6",
"@vscode/proxy-agent": "^0.38.0",
"@vscode/ripgrep": "^1.15.13",
"@vscode/ripgrep": "^1.17.1",
"@vscode/spdlog": "^0.15.7",
"@vscode/tree-sitter-wasm": "^0.3.0",
"@vscode/vscode-languagedetection": "1.0.23",