From 9f8caab6e652cc8aa749f1fb70f776f37b27bb73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:26:42 +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..f6610cad 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16.18.1 +18.18.1 diff --git a/package.json b/package.json index 185d210b..9e2f3f24 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.4", "@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..039d57cd 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.4": + version "18.18.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7" + integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ== "@types/node@^16.11.7": version "16.11.19"