Skip to content

Commit 4c41ed4

Browse files
chore: update dependency @types/node to v24
1 parent a9cdc7d commit 4c41ed4

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

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.12.0",
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.12.0":
4238+
version "24.12.0"
4239+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2"
4240+
integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==
4241+
dependencies:
4242+
undici-types "~7.16.0"
42414243

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

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

0 commit comments

Comments
 (0)