Skip to content

Commit c4ad68d

Browse files
committed
INT-3337: Bump node types majors
1 parent b8fbabd commit c4ad68d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@tinymce/beehive-flow": "^0.19.0",
6060
"@tinymce/eslint-plugin": "^2.3.1",
6161
"@tinymce/miniature": "^6.0.0",
62-
"@types/node": "^20.14.10",
62+
"@types/node": "^22.13.10",
6363
"@types/prop-types": "^15.7.12",
6464
"@types/react": "^18.3.3",
6565
"@types/react-dom": "^18.3.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4068,7 +4068,7 @@
40684068
dependencies:
40694069
"@types/node" "*"
40704070

4071-
"@types/node@*", "@types/node@^20.1.0", "@types/node@^20.14.10":
4071+
"@types/node@*", "@types/node@^20.1.0":
40724072
version "20.14.10"
40734073
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
40744074
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
@@ -4082,6 +4082,13 @@
40824082
dependencies:
40834083
undici-types "~5.26.4"
40844084

4085+
"@types/node@^22.13.10":
4086+
version "22.13.10"
4087+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
4088+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
4089+
dependencies:
4090+
undici-types "~6.20.0"
4091+
40854092
"@types/parse-json@^4.0.0":
40864093
version "4.0.2"
40874094
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
@@ -10931,6 +10938,11 @@ undici-types@~5.26.4:
1093110938
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1093210939
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1093310940

10941+
undici-types@~6.20.0:
10942+
version "6.20.0"
10943+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
10944+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
10945+
1093410946
unicode-canonical-property-names-ecmascript@^2.0.0:
1093510947
version "2.0.0"
1093610948
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)