Skip to content

Commit c421e61

Browse files
deps(deps-dev): bump @types/node from 24.7.2 to 24.8.1 (#34)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.7.2 to 24.8.1. - [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: 24.8.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 019e3d2 commit c421e61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/jsdom": "^21.1.7",
4040
"@types/marked": "^5.0.0",
4141
"@types/nock": "^11.1.0",
42-
"@types/node": "^24.7.2",
42+
"@types/node": "^24.8.1",
4343
"@typescript-eslint/eslint-plugin": "^7.0.0",
4444
"@typescript-eslint/parser": "^6.13.0",
4545
"@vercel/ncc": "^0.38.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -979,10 +979,10 @@
979979
dependencies:
980980
nock "*"
981981

982-
"@types/node@*", "@types/node@^24.7.2":
983-
version "24.7.2"
984-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.7.2.tgz#5adf66b6e2ac5cab1d10a2ad3682e359cb652f4a"
985-
integrity sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==
982+
"@types/node@*", "@types/node@^24.8.1":
983+
version "24.8.1"
984+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.8.1.tgz#74c8ae00b045a0a351f2837ec00f25dfed0053be"
985+
integrity sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==
986986
dependencies:
987987
undici-types "~7.14.0"
988988

0 commit comments

Comments
 (0)