diff --git a/benchmark/mock-api/package.json b/benchmark/mock-api/package.json index e1b0f43a..139f012c 100644 --- a/benchmark/mock-api/package.json +++ b/benchmark/mock-api/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@azure/functions": "3.5.1", - "@types/node": "17.0.45", + "@types/node": "20.10.6", "@typescript-eslint/parser": "6.9.0", "eslint": "8.52.0", "eslint-plugin-github": "4.10.1", diff --git a/benchmark/mock-api/pnpm-lock.yaml b/benchmark/mock-api/pnpm-lock.yaml index 6ab13a1f..28d05eeb 100644 --- a/benchmark/mock-api/pnpm-lock.yaml +++ b/benchmark/mock-api/pnpm-lock.yaml @@ -9,8 +9,8 @@ devDependencies: specifier: 3.5.1 version: 3.5.1 '@types/node': - specifier: 17.0.45 - version: 17.0.45 + specifier: 20.10.6 + version: 20.10.6 '@typescript-eslint/parser': specifier: 6.9.0 version: 6.9.0(eslint@8.52.0)(typescript@4.9.5) @@ -31,7 +31,7 @@ devDependencies: version: 2.8.8 ts-node: specifier: 10.9.1 - version: 10.9.1(@types/node@17.0.45)(typescript@4.9.5) + version: 10.9.1(@types/node@20.10.6)(typescript@4.9.5) typescript: specifier: 4.9.5 version: 4.9.5 @@ -199,8 +199,10 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/node@17.0.45: - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} + /@types/node@20.10.6: + resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==} + dependencies: + undici-types: 5.26.5 dev: true /@types/semver@7.5.4: @@ -2298,7 +2300,7 @@ packages: typescript: 4.9.5 dev: true - /ts-node@10.9.1(@types/node@17.0.45)(typescript@4.9.5): + /ts-node@10.9.1(@types/node@20.10.6)(typescript@4.9.5): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -2317,7 +2319,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 17.0.45 + '@types/node': 20.10.6 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -2421,6 +2423,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /untildify@4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} diff --git a/package.json b/package.json index f7f75626..66c41a2f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@swc/core": "1.3.51", "@swc/jest": "0.2.23", "@types/jest": "29.5.6", - "@types/node": "17.0.45", + "@types/node": "20.10.6", "esbuild": "0.15.10", "eslint": "8.52.0", "eslint-config-prettier": "9.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8fa2f015..3375423c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,8 +44,8 @@ devDependencies: specifier: 29.5.6 version: 29.5.6 '@types/node': - specifier: 17.0.45 - version: 17.0.45 + specifier: 20.10.6 + version: 20.10.6 esbuild: specifier: 0.15.10 version: 0.15.10 @@ -66,7 +66,7 @@ devDependencies: version: 4.2.1(eslint-config-prettier@9.0.0)(eslint@8.52.0)(prettier@2.8.8) jest: specifier: 29.7.0 - version: 29.7.0(@types/node@17.0.45) + version: 29.7.0(@types/node@20.10.6) js-yaml: specifier: 4.1.0 version: 4.1.0 @@ -1233,7 +1233,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -1254,14 +1254,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@17.0.45) + jest-config: 29.7.0(@types/node@20.10.6) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -1296,7 +1296,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 jest-mock: 29.7.0 dev: true @@ -1323,7 +1323,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 17.0.45 + '@types/node': 20.10.6 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -1356,7 +1356,7 @@ packages: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.20 - '@types/node': 17.0.45 + '@types/node': 20.10.6 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -1443,7 +1443,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.5 '@types/istanbul-reports': 3.0.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 '@types/yargs': 16.0.7 chalk: 4.1.2 dev: true @@ -1455,7 +1455,7 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.5 '@types/istanbul-reports': 3.0.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 '@types/yargs': 17.0.29 chalk: 4.1.2 dev: true @@ -2132,7 +2132,7 @@ packages: /@types/graceful-fs@4.1.8: resolution: {integrity: sha512-NhRH7YzWq8WiNKVavKPBmtLYZHxNY19Hh+az28O/phfp68CF45pMFud+ZzJ8ewnxnC5smIdF3dqFeiSUQ5I+pw==} dependencies: - '@types/node': 17.0.45 + '@types/node': 20.10.6 dev: true /@types/istanbul-lib-coverage@2.0.5: @@ -2170,8 +2170,10 @@ packages: resolution: {integrity: sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==} dev: false - /@types/node@17.0.45: - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} + /@types/node@20.10.6: + resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==} + dependencies: + undici-types: 5.26.5 dev: true /@types/semver@7.5.4: @@ -2833,7 +2835,7 @@ packages: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: true - /create-jest@29.7.0(@types/node@17.0.45): + /create-jest@29.7.0(@types/node@20.10.6): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -2842,7 +2844,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@17.0.45) + jest-config: 29.7.0(@types/node@20.10.6) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -3490,7 +3492,7 @@ packages: dependencies: '@typescript-eslint/utils': 5.62.0(eslint@8.52.0)(typescript@4.9.5) eslint: 8.52.0 - jest: 29.7.0(@types/node@17.0.45) + jest: 29.7.0(@types/node@20.10.6) transitivePeerDependencies: - supports-color - typescript @@ -4362,7 +4364,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 @@ -4383,7 +4385,7 @@ packages: - supports-color dev: true - /jest-cli@29.7.0(@types/node@17.0.45): + /jest-cli@29.7.0(@types/node@20.10.6): resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -4397,10 +4399,10 @@ packages: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@17.0.45) + create-jest: 29.7.0(@types/node@20.10.6) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@17.0.45) + jest-config: 29.7.0(@types/node@20.10.6) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -4411,7 +4413,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@types/node@17.0.45): + /jest-config@29.7.0(@types/node@20.10.6): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -4426,7 +4428,7 @@ packages: '@babel/core': 7.23.2 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 babel-jest: 29.7.0(@babel/core@7.23.2) chalk: 4.1.2 ci-info: 3.9.0 @@ -4486,7 +4488,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -4502,7 +4504,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.8 - '@types/node': 17.0.45 + '@types/node': 20.10.6 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -4553,7 +4555,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 jest-util: 29.7.0 dev: true @@ -4608,7 +4610,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -4639,7 +4641,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -4691,7 +4693,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -4716,7 +4718,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 17.0.45 + '@types/node': 20.10.6 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -4728,13 +4730,13 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 17.0.45 + '@types/node': 20.10.6 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest@29.7.0(@types/node@17.0.45): + /jest@29.7.0(@types/node@20.10.6): resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -4747,7 +4749,7 @@ packages: '@jest/core': 29.7.0 '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@17.0.45) + jest-cli: 29.7.0(@types/node@20.10.6) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -5804,6 +5806,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /undici@5.26.4: resolution: {integrity: sha512-OG+QOf0fTLtazL9P9X7yqWxQ+Z0395Wk6DSkyTxtaq3wQEjIroVe7Y4asCX/vcCxYpNGMnwz8F0qbRYUoaQVMw==} engines: {node: '>=14.0'}