Skip to content

Commit 7a48219

Browse files
chore(deps): update dependency @types/node to v22
1 parent 2d93cd2 commit 7a48219

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
@@ -120,7 +120,7 @@
120120
"@types/jest": "29.5.14",
121121
"@types/jsonpath": "0.2.4",
122122
"@types/lodash": "4.17.14",
123-
"@types/node": "18.19.74",
123+
"@types/node": "22.13.4",
124124
"@typescript-eslint/eslint-plugin": "7.18.0",
125125
"@typescript-eslint/parser": "7.18.0",
126126
"dotenv": "16.4.7",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -2809,12 +2809,12 @@
28092809
dependencies:
28102810
undici-types "~5.26.4"
28112811

2812-
"@types/node@18.19.74":
2813-
version "18.19.74"
2814-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.74.tgz#4d093acd2a558ebbc5f0efa4e20ce63791b0cc58"
2815-
integrity sha512-HMwEkkifei3L605gFdV+/UwtpxP6JSzM+xFk2Ia6DNFSwSVBRh9qp5Tgf4lNFOMfPVuU0WnkcWpXZpgn5ufO4A==
2812+
"@types/node@22.13.4":
2813+
version "22.13.4"
2814+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.4.tgz#3fe454d77cd4a2d73c214008b3e331bfaaf5038a"
2815+
integrity sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==
28162816
dependencies:
2817-
undici-types "~5.26.4"
2817+
undici-types "~6.20.0"
28182818

28192819
"@types/normalize-package-data@^2.4.3":
28202820
version "2.4.4"
@@ -10758,6 +10758,11 @@ undici-types@~5.26.4:
1075810758
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1075910759
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1076010760

10761+
undici-types@~6.20.0:
10762+
version "6.20.0"
10763+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
10764+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
10765+
1076110766
unicode-canonical-property-names-ecmascript@^2.0.0:
1076210767
version "2.0.0"
1076310768
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)