bump to ripgrep 1.15.2 (#179429)

This commit is contained in:
Andrea Mah 2023-04-06 18:12:39 -07:00 committed by GitHub
parent e3af2a832c
commit 4c838352b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 6 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.1",
"@vscode/ripgrep": "^1.15.0",
"@vscode/ripgrep": "^1.15.2",
"@vscode/sqlite3": "5.1.3-vscode",
"@vscode/sudo-prompt": "9.3.1",
"@vscode/vscode-languagedetection": "1.0.21",

View file

@ -8,7 +8,7 @@
"@parcel/watcher": "2.1.0",
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/proxy-agent": "^0.13.1",
"@vscode/ripgrep": "^1.15.0",
"@vscode/ripgrep": "^1.15.2",
"@vscode/vscode-languagedetection": "1.0.21",
"cookie": "^0.4.0",
"graceful-fs": "4.2.8",

View file

@ -72,10 +72,10 @@
optionalDependencies:
"@vscode/windows-ca-certs" "^0.3.1"
"@vscode/ripgrep@^1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@vscode/ripgrep/-/ripgrep-1.15.0.tgz#d6fec68d7c44d594967f21a6e6c97416cc7fb2bc"
integrity sha512-qbLYP3XPTfS5a80+WnGvDLhsD01LDrs03zjbbtWWnvwt8G9hP3j8mc3ckaIid7pj86MBSTyUb/ECaIWmJIGBYw==
"@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==
dependencies:
https-proxy-agent "^5.0.0"
proxy-from-env "^1.1.0"

View file

@ -1315,6 +1315,14 @@
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==
dependencies:
https-proxy-agent "^5.0.0"
proxy-from-env "^1.1.0"
"@vscode/sqlite3@5.1.3-vscode":
version "5.1.3-vscode"
resolved "https://registry.yarnpkg.com/@vscode/sqlite3/-/sqlite3-5.1.3-vscode.tgz#4fe81eb2422edef7b13869fe9d66663f4d925e93"