diff --git a/package.json b/package.json index 63b686ea..a13fa845 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "MPL2", "devDependencies": { "@types/geojson": "^7946.0.13", - "@types/node": "18.16.1", + "@types/node": "20.10.0", "gts": "^5.0.0", "husky": "^8.0.0", "jsonschema": "^1.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b02b44f..c0e2d34d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,15 +16,15 @@ dependencies: version: 1.4.1 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.16.1)(typescript@5.1.6) + version: 10.9.1(@types/node@20.10.0)(typescript@5.1.6) devDependencies: '@types/geojson': specifier: ^7946.0.13 version: 7946.0.13 '@types/node': - specifier: 18.16.1 - version: 18.16.1 + specifier: 20.10.0 + version: 20.10.0 gts: specifier: ^5.0.0 version: 5.0.0(typescript@5.1.6) @@ -428,8 +428,10 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node@18.16.1: - resolution: {integrity: sha512-DZxSZWXxFfOlx7k7Rv4LAyiMroaxa3Ly/7OOzZO8cBNho0YzAi4qlbrx8W27JGqG57IgR/6J7r+nOJWw6kcvZA==} + /@types/node@20.10.0: + resolution: {integrity: sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==} + dependencies: + undici-types: 5.26.5 /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -2388,7 +2390,7 @@ packages: typescript: 5.3.2 dev: false - /ts-node@10.9.1(@types/node@18.16.1)(typescript@5.1.6): + /ts-node@10.9.1(@types/node@20.10.0)(typescript@5.1.6): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -2407,7 +2409,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.16.1 + '@types/node': 20.10.0 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -2489,6 +2491,9 @@ packages: resolution: {integrity: sha512-RsPyTbqORDNDxqAdQPQBpgqhWle1VcTSou/FraClYlHf6TZnQcGslpLcAphNR+sQW4q5lLWLbOsRlh9j24baQg==} dev: true + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + /untildify@4.0.0: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} @@ -2510,7 +2515,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-node@0.34.1(@types/node@18.16.1): + /vite-node@0.34.1(@types/node@20.10.0): resolution: {integrity: sha512-odAZAL9xFMuAg8aWd7nSPT+hU8u2r9gU3LRm9QKjxBEF2rRdWpMuqkrkjvyVQEdNFiBctqr2Gg4uJYizm5Le6w==} engines: {node: '>=v14.18.0'} hasBin: true @@ -2520,7 +2525,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.9(@types/node@18.16.1) + vite: 4.4.9(@types/node@20.10.0) transitivePeerDependencies: - '@types/node' - less @@ -2532,7 +2537,7 @@ packages: - terser dev: true - /vite@4.4.9(@types/node@18.16.1): + /vite@4.4.9(@types/node@20.10.0): resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -2560,7 +2565,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.16.1 + '@types/node': 20.10.0 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.28.0 @@ -2601,7 +2606,7 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 18.16.1 + '@types/node': 20.10.0 '@vitest/expect': 0.34.1 '@vitest/runner': 0.34.1 '@vitest/snapshot': 0.34.1 @@ -2620,8 +2625,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 4.4.9(@types/node@18.16.1) - vite-node: 0.34.1(@types/node@18.16.1) + vite: 4.4.9(@types/node@20.10.0) + vite-node: 0.34.1(@types/node@20.10.0) why-is-node-running: 2.2.2 transitivePeerDependencies: - less