Skip to content

Commit 55f2e76

Browse files
Bump @types/node from 20.12.8 to 20.12.11 (#68)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.8 to 20.12.11. - [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-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 055f301 commit 55f2e76

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
@@ -31,7 +31,7 @@
3131
"@actions/tool-cache": "^2.0.1"
3232
},
3333
"devDependencies": {
34-
"@types/node": "^20.12.8",
34+
"@types/node": "^20.12.11",
3535
"@vercel/ncc": "^0.38.1",
3636
"typescript": "^5.4.5"
3737
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
semver "^6.1.0"
4242
uuid "^3.3.2"
4343

44-
"@types/node@^20.12.8":
45-
version "20.12.8"
46-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.8.tgz#35897bf2bfe3469847ab04634636de09552e8256"
47-
integrity sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==
44+
"@types/node@^20.12.11":
45+
version "20.12.11"
46+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.11.tgz#c4ef00d3507000d17690643278a60dc55a9dc9be"
47+
integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==
4848
dependencies:
4949
undici-types "~5.26.4"
5050

0 commit comments

Comments
 (0)