Skip to content

Commit 5d78100

Browse files
authored
bump ripgrep 1.15.3 (microsoft#182769)
Fixes microsoft#179907
1 parent 44a490b commit 5d78100

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@vscode/iconv-lite-umd": "0.7.0",
6868
"@vscode/policy-watcher": "^1.1.4",
6969
"@vscode/proxy-agent": "^0.13.2",
70-
"@vscode/ripgrep": "^1.15.2",
70+
"@vscode/ripgrep": "^1.15.3",
7171
"@vscode/spdlog": "^0.13.10",
7272
"@vscode/sqlite3": "5.1.4-vscode",
7373
"@vscode/sudo-prompt": "9.3.1",

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@parcel/watcher": "2.1.0",
99
"@vscode/iconv-lite-umd": "0.7.0",
1010
"@vscode/proxy-agent": "^0.13.2",
11-
"@vscode/ripgrep": "^1.15.2",
11+
"@vscode/ripgrep": "^1.15.3",
1212
"@vscode/spdlog": "^0.13.10",
1313
"@vscode/vscode-languagedetection": "1.0.21",
1414
"cookie": "^0.4.0",

remote/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
optionalDependencies:
7373
"@vscode/windows-ca-certs" "^0.3.1"
7474

75-
"@vscode/ripgrep@^1.15.2":
76-
version "1.15.2"
77-
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.2.tgz#85b55181353d6d204210e64e03853c5e2ee6edd9"
78-
integrity sha512-8zmyoxV6F+CY1Rinaq7LO/bGShaX2+B333X+Nqo984nC6jg2OvfZtQHzU+PKNQte2fjhm9h2ZlZTufnJxHaX9w==
75+
"@vscode/ripgrep@^1.15.3":
76+
version "1.15.3"
77+
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.3.tgz#bd53c555ed7f2f546edc46a47d72b1914a5ba23d"
78+
integrity sha512-fCJP+4MRnhSTWw+GYAH93kSIomWYvdSe5206IqcHofBFcaFKR51XQNU0D5RB26Ps/5zRf5AQS26DIqqbMsB1Cw==
7979
dependencies:
8080
https-proxy-agent "^5.0.0"
8181
proxy-from-env "^1.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,10 +1309,10 @@
13091309
https-proxy-agent "^5.0.0"
13101310
proxy-from-env "^1.1.0"
13111311

1312-
"@vscode/ripgrep@^1.15.2":
1313-
version "1.15.2"
1314-
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.2.tgz#85b55181353d6d204210e64e03853c5e2ee6edd9"
1315-
integrity sha512-8zmyoxV6F+CY1Rinaq7LO/bGShaX2+B333X+Nqo984nC6jg2OvfZtQHzU+PKNQte2fjhm9h2ZlZTufnJxHaX9w==
1312+
"@vscode/ripgrep@^1.15.3":
1313+
version "1.15.3"
1314+
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.3.tgz#bd53c555ed7f2f546edc46a47d72b1914a5ba23d"
1315+
integrity sha512-fCJP+4MRnhSTWw+GYAH93kSIomWYvdSe5206IqcHofBFcaFKR51XQNU0D5RB26Ps/5zRf5AQS26DIqqbMsB1Cw==
13161316
dependencies:
13171317
https-proxy-agent "^5.0.0"
13181318
proxy-from-env "^1.1.0"

0 commit comments

Comments
 (0)