Skip to content

Commit 4e4319e

Browse files
deps(deps-dev): bump @types/node from 22.15.3 to 24.0.8 (#58)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.3 to 24.0.8. - [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.0.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ed3ea0 commit 4e4319e

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
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@nexim/prettier-config": "^1.3.0",
28-
"@types/node": "^22.15.3",
28+
"@types/node": "^24.0.8",
2929
"@types/simple-oauth2": "^5.0.7",
3030
"esbuild": "^0.25.3",
3131
"npm-run-all": "^4.1.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -472,12 +472,12 @@
472472
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
473473
integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==
474474

475-
"@types/node@^22.15.3":
476-
version "22.15.3"
477-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.3.tgz#b7fb9396a8ec5b5dfb1345d8ac2502060e9af68b"
478-
integrity sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==
475+
"@types/node@^24.0.8":
476+
version "24.0.8"
477+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.8.tgz#98f50977fe76ab78d02fc3bcb7f6c3b5f79a363c"
478+
integrity sha512-WytNrFSgWO/esSH9NbpWUfTMGQwCGIKfCmNlmFDNiI5gGhgMmEA+V1AEvKLeBNvvtBnailJtkrEa2OIISwrVAA==
479479
dependencies:
480-
undici-types "~6.21.0"
480+
undici-types "~7.8.0"
481481

482482
"@types/normalize-package-data@^2.4.0":
483483
version "2.4.4"
@@ -2645,10 +2645,10 @@ unbox-primitive@^1.1.0:
26452645
has-symbols "^1.1.0"
26462646
which-boxed-primitive "^1.1.1"
26472647

2648-
undici-types@~6.21.0:
2649-
version "6.21.0"
2650-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
2651-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
2648+
undici-types@~7.8.0:
2649+
version "7.8.0"
2650+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
2651+
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
26522652

26532653
util-deprecate@^1.0.1, util-deprecate@~1.0.1:
26542654
version "1.0.2"

0 commit comments

Comments
 (0)