Skip to content

Commit 32861b5

Browse files
chore(deps): update dependency @types/node to ^22.14.0 (#293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf19372 commit 32861b5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@txo/semantic-release": "^2.0.10",
5050
"@txo/tsconfig-cjs": "^2.0.0",
5151
"@types/jest": "^29.5.14",
52-
"@types/node": "^22.13.17",
52+
"@types/node": "^22.14.0",
5353
"concurrently": "^9.1.2",
5454
"eslint-config-txo-package-typescript": "^1.0.70",
5555
"graphql": "^16.10.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,12 +1563,12 @@
15631563
dependencies:
15641564
"@types/unist" "^2"
15651565

1566-
"@types/node@*", "@types/node@^22.13.17":
1567-
version "22.13.17"
1568-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.17.tgz#9ca6a81a0180cdcfd3719b9cf6c09186756e1754"
1569-
integrity sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==
1566+
"@types/node@*", "@types/node@^22.14.0":
1567+
version "22.14.0"
1568+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
1569+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
15701570
dependencies:
1571-
undici-types "~6.20.0"
1571+
undici-types "~6.21.0"
15721572

15731573
"@types/normalize-package-data@^2.4.3":
15741574
version "2.4.4"
@@ -7819,10 +7819,10 @@ unbox-primitive@^1.0.2:
78197819
has-symbols "^1.0.3"
78207820
which-boxed-primitive "^1.0.2"
78217821

7822-
undici-types@~6.20.0:
7823-
version "6.20.0"
7824-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
7825-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
7822+
undici-types@~6.21.0:
7823+
version "6.21.0"
7824+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7825+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
78267826

78277827
unicode-emoji-modifier-base@^1.0.0:
78287828
version "1.0.0"

0 commit comments

Comments
 (0)