Skip to content

Commit 7d495ed

Browse files
build(deps-dev): bump @types/node from 16.18.57 to 24.6.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.57 to 24.6.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.6.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d308260 commit 7d495ed

3 files changed

Lines changed: 28 additions & 15 deletions

File tree

package-lock.json

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@types/jest": "^29.5.1",
2323
"@types/lodash": "^4.14.194",
24-
"@types/node": "^16.18.25",
24+
"@types/node": "^24.6.1",
2525
"@typescript-eslint/parser": "^6.7.4",
2626
"@vercel/ncc": "^0.36.1",
2727
"eslint": "^8.39.0",

yarn.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -907,15 +907,12 @@
907907
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632"
908908
integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==
909909

910-
"@types/node@*":
911-
version "20.4.1"
912-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"
913-
integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==
914-
915-
"@types/node@^16.18.25":
916-
version "16.18.38"
917-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.38.tgz#1dcdb6c54d02b323f621213745f2e44af30c73e6"
918-
integrity sha512-6sfo1qTulpVbkxECP+AVrHV9OoJqhzCsfTNp5NIG+enM4HyM3HvZCO798WShIXBN0+QtDIcutJCjsVYnQP5rIQ==
910+
"@types/node@*", "@types/node@^24.6.1":
911+
version "24.6.1"
912+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.6.1.tgz#29cd365beb4419b3b8271c7464f1a563446d7481"
913+
integrity sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==
914+
dependencies:
915+
undici-types "~7.13.0"
919916

920917
"@types/prettier@^2.1.5":
921918
version "2.7.3"
@@ -3748,6 +3745,11 @@ unbox-primitive@^1.0.2:
37483745
has-symbols "^1.0.3"
37493746
which-boxed-primitive "^1.0.2"
37503747

3748+
undici-types@~7.13.0:
3749+
version "7.13.0"
3750+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.13.0.tgz#a20ba7c0a2be0c97bd55c308069d29d167466bff"
3751+
integrity sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==
3752+
37513753
universal-user-agent@^6.0.0:
37523754
version "6.0.0"
37533755
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"

0 commit comments

Comments
 (0)