Skip to content

Commit 7b51915

Browse files
Bump @types/node from 20.11.30 to 20.12.2 (#1069)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.2. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7d5001 commit 7b51915

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@
11551155
"devDependencies": {
11561156
"@types/glob": "^8.1.0",
11571157
"@types/mocha": "^10.0.6",
1158-
"@types/node": "^20.11.30",
1158+
"@types/node": "^20.12.2",
11591159
"@types/vscode": "^1.82.0",
11601160
"@types/which": "^3.0.3",
11611161
"@typescript-eslint/eslint-plugin": "^7.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,10 @@
256256
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
257257
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
258258

259-
"@types/node@*", "@types/node@^20.11.30":
260-
version "20.11.30"
261-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
262-
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
259+
"@types/node@*", "@types/node@^20.12.2":
260+
version "20.12.2"
261+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
262+
integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==
263263
dependencies:
264264
undici-types "~5.26.4"
265265

0 commit comments

Comments
 (0)