Skip to content

Commit cfec1c0

Browse files
chore(deps): update node.js to >=20.19.5
1 parent 5b7afa4 commit cfec1c0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@babel/preset-typescript": "^7.27.1",
3333
"@peculiar/webcrypto": "^1.5.0",
3434
"@types/jest": "^29.5.14",
35-
"@types/node": "^20.17.14",
35+
"@types/node": "^20.19.21",
3636
"@typescript-eslint/eslint-plugin": "^6.21.0",
3737
"@typescript-eslint/parser": "^6.21.0",
3838
"@chalbert/enzyme-adapter-react-18": "^0.7.2",
@@ -74,6 +74,6 @@
7474
"serialize-javascript": "^6.0.2"
7575
},
7676
"engines": {
77-
"node": ">=20.18.1"
77+
"node": ">=20.19.5"
7878
}
7979
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3772,12 +3772,12 @@
37723772
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4"
37733773
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==
37743774

3775-
"@types/node@^20.17.14":
3776-
version "20.17.14"
3777-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.14.tgz#579e7d75eeb5d46b75c73c98821639e64b689608"
3778-
integrity sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==
3775+
"@types/node@^20.19.21":
3776+
version "20.19.21"
3777+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.21.tgz#6e5378e04993c40395473b13baf94a09875157b8"
3778+
integrity sha512-CsGG2P3I5y48RPMfprQGfy4JPRZ6csfC3ltBZSRItG3ngggmNY/qs2uZKp4p9VbrpqNNSMzUZNFZKzgOGnd/VA==
37793779
dependencies:
3780-
undici-types "~6.19.2"
3780+
undici-types "~6.21.0"
37813781

37823782
"@types/normalize-package-data@^2.4.0":
37833783
version "2.4.1"
@@ -14358,10 +14358,10 @@ unbox-primitive@^1.1.0:
1435814358
has-symbols "^1.1.0"
1435914359
which-boxed-primitive "^1.1.1"
1436014360

14361-
undici-types@~6.19.2:
14362-
version "6.19.8"
14363-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
14364-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
14361+
undici-types@~6.21.0:
14362+
version "6.21.0"
14363+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
14364+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1436514365

1436614366
unicode-canonical-property-names-ecmascript@^2.0.0:
1436714367
version "2.0.0"

0 commit comments

Comments
 (0)