From e87e17d8580e44ce34d038c0779ede0906b39237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:25:09 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20 --- package.json | 2 +- pnpm-lock.yaml | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 9030f15..144cff7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Simon Reilly", "devDependencies": { "@cypress/mount-utils": ">=4.0.0", - "@types/node": "^18.17.1", + "@types/node": "^20.0.0", "cypress": "^13.13.0", "embedme": "^1.22.1", "husky": "^8.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b44b2f4..289e39e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.4 specifiers: '@cypress/mount-utils': '>=4.0.0' - '@types/node': ^18.17.1 + '@types/node': ^20.0.0 cypress: ^13.13.0 embedme: ^1.22.1 husky: ^8.0.3 @@ -16,7 +16,7 @@ specifiers: devDependencies: '@cypress/mount-utils': 4.1.1 - '@types/node': 18.17.1 + '@types/node': 20.16.12 cypress: 13.15.0 embedme: 1.22.1 husky: 8.0.3 @@ -26,7 +26,7 @@ devDependencies: release-it: 16.1.3 syncpack: 10.9.3 typescript: 5.1.6 - vite: 4.4.7_@types+node@18.17.1 + vite: 4.4.7_@types+node@20.16.12 packages: @@ -526,8 +526,10 @@ packages: resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==} dev: true - /@types/node/18.17.1: - resolution: {integrity: sha512-xlR1jahfizdplZYRU59JlUx9uzF1ARa8jbhM11ccpCJya8kvos5jwdm2ZAgxSCwOl0fq21svP18EVwPBXMQudw==} + /@types/node/20.16.12: + resolution: {integrity: sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA==} + dependencies: + undici-types: 6.19.8 dev: true /@types/sinonjs__fake-timers/8.1.1: @@ -546,7 +548,7 @@ packages: resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} requiresBuild: true dependencies: - '@types/node': 18.17.1 + '@types/node': 20.16.12 dev: true optional: true @@ -3709,6 +3711,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types/6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + dev: true + /unique-string/3.0.0: resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==} engines: {node: '>=12'} @@ -3800,7 +3806,7 @@ packages: extsprintf: 1.3.0 dev: true - /vite/4.4.7_@types+node@18.17.1: + /vite/4.4.7_@types+node@20.16.12: resolution: {integrity: sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -3828,7 +3834,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.17.1 + '@types/node': 20.16.12 esbuild: 0.18.17 postcss: 8.4.27 rollup: 3.26.3