Skip to content

Commit 45b31e9

Browse files
authored
ripgrep 1.15.4->1.15.5 (microsoft#186243)
1 parent 6626f5f commit 45b31e9

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
@@ -71,7 +71,7 @@
7171
"@vscode/iconv-lite-umd": "0.7.0",
7272
"@vscode/policy-watcher": "^1.1.4",
7373
"@vscode/proxy-agent": "^0.14.1",
74-
"@vscode/ripgrep": "^1.15.4",
74+
"@vscode/ripgrep": "^1.15.5",
7575
"@vscode/spdlog": "^0.13.10",
7676
"@vscode/sqlite3": "5.1.6-vscode",
7777
"@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.14.1",
11-
"@vscode/ripgrep": "^1.15.4",
11+
"@vscode/ripgrep": "^1.15.5",
1212
"@vscode/spdlog": "^0.13.10",
1313
"@vscode/vscode-languagedetection": "1.0.21",
1414
"@vscode/windows-process-tree": "^0.5.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.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==
75+
"@vscode/ripgrep@^1.15.5":
76+
version "1.15.5"
77+
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.5.tgz#26025884bbc3a8b40dfc29f5bda4b87b47bd7356"
78+
integrity sha512-PVvKNEmtnlek3i4MJMaB910dz46CKQqcIY2gKR3PSlfz/ZPlSYuSuyQMS7iK20KL4hGUdSbWt964B5S5EIojqw==
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
@@ -1331,10 +1331,10 @@
13311331
https-proxy-agent "^5.0.0"
13321332
proxy-from-env "^1.1.0"
13331333

1334-
"@vscode/ripgrep@^1.15.4":
1335-
version "1.15.4"
1336-
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.4.tgz#ca8946b5580bbea1e706ed8d3b1eed5f0d551ab6"
1337-
integrity sha512-+EPIS2aoD95MFLrgGHd/D2fck42aMRV2cBrT7BiNvKBeSyCTybSaTJ+PGQf6zV/95AhaXHHYqYPVRk3DZoGU9w==
1334+
"@vscode/ripgrep@^1.15.5":
1335+
version "1.15.5"
1336+
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.5.tgz#26025884bbc3a8b40dfc29f5bda4b87b47bd7356"
1337+
integrity sha512-PVvKNEmtnlek3i4MJMaB910dz46CKQqcIY2gKR3PSlfz/ZPlSYuSuyQMS7iK20KL4hGUdSbWt964B5S5EIojqw==
13381338
dependencies:
13391339
https-proxy-agent "^5.0.0"
13401340
proxy-from-env "^1.1.0"

0 commit comments

Comments
 (0)