Skip to content

Commit 67e54df

Browse files
chore(deps): update dependency @types/node to v22
1 parent 978d2da commit 67e54df

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@pliancy/eslint-config-ts": "1.1.1",
2121
"@pliancy/semantic-release-config-npm": "2.2.0",
2222
"@types/jest": "29.5.12",
23-
"@types/node": "20.11.25",
23+
"@types/node": "22.13.8",
2424
"commitizen": "4.3.0",
2525
"cpy-cli": "5.0.0",
2626
"husky": "9.0.11",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -1266,12 +1266,12 @@
12661266
dependencies:
12671267
undici-types "~5.26.4"
12681268

1269-
"@types/node@20.11.25":
1270-
version "20.11.25"
1271-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f"
1272-
integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==
1269+
"@types/node@22.13.8":
1270+
version "22.13.8"
1271+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.8.tgz#57e2450295b33a6518d6fd4f65f47236d3e41d8d"
1272+
integrity sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ==
12731273
dependencies:
1274-
undici-types "~5.26.4"
1274+
undici-types "~6.20.0"
12751275

12761276
"@types/normalize-package-data@^2.4.0":
12771277
version "2.4.4"
@@ -6709,6 +6709,11 @@ undici-types@~5.26.4:
67096709
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
67106710
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
67116711

6712+
undici-types@~6.20.0:
6713+
version "6.20.0"
6714+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
6715+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
6716+
67126717
unique-filename@^1.1.1:
67136718
version "1.1.1"
67146719
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)