Skip to content

Commit c117bd2

Browse files
dependabot[bot]shanedell
authored andcommitted
Bump @types/node from 20.11.30 to 22.13.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 22.13.7. - [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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 446f6ce commit c117bd2

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@tsconfig/svelte": "^5.0.2",
6969
"@types/glob": "^8.0.0",
7070
"@types/mocha": "^10.0.3",
71-
"@types/node": "^20.11.30",
71+
"@types/node": "^22.13.14",
7272
"@types/vscode": "^1.90.0",
7373
"@types/vscode-webview": "^1.57.5",
7474
"@vscode/debugadapter-testsupport": "1.68.0",

yarn.lock

+9-16
Original file line numberDiff line numberDiff line change
@@ -616,19 +616,12 @@
616616
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
617617
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
618618

619-
"@types/node@*":
620-
version "20.10.4"
621-
resolved "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz"
622-
integrity sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==
619+
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.13.14":
620+
version "22.13.14"
621+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.14.tgz#70d84ec91013dcd2ba2de35532a5a14c2b4cc912"
622+
integrity sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==
623623
dependencies:
624-
undici-types "~5.26.4"
625-
626-
"@types/node@>=13.7.0", "@types/node@^20.11.30":
627-
version "20.11.30"
628-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
629-
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
630-
dependencies:
631-
undici-types "~5.26.4"
624+
undici-types "~6.20.0"
632625

633626
"@types/pug@^2.0.6":
634627
version "2.0.6"
@@ -4618,10 +4611,10 @@ underscore@^1.12.1:
46184611
resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz"
46194612
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
46204613

4621-
undici-types@~5.26.4:
4622-
version "5.26.5"
4623-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
4624-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4614+
undici-types@~6.20.0:
4615+
version "6.20.0"
4616+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
4617+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
46254618

46264619
unicorn-magic@^0.1.0:
46274620
version "0.1.0"

0 commit comments

Comments
 (0)