Skip to content

Commit 222183c

Browse files
chore(deps): update node.js to >=20.19.5
1 parent 6117996 commit 222183c

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
@@ -34,7 +34,7 @@
3434
"@chalbert/enzyme-adapter-react-18": "^0.7.2",
3535
"@peculiar/webcrypto": "^1.5.0",
3636
"@types/jest": "^29.5.14",
37-
"@types/node": "^20.17.14",
37+
"@types/node": "^20.19.23",
3838
"@typescript-eslint/eslint-plugin": "^6.21.0",
3939
"@typescript-eslint/parser": "^6.21.0",
4040
"auto": "^11.3.0",
@@ -75,6 +75,6 @@
7575
"on-headers": "1.1.0"
7676
},
7777
"engines": {
78-
"node": ">=20.19.0"
78+
"node": ">=20.19.5"
7979
}
8080
}

yarn.lock

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

4038-
"@types/node@^20.17.14":
4039-
version "20.17.14"
4040-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.14.tgz#579e7d75eeb5d46b75c73c98821639e64b689608"
4041-
integrity sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==
4038+
"@types/node@^20.19.23":
4039+
version "20.19.23"
4040+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.23.tgz#7de99389c814071cca78656a3243f224fed7453d"
4041+
integrity sha512-yIdlVVVHXpmqRhtyovZAcSy0MiPcYWGkoO4CGe/+jpP0hmNuihm4XhHbADpK++MsiLHP5MVlv+bcgdF99kSiFQ==
40424042
dependencies:
4043-
undici-types "~6.19.2"
4043+
undici-types "~6.21.0"
40444044

40454045
"@types/normalize-package-data@^2.4.0":
40464046
version "2.4.1"
@@ -14727,10 +14727,10 @@ unbox-primitive@^1.1.0:
1472714727
has-symbols "^1.1.0"
1472814728
which-boxed-primitive "^1.1.1"
1472914729

14730-
undici-types@~6.19.2:
14731-
version "6.19.8"
14732-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
14733-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
14730+
undici-types@~6.21.0:
14731+
version "6.21.0"
14732+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
14733+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1473414734

1473514735
unicode-canonical-property-names-ecmascript@^2.0.0:
1473614736
version "2.0.0"

0 commit comments

Comments
 (0)