mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
Bump vscode-ripgrep
This commit is contained in:
parent
c91facce0a
commit
9d5dbc6a1a
4 changed files with 10 additions and 10 deletions
|
@ -67,7 +67,7 @@
|
||||||
"vscode-nsfw": "1.2.9",
|
"vscode-nsfw": "1.2.9",
|
||||||
"vscode-oniguruma": "1.3.1",
|
"vscode-oniguruma": "1.3.1",
|
||||||
"vscode-proxy-agent": "^0.5.2",
|
"vscode-proxy-agent": "^0.5.2",
|
||||||
"vscode-ripgrep": "^1.9.0",
|
"vscode-ripgrep": "^1.11.0",
|
||||||
"vscode-sqlite3": "4.0.10",
|
"vscode-sqlite3": "4.0.10",
|
||||||
"vscode-textmate": "5.2.0",
|
"vscode-textmate": "5.2.0",
|
||||||
"xterm": "4.10.0-beta.4",
|
"xterm": "4.10.0-beta.4",
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"vscode-nsfw": "1.2.9",
|
"vscode-nsfw": "1.2.9",
|
||||||
"vscode-oniguruma": "1.3.1",
|
"vscode-oniguruma": "1.3.1",
|
||||||
"vscode-proxy-agent": "^0.5.2",
|
"vscode-proxy-agent": "^0.5.2",
|
||||||
"vscode-ripgrep": "^1.9.0",
|
"vscode-ripgrep": "^1.11.0",
|
||||||
"vscode-textmate": "5.2.0",
|
"vscode-textmate": "5.2.0",
|
||||||
"xterm": "4.10.0-beta.4",
|
"xterm": "4.10.0-beta.4",
|
||||||
"xterm-addon-search": "0.8.0-beta.3",
|
"xterm-addon-search": "0.8.0-beta.3",
|
||||||
|
|
|
@ -410,10 +410,10 @@ vscode-proxy-agent@^0.5.2:
|
||||||
https-proxy-agent "^2.2.3"
|
https-proxy-agent "^2.2.3"
|
||||||
socks-proxy-agent "^4.0.1"
|
socks-proxy-agent "^4.0.1"
|
||||||
|
|
||||||
vscode-ripgrep@^1.9.0:
|
vscode-ripgrep@^1.11.0:
|
||||||
version "1.9.0"
|
version "1.11.0"
|
||||||
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.9.0.tgz#d6cdea4d290f3c2919472cdcfe2440d5fb1f99db"
|
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.11.0.tgz#2874adea1753545590a315f02f36bed05b9e2380"
|
||||||
integrity sha512-7jyAC/NNfvMPZgCVkyqIn0STYJ7wIk3PF2qA2cX1sEutx1g/e2VtgKAodXnfpreJq4993JT/BSIigOv/0lBSzg==
|
integrity sha512-SYTpUPLlJGg9HDMs4BI+2cIFfwFSKYMmDbDfLfdhxPkOW71qD5S8TChFhBNPWwOweY7VUWeSE2o1boGiAi7V5Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
https-proxy-agent "^4.0.0"
|
https-proxy-agent "^4.0.0"
|
||||||
proxy-from-env "^1.1.0"
|
proxy-from-env "^1.1.0"
|
||||||
|
|
|
@ -9735,10 +9735,10 @@ vscode-proxy-agent@^0.5.2:
|
||||||
https-proxy-agent "^2.2.3"
|
https-proxy-agent "^2.2.3"
|
||||||
socks-proxy-agent "^4.0.1"
|
socks-proxy-agent "^4.0.1"
|
||||||
|
|
||||||
vscode-ripgrep@^1.9.0:
|
vscode-ripgrep@^1.11.0:
|
||||||
version "1.9.0"
|
version "1.11.0"
|
||||||
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.9.0.tgz#d6cdea4d290f3c2919472cdcfe2440d5fb1f99db"
|
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-1.11.0.tgz#2874adea1753545590a315f02f36bed05b9e2380"
|
||||||
integrity sha512-7jyAC/NNfvMPZgCVkyqIn0STYJ7wIk3PF2qA2cX1sEutx1g/e2VtgKAodXnfpreJq4993JT/BSIigOv/0lBSzg==
|
integrity sha512-SYTpUPLlJGg9HDMs4BI+2cIFfwFSKYMmDbDfLfdhxPkOW71qD5S8TChFhBNPWwOweY7VUWeSE2o1boGiAi7V5Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
https-proxy-agent "^4.0.0"
|
https-proxy-agent "^4.0.0"
|
||||||
proxy-from-env "^1.1.0"
|
proxy-from-env "^1.1.0"
|
||||||
|
|
Loading…
Reference in a new issue