@vscode/proxy-agent 0.29.0
parent
77027e72e5
commit
da4fcc54ac
|
@ -9,8 +9,8 @@ const minorNodeVersion = parseInt(nodeVersion[2]);
|
|||
const patchNodeVersion = parseInt(nodeVersion[3]);
|
||||
|
||||
if (!process.env['VSCODE_SKIP_NODE_VERSION_CHECK']) {
|
||||
if (majorNodeVersion < 20 || (majorNodeVersion === 20 && minorNodeVersion < 18)) {
|
||||
console.error('\x1b[1;31m*** Please use Node.js v20.18.0 or later for development.\x1b[0;0m');
|
||||
if (majorNodeVersion < 20 || (majorNodeVersion === 20 && minorNodeVersion < 18) || (majorNodeVersion === 20 && minorNodeVersion === 18 && patchNodeVersion < 1)) {
|
||||
console.error('\x1b[1;31m*** Please use Node.js v20.18.1 or later for development.\x1b[0;0m');
|
||||
throw new Error();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"@vscode/deviceid": "^0.1.1",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"@vscode/policy-watcher": "^1.1.8",
|
||||
"@vscode/proxy-agent": "^0.28.0",
|
||||
"@vscode/proxy-agent": "^0.29.0",
|
||||
"@vscode/ripgrep": "^1.15.9",
|
||||
"@vscode/spdlog": "^0.15.0",
|
||||
"@vscode/sqlite3": "5.1.8-vscode",
|
||||
|
@ -2848,9 +2848,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vscode/proxy-agent": {
|
||||
"version": "0.28.0",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/proxy-agent/-/proxy-agent-0.28.0.tgz",
|
||||
"integrity": "sha512-7rYF8ju0dP/ASpjjnuOCvzRosGLoKz0WOyNohREUskRdrvMEnYuEUXy84lHlH+4+MD8CZZjw2SUzhjHaJK1hxg==",
|
||||
"version": "0.29.0",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/proxy-agent/-/proxy-agent-0.29.0.tgz",
|
||||
"integrity": "sha512-zwpDvm5rwtJjXZv4TC8IXFRDDOU+fUNRe3asmls92Tz0dM0AJ8/WVfNgki5YOKxQMjVzWHAt0w53ZJxXj567EQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tootallnate/once": "^3.0.0",
|
||||
|
@ -2859,7 +2859,7 @@
|
|||
"http-proxy-agent": "^7.0.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"socks-proxy-agent": "^8.0.1",
|
||||
"undici": "^6.20.1"
|
||||
"undici": "^7.2.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@vscode/windows-ca-certs": "^0.3.1"
|
||||
|
@ -17782,12 +17782,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/undici": {
|
||||
"version": "6.20.1",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz",
|
||||
"integrity": "sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==",
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-7.2.0.tgz",
|
||||
"integrity": "sha512-klt+0S55GBViA9nsq48/NSCo4YX5mjydjypxD7UmHh/brMu8h/Mhd/F7qAeoH2NOO8SDTk6kjnTFc4WpzmfYpQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18.17"
|
||||
"node": ">=20.18.1"
|
||||
}
|
||||
},
|
||||
"node_modules/undici-types": {
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"@vscode/deviceid": "^0.1.1",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"@vscode/policy-watcher": "^1.1.8",
|
||||
"@vscode/proxy-agent": "^0.28.0",
|
||||
"@vscode/proxy-agent": "^0.29.0",
|
||||
"@vscode/ripgrep": "^1.15.9",
|
||||
"@vscode/spdlog": "^0.15.0",
|
||||
"@vscode/sqlite3": "5.1.8-vscode",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"@parcel/watcher": "2.5.0",
|
||||
"@vscode/deviceid": "^0.1.1",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"@vscode/proxy-agent": "^0.28.0",
|
||||
"@vscode/proxy-agent": "^0.29.0",
|
||||
"@vscode/ripgrep": "^1.15.9",
|
||||
"@vscode/spdlog": "^0.15.0",
|
||||
"@vscode/tree-sitter-wasm": "^0.0.5",
|
||||
|
@ -418,9 +418,9 @@
|
|||
"integrity": "sha512-bRRFxLfg5dtAyl5XyiVWz/ZBPahpOpPrNYnnHpOpUZvam4tKH35wdhP4Kj6PbM0+KdliOsPzbGWpkxcdpNB/sg=="
|
||||
},
|
||||
"node_modules/@vscode/proxy-agent": {
|
||||
"version": "0.28.0",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/proxy-agent/-/proxy-agent-0.28.0.tgz",
|
||||
"integrity": "sha512-7rYF8ju0dP/ASpjjnuOCvzRosGLoKz0WOyNohREUskRdrvMEnYuEUXy84lHlH+4+MD8CZZjw2SUzhjHaJK1hxg==",
|
||||
"version": "0.29.0",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/proxy-agent/-/proxy-agent-0.29.0.tgz",
|
||||
"integrity": "sha512-zwpDvm5rwtJjXZv4TC8IXFRDDOU+fUNRe3asmls92Tz0dM0AJ8/WVfNgki5YOKxQMjVzWHAt0w53ZJxXj567EQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tootallnate/once": "^3.0.0",
|
||||
|
@ -429,7 +429,7 @@
|
|||
"http-proxy-agent": "^7.0.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"socks-proxy-agent": "^8.0.1",
|
||||
"undici": "^6.20.1"
|
||||
"undici": "^7.2.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@vscode/windows-ca-certs": "^0.3.1"
|
||||
|
@ -1398,12 +1398,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/undici": {
|
||||
"version": "6.20.1",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz",
|
||||
"integrity": "sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==",
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-7.2.0.tgz",
|
||||
"integrity": "sha512-klt+0S55GBViA9nsq48/NSCo4YX5mjydjypxD7UmHh/brMu8h/Mhd/F7qAeoH2NOO8SDTk6kjnTFc4WpzmfYpQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18.17"
|
||||
"node": ">=20.18.1"
|
||||
}
|
||||
},
|
||||
"node_modules/universalify": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"@parcel/watcher": "2.5.0",
|
||||
"@vscode/deviceid": "^0.1.1",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"@vscode/proxy-agent": "^0.28.0",
|
||||
"@vscode/proxy-agent": "^0.29.0",
|
||||
"@vscode/ripgrep": "^1.15.9",
|
||||
"@vscode/spdlog": "^0.15.0",
|
||||
"@vscode/tree-sitter-wasm": "^0.0.5",
|
||||
|
|
Loading…
Reference in New Issue