Skip to content

Commit be39d56

Browse files
Bump @types/node from 22.15.30 to 24.0.1 in /vscode (#3606)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.30 to 24.0.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.0.1 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 e7a2564 commit be39d56

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
"@shopify/prettier-config": "^1.1.4",
806806
"@types/glob": "^8.1.0",
807807
"@types/mocha": "^10.0.10",
808-
"@types/node": "22.x",
808+
"@types/node": "24.x",
809809
"@types/sinon": "^17.0.4",
810810
"@types/vscode": "^1.91.0",
811811
"@typescript-eslint/eslint-plugin": "^7.18.0",

vscode/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -979,12 +979,12 @@
979979
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0"
980980
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
981981

982-
"@types/node@*", "@types/node@22.x":
983-
version "22.15.30"
984-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.30.tgz#3a20431783e28dd0b0326f84ab386a2ec81d921d"
985-
integrity sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==
982+
"@types/node@*", "@types/node@24.x":
983+
version "24.0.1"
984+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.1.tgz#e9bfcb1c35547437c294403b7bec497772a88b0a"
985+
integrity sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==
986986
dependencies:
987-
undici-types "~6.21.0"
987+
undici-types "~7.8.0"
988988

989989
"@types/normalize-package-data@^2.4.1":
990990
version "2.4.4"
@@ -5924,10 +5924,10 @@ underscore@^1.12.1:
59245924
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
59255925
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
59265926

5927-
undici-types@~6.21.0:
5928-
version "6.21.0"
5929-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5930-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5927+
undici-types@~7.8.0:
5928+
version "7.8.0"
5929+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
5930+
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
59315931

59325932
unicorn-magic@^0.3.0:
59335933
version "0.3.0"

0 commit comments

Comments
 (0)