Skip to content

Commit 867f4ec

Browse files
authored
bump ripgrep to 1.15.4 (microsoft#184625)
1 parent 8ddee2d commit 867f4ec

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
@@ -69,7 +69,7 @@
6969
"@vscode/iconv-lite-umd": "0.7.0",
7070
"@vscode/policy-watcher": "^1.1.4",
7171
"@vscode/proxy-agent": "^0.13.2",
72-
"@vscode/ripgrep": "^1.15.3",
72+
"@vscode/ripgrep": "^1.15.4",
7373
"@vscode/spdlog": "^0.13.10",
7474
"@vscode/sqlite3": "5.1.4-vscode",
7575
"@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.3",
11+
"@vscode/ripgrep": "^1.15.4",
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.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==
75+
"@vscode/ripgrep@^1.15.4":
76+
version "1.15.4"
77+
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.4.tgz#ca8946b5580bbea1e706ed8d3b1eed5f0d551ab6"
78+
integrity sha512-+EPIS2aoD95MFLrgGHd/D2fck42aMRV2cBrT7BiNvKBeSyCTybSaTJ+PGQf6zV/95AhaXHHYqYPVRk3DZoGU9w==
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.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==
1312+
"@vscode/ripgrep@^1.15.4":
1313+
version "1.15.4"
1314+
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.4.tgz#ca8946b5580bbea1e706ed8d3b1eed5f0d551ab6"
1315+
integrity sha512-+EPIS2aoD95MFLrgGHd/D2fck42aMRV2cBrT7BiNvKBeSyCTybSaTJ+PGQf6zV/95AhaXHHYqYPVRk3DZoGU9w==
13161316
dependencies:
13171317
https-proxy-agent "^5.0.0"
13181318
proxy-from-env "^1.1.0"

0 commit comments

Comments
 (0)