From 4fd9ffc51af4aedce01c1b9a2bf55c46d730bdbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:32:10 +0000 Subject: [PATCH] chore(deps): update dependency node to v18 --- .node-version | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.node-version b/.node-version index 5397c87f..02c8b485 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16.18.1 +18.18.0 diff --git a/package.json b/package.json index 185d210b..eeb65258 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@sveltejs/vite-plugin-svelte": "1.1.1", "@tsconfig/svelte": "3.0.0", "@types/jest": "29.2.4", - "@types/node": "18.11.12", + "@types/node": "18.18.3", "@types/wicg-file-system-access": "2020.9.5", "@wessberg/rollup-plugin-ts": "2.0.4", "autoprefixer": "10.4.13", diff --git a/yarn.lock b/yarn.lock index 2131f392..8701f66b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1175,10 +1175,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e" integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== -"@types/node@18.11.12": - version "18.11.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.12.tgz#89e7f8aa8c88abf432f9bd594888144d7dba10aa" - integrity sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg== +"@types/node@18.18.3": + version "18.18.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.3.tgz#e5188135fc2909b46530c798ef49be65083be3fd" + integrity sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA== "@types/node@^16.11.7": version "16.11.19"