bump ripgrep 1.15.3 (#182769)

Fixes #179907
This commit is contained in:
Andrea Mah 2023-05-17 09:21:04 -07:00 committed by GitHub
parent 44a490b514
commit 5d781004d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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"

View file

@ -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"