Skip to content

Commit ae71bf1

Browse files
Update dependency @types/node to v22
1 parent ade211b commit ae71bf1

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@testing-library/react": "12.1.5",
3737
"@testing-library/user-event": "13.5.0",
3838
"@types/jest": "27.5.2",
39-
"@types/node": "16.18.122",
39+
"@types/node": "22.10.5",
4040
"@types/react": "17.0.83",
4141
"@types/testing-library__cypress": "5.0.13",
4242
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1324,10 +1324,12 @@
13241324
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.10.tgz#7aa732cc47341c12a16b7d562f519c2383b6d4fc"
13251325
integrity sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==
13261326

1327-
1328-
version "16.18.122"
1329-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.122.tgz#54948ddbe2ddef8144ee16b37f160e3f99c32397"
1330-
integrity sha512-rF6rUBS80n4oK16EW8nE75U+9fw0SSUgoPtWSvHhPXdT7itbvmS7UjB/jyM8i3AkvI6yeSM5qCwo+xN0npGDHg==
1327+
1328+
version "22.10.5"
1329+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
1330+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
1331+
dependencies:
1332+
undici-types "~6.20.0"
13311333

13321334
"@types/node@^14.14.31":
13331335
version "14.14.44"
@@ -6152,6 +6154,11 @@ unbox-primitive@^1.1.0:
61526154
has-symbols "^1.1.0"
61536155
which-boxed-primitive "^1.1.1"
61546156

6157+
undici-types@~6.20.0:
6158+
version "6.20.0"
6159+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
6160+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
6161+
61556162
universalify@^0.1.2:
61566163
version "0.1.2"
61576164
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"

0 commit comments

Comments
 (0)