Skip to content

Commit edad1e9

Browse files
Bump @types/node from 20.6.2 to 20.6.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.2 to 20.6.3. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9508d5f commit edad1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"prepublishOnly": "node --no-warnings --loader ts-node/esm Source/Bin.ts 'Source/**/*.ts'"
3131
},
3232
"dependencies": {
33-
"@types/node": "20.6.2",
33+
"@types/node": "20.6.3",
3434
"commander": "11.0.0",
3535
"deepmerge-ts": "5.1.0",
3636
"esbuild": "0.19.3",
@@ -39,7 +39,7 @@
3939
"typescript": "5.2.2"
4040
},
4141
"devDependencies": {
42-
"@types/node": "20.6.2",
42+
"@types/node": "20.6.3",
4343
"ts-node": "10.9.1"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)