From 5acd8fd9a1bc1fbc76779e99f6e6c978b1e6f650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:43:35 +0000 Subject: [PATCH] chore(deps): update node.js to v24.18.0 --- .nvmrc | 2 +- fivem/fivenet/ui/package.json | 2 +- fivem/fivenet/ui/yarn.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.nvmrc b/.nvmrc index 248216a..ca5c350 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.12.0 +24.18.0 diff --git a/fivem/fivenet/ui/package.json b/fivem/fivenet/ui/package.json index a40f692..453bd97 100644 --- a/fivem/fivenet/ui/package.json +++ b/fivem/fivenet/ui/package.json @@ -28,7 +28,7 @@ "@citizenfx/client": "2.0.26803-1", "@citizenfx/server": "2.0.26803-1", "@total-typescript/ts-reset": "0.6.1", - "@types/node": "24.10.7", + "@types/node": "24.13.2", "eslint": "9.39.2", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.4", diff --git a/fivem/fivenet/ui/yarn.lock b/fivem/fivenet/ui/yarn.lock index 934812e..7d4880e 100644 --- a/fivem/fivenet/ui/yarn.lock +++ b/fivem/fivenet/ui/yarn.lock @@ -3449,12 +3449,12 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== -"@types/node@24.10.7": - version "24.10.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.7.tgz#516502e408f6d00afd230f291bfe3ad38105a73e" - integrity sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ== +"@types/node@24.13.2": + version "24.13.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.13.2.tgz#3b9b280a7055128359f125eb1067d9a190f39854" + integrity sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA== dependencies: - undici-types "~7.16.0" + undici-types "~7.18.0" "@types/parse-path@^7.0.0": version "7.0.3" @@ -10039,10 +10039,10 @@ unctx@^2.4.1: magic-string "^0.30.17" unplugin "^2.1.0" -undici-types@~7.16.0: - version "7.16.0" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" - integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== +undici-types@~7.18.0: + version "7.18.2" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9" + integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w== unenv@^1.10.0: version "1.10.0"