Skip to content

Commit 3103bfa

Browse files
chore(deps): update node.js to >=20.19.5
1 parent e267e06 commit 3103bfa

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.25",
3838
"@typescript-eslint/eslint-plugin": "^6.21.0",
3939
"@typescript-eslint/parser": "^6.21.0",
4040
"auto": "^11.3.6",
@@ -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
@@ -3992,12 +3992,12 @@
39923992
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4"
39933993
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==
39943994

3995-
"@types/node@^20.17.14":
3996-
version "20.17.14"
3997-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.14.tgz#579e7d75eeb5d46b75c73c98821639e64b689608"
3998-
integrity sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==
3995+
"@types/node@^20.19.25":
3996+
version "20.19.25"
3997+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.25.tgz#467da94a2fd966b57cc39c357247d68047611190"
3998+
integrity sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==
39993999
dependencies:
4000-
undici-types "~6.19.2"
4000+
undici-types "~6.21.0"
40014001

40024002
"@types/normalize-package-data@^2.4.0":
40034003
version "2.4.1"
@@ -14698,10 +14698,10 @@ unbox-primitive@^1.1.0:
1469814698
has-symbols "^1.1.0"
1469914699
which-boxed-primitive "^1.1.1"
1470014700

14701-
undici-types@~6.19.2:
14702-
version "6.19.8"
14703-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
14704-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
14701+
undici-types@~6.21.0:
14702+
version "6.21.0"
14703+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
14704+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1470514705

1470614706
unicode-canonical-property-names-ecmascript@^2.0.0:
1470714707
version "2.0.0"

0 commit comments

Comments
 (0)