Skip to content

Commit

Permalink
bump ripgrep 1.15.3 (#182769)
Browse files Browse the repository at this point in the history
Fixes #179907
  • Loading branch information
andreamah committed May 17, 2023
1 parent 44a490b commit 5d78100
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/policy-watcher": "^1.1.4",
"@vscode/proxy-agent": "^0.13.2",
"@vscode/ripgrep": "^1.15.2",
"@vscode/ripgrep": "^1.15.3",
"@vscode/spdlog": "^0.13.10",
"@vscode/sqlite3": "5.1.4-vscode",
"@vscode/sudo-prompt": "9.3.1",
Expand Down
2 changes: 1 addition & 1 deletion remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@parcel/watcher": "2.1.0",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/proxy-agent": "^0.13.2",
"@vscode/ripgrep": "^1.15.2",
"@vscode/ripgrep": "^1.15.3",
"@vscode/spdlog": "^0.13.10",
"@vscode/vscode-languagedetection": "1.0.21",
"cookie": "^0.4.0",
Expand Down
8 changes: 4 additions & 4 deletions remote/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
optionalDependencies:
"@vscode/windows-ca-certs" "^0.3.1"

"@vscode/ripgrep@^1.15.2":
version "1.15.2"
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.2.tgz#85b55181353d6d204210e64e03853c5e2ee6edd9"
integrity sha512-8zmyoxV6F+CY1Rinaq7LO/bGShaX2+B333X+Nqo984nC6jg2OvfZtQHzU+PKNQte2fjhm9h2ZlZTufnJxHaX9w==
"@vscode/ripgrep@^1.15.3":
version "1.15.3"
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.3.tgz#bd53c555ed7f2f546edc46a47d72b1914a5ba23d"
integrity sha512-fCJP+4MRnhSTWw+GYAH93kSIomWYvdSe5206IqcHofBFcaFKR51XQNU0D5RB26Ps/5zRf5AQS26DIqqbMsB1Cw==
dependencies:
https-proxy-agent "^5.0.0"
proxy-from-env "^1.1.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1309,10 +1309,10 @@
https-proxy-agent "^5.0.0"
proxy-from-env "^1.1.0"

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

0 comments on commit 5d78100

Please sign in to comment.