diff --git a/build/pipeline.yml b/build/pipeline.yml index fdb177c..1e3b5d9 100644 --- a/build/pipeline.yml +++ b/build/pipeline.yml @@ -39,16 +39,13 @@ extends: testPlatforms: - name: Linux nodeVersions: - - 14.x - - 16.x + - 18.x - name: MacOS nodeVersions: - - 14.x - - 16.x + - 18.x - name: Windows nodeVersions: - - 14.x - - 16.x + - 18.x testSteps: - script: yarn --frozen-lockfile diff --git a/fs-provider/yarn.lock b/fs-provider/yarn.lock index 4a9b989..8b405ae 100644 --- a/fs-provider/yarn.lock +++ b/fs-provider/yarn.lock @@ -858,9 +858,9 @@ uri-js@^4.2.2: punycode "^2.1.0" vscode-uri@^3.0.7: - version "3.0.7" - resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.7.tgz#6d19fef387ee6b46c479e5fb00870e15e58c1eb8" - integrity sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA== + version "3.0.8" + resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.8.tgz#1770938d3e72588659a172d0fd4642780083ff9f" + integrity sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw== watchpack@^2.4.0: version "2.4.0" diff --git a/package.json b/package.json index 50e415b..2372dd4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/koa-static": "^4.0.2", "@types/koa__router": "^12.0.1", "@types/minimist": "^1.2.3", - "@types/node": "18.x", + "@types/node": "^20.8.4", "@types/gunzip-maybe": "^1.4.0", "@types/tar-fs": "^2.0.2", "@typescript-eslint/eslint-plugin": "^6.7.3", diff --git a/yarn.lock b/yarn.lock index 71e970a..8395598 100644 --- a/yarn.lock +++ b/yarn.lock @@ -301,10 +301,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615" integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== -"@types/node@18.x": - version "18.18.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7" - integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ== +"@types/node@^20.8.4": + version "20.8.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.4.tgz#0e9ebb2ff29d5c3302fc84477d066fa7c6b441aa" + integrity sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A== + dependencies: + undici-types "~5.25.1" "@types/qs@*": version "6.9.6" @@ -1734,6 +1736,11 @@ typescript@^5.2.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== +undici-types@~5.25.1: + version "5.25.3" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3" + integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA== + uri-js@^4.2.2: version "4.4.1" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"