Skip to content

Commit 3478677

Browse files
committed
chore(dev-deps): fix @types/node version for TS5.7
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 131a8b8 commit 3478677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"devDependencies": {
9494
"@types/mocha": "^10",
95-
"@types/node": "ts5.6",
95+
"@types/node": "ts5.7",
9696
"@types/spdx-expression-parse": "^3",
9797
"c8": "^10",
9898
"deepmerge": "^4.2.2",

0 commit comments

Comments
 (0)