Skip to content

Commit 37d335d

Browse files
chore(dev-deps): update dependency @types/node to v22 (#558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5a2031 commit 37d335d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@semantic-release/git": "10.0.1",
5555
"@testing-library/cypress": "7.0.7",
5656
"@testing-library/vue": "6.6.1",
57-
"@types/node": "^20.14.2",
57+
"@types/node": "^22.0.0",
5858
"@typescript-eslint/eslint-plugin": "5.62.0",
5959
"@typescript-eslint/parser": "5.62.0",
6060
"@vitejs/plugin-vue": "^5.2.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -936,12 +936,12 @@
936936
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.34.tgz#cd2e6fa0dbfb08a62582a7b967558e73c32061ec"
937937
integrity sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==
938938

939-
"@types/node@^20.14.2":
940-
version "20.14.2"
941-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
942-
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
939+
"@types/node@^22.0.0":
940+
version "22.14.1"
941+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f"
942+
integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==
943943
dependencies:
944-
undici-types "~5.26.4"
944+
undici-types "~6.21.0"
945945

946946
"@types/normalize-package-data@^2.4.0":
947947
version "2.4.1"
@@ -5296,10 +5296,10 @@ unbox-primitive@^1.0.2:
52965296
has-symbols "^1.0.3"
52975297
which-boxed-primitive "^1.0.2"
52985298

5299-
undici-types@~5.26.4:
5300-
version "5.26.5"
5301-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5302-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5299+
undici-types@~6.21.0:
5300+
version "6.21.0"
5301+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5302+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
53035303

53045304
unicode-canonical-property-names-ecmascript@^1.0.4:
53055305
version "1.0.4"

0 commit comments

Comments
 (0)