From e6f790d6a51da63e9c2f451a6b43a13e721a68a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:53:09 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20.15.0 (#356) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 46 +++++++++++++++++++++++----------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 4534bfa4..1171add3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@nhcarrigan/typescript-config": "4.0.0", "@types/cli-progress": "3.11.6", "@types/inquirer": "9.0.7", - "@types/node": "20.14.15", + "@types/node": "20.15.0", "@vitest/coverage-istanbul": "1.6.0", "eslint": "8.57.0", "pre-commit": "1.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0097a145..6224dcf9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,11 +43,11 @@ importers: specifier: 9.0.7 version: 9.0.7 '@types/node': - specifier: 20.14.15 - version: 20.14.15 + specifier: 20.15.0 + version: 20.15.0 '@vitest/coverage-istanbul': specifier: 1.6.0 - version: 1.6.0(vitest@1.6.0(@types/node@20.14.15)) + version: 1.6.0(vitest@1.6.0(@types/node@20.15.0)) eslint: specifier: 8.57.0 version: 8.57.0 @@ -62,7 +62,7 @@ importers: version: 5.5.4 vitest: specifier: 1.6.0 - version: 1.6.0(@types/node@20.14.15) + version: 1.6.0(@types/node@20.15.0) packages: @@ -782,8 +782,8 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/node@20.14.15': - resolution: {integrity: sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==} + '@types/node@20.15.0': + resolution: {integrity: sha512-eQf4OkH6gA9v1W0iEpht/neozCsZKMTK+C4cU6/fv7wtJCCL8LEQ4hie2Ln8ZP/0YYM2xGj7//f8xyqItkJ6QA==} '@types/semver@7.5.0': resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} @@ -2207,8 +2207,8 @@ packages: unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.13.0: + resolution: {integrity: sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==} update-browserslist-db@1.0.16: resolution: {integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==} @@ -3354,7 +3354,7 @@ snapshots: '@types/cli-progress@3.11.6': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.15.0 '@types/estree@1.0.5': {} @@ -3367,15 +3367,15 @@ snapshots: '@types/json5@0.0.29': {} - '@types/node@20.14.15': + '@types/node@20.15.0': dependencies: - undici-types: 5.26.5 + undici-types: 6.13.0 '@types/semver@7.5.0': {} '@types/through@0.0.30': dependencies: - '@types/node': 20.14.15 + '@types/node': 20.15.0 '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': dependencies: @@ -3504,7 +3504,7 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@20.14.15))': + '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@20.15.0))': dependencies: debug: 4.3.4 istanbul-lib-coverage: 3.2.2 @@ -3515,7 +3515,7 @@ snapshots: magicast: 0.3.4 picocolors: 1.0.0 test-exclude: 6.0.0 - vitest: 1.6.0(@types/node@20.14.15) + vitest: 1.6.0(@types/node@20.15.0) transitivePeerDependencies: - supports-color @@ -4991,7 +4991,7 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - undici-types@5.26.5: {} + undici-types@6.13.0: {} update-browserslist-db@1.0.16(browserslist@4.23.1): dependencies: @@ -5007,13 +5007,13 @@ snapshots: uuid@9.0.1: {} - vite-node@1.6.0(@types/node@20.14.15): + vite-node@1.6.0(@types/node@20.15.0): dependencies: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.3.2(@types/node@20.14.15) + vite: 5.3.2(@types/node@20.15.0) transitivePeerDependencies: - '@types/node' - less @@ -5024,16 +5024,16 @@ snapshots: - supports-color - terser - vite@5.3.2(@types/node@20.14.15): + vite@5.3.2(@types/node@20.15.0): dependencies: esbuild: 0.21.5 postcss: 8.4.38 rollup: 4.18.0 optionalDependencies: - '@types/node': 20.14.15 + '@types/node': 20.15.0 fsevents: 2.3.3 - vitest@1.6.0(@types/node@20.14.15): + vitest@1.6.0(@types/node@20.15.0): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -5052,11 +5052,11 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.8.0 tinypool: 0.8.4 - vite: 5.3.2(@types/node@20.14.15) - vite-node: 1.6.0(@types/node@20.14.15) + vite: 5.3.2(@types/node@20.15.0) + vite-node: 1.6.0(@types/node@20.15.0) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.14.15 + '@types/node': 20.15.0 transitivePeerDependencies: - less - lightningcss