From d8575668b1a12e9e6864b101b715fbacac15d4fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 06:07:07 +0000 Subject: [PATCH] chore(deps): update dependency node to v18.19.0 --- .node-version | 2 +- package.json | 2 +- yarn.lock | 15 +++++++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.node-version b/.node-version index 4a1f488b..a9d08739 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.17.1 +18.19.0 diff --git a/package.json b/package.json index dd2ff552..2bf78043 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-node-resolve": "15.2.3", "@sveltejs/vite-plugin-svelte": "3.0.1", - "@types/node": "18.11.19", + "@types/node": "18.18.13", "@types/wicg-file-system-access": "2023.10.3", "@wessberg/rollup-plugin-ts": "2.0.4", "autoprefixer": "10.4.16", diff --git a/yarn.lock b/yarn.lock index 4b39101d..d2d2a985 100644 --- a/yarn.lock +++ b/yarn.lock @@ -844,10 +844,12 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e" integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== -"@types/node@18.11.19": - version "18.11.19" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.19.tgz#35e26df9ec441ab99d73e99e9aca82935eea216d" - integrity sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw== +"@types/node@18.18.13": + version "18.18.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.13.tgz#ae0f76c0bfe79d8fad0f910b78ae3e59b333c6e8" + integrity sha512-vXYZGRrSCreZmq1rEjMRLXJhiy8MrIeVasx+PCVlP414N7CJLHnMf+juVvjdprHyH+XRy3zKZLHeNueOpJCn0g== + dependencies: + undici-types "~5.26.4" "@types/node@^16.11.7": version "16.11.19" @@ -3900,6 +3902,11 @@ unbox-primitive@^1.0.1: has-symbols "^1.0.2" which-boxed-primitive "^1.0.2" +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + untildify@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"