Skip to content

Commit fc0f74b

Browse files
build(deps-dev): bump @types/node from 20.11.30 to 20.12.2 (#704)
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 fa535da commit fc0f74b

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
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/fsouza/prettierd",
2626
"devDependencies": {
27-
"@types/node": "^20.11.30",
27+
"@types/node": "^20.12.2",
2828
"@types/prettier": "^3.0.0",
2929
"typescript": "^5.4.3"
3030
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@nodelib/fs.scandir" "2.1.5"
2929
fastq "^1.6.0"
3030

31-
"@types/node@^20.11.30":
32-
version "20.11.30"
33-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
34-
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
31+
"@types/node@^20.12.2":
32+
version "20.12.2"
33+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e"
34+
integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==
3535
dependencies:
3636
undici-types "~5.26.4"
3737

0 commit comments

Comments
 (0)