Skip to content

Commit d666c36

Browse files
Bump @types/node from 22.13.8 to 22.15.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.13.8 to 22.15.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36e78ab commit d666c36

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
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@actions/core": "^1.11.1",
5050
"@actions/github": "^6.0.0",
51-
"@types/node": "^22.13.8",
51+
"@types/node": "^22.15.3",
5252
"glob": "^11.0.1",
5353
"untildify": "^4.0.0"
5454
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,12 +1135,12 @@
11351135
expect "^29.0.0"
11361136
pretty-format "^29.0.0"
11371137

1138-
"@types/node@*", "@types/node@^22.13.8":
1139-
version "22.13.8"
1140-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.8.tgz#57e2450295b33a6518d6fd4f65f47236d3e41d8d"
1141-
integrity sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ==
1138+
"@types/node@*", "@types/node@^22.15.3":
1139+
version "22.15.3"
1140+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.3.tgz#b7fb9396a8ec5b5dfb1345d8ac2502060e9af68b"
1141+
integrity sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==
11421142
dependencies:
1143-
undici-types "~6.20.0"
1143+
undici-types "~6.21.0"
11441144

11451145
"@types/stack-utils@^2.0.0":
11461146
version "2.0.0"
@@ -2851,10 +2851,10 @@ typescript@^5.7.3:
28512851
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
28522852
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
28532853

2854-
undici-types@~6.20.0:
2855-
version "6.20.0"
2856-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
2857-
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
2854+
undici-types@~6.21.0:
2855+
version "6.21.0"
2856+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2857+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
28582858

28592859
undici@^5.25.4:
28602860
version "5.28.5"

0 commit comments

Comments
 (0)