Skip to content

Commit 0a9f07d

Browse files
chore: update node.js to v24
1 parent f974f52 commit 0a9f07d

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.1
1+
24.13.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@graphql-codegen/introspection": "2.2.1",
6262
"@svgr/webpack": "8.1.0",
6363
"@tailwindcss/typography": "0.5.19",
64-
"@types/node": "18.11.9",
64+
"@types/node": "24.10.11",
6565
"@types/react": "18.3.27",
6666
"@types/react-dom": "18.3.7",
6767
"@types/segment-analytics": "0.0.38",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4234,10 +4234,12 @@
42344234
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34"
42354235
integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==
42364236

4237-
"@types/node@18.11.9":
4238-
version "18.11.9"
4239-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
4240-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
4237+
"@types/node@24.10.11":
4238+
version "24.10.11"
4239+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.11.tgz#63e8463eec9fb2cdaa9a1ff96e6bf3303268460f"
4240+
integrity sha512-/Af7O8r1frCVgOz0I62jWUtMohJ0/ZQU/ZoketltOJPZpnb17yoNc9BSoVuV9qlaIXJiPNOpsfq4ByFajSArNQ==
4241+
dependencies:
4242+
undici-types "~7.16.0"
42414243

42424244
"@types/parse-json@^4.0.0":
42434245
version "4.0.0"
@@ -11987,6 +11989,11 @@ unc-path-regex@^0.1.2:
1198711989
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1198811990
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
1198911991

11992+
undici-types@~7.16.0:
11993+
version "7.16.0"
11994+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
11995+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
11996+
1199011997
undici@^5.12.0, undici@^5.8.0:
1199111998
version "5.28.4"
1199211999
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"

0 commit comments

Comments
 (0)