Skip to content

Commit 2acbbec

Browse files
deps(npm)(deps-dev): update @types/node requirement
Updates the requirements on [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) to permit the latest version. - [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-version: 20.19.27 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9444344 commit 2acbbec

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
@@ -38,7 +38,7 @@
3838
"install:all": "npm install && cd ml && pip install -r requirements.txt"
3939
},
4040
"devDependencies": {
41-
"@types/node": "^20.19.26",
41+
"@types/node": "^20.19.27",
4242
"concurrently": "^8.2.2",
4343
"eslint": "^8.57.0",
4444
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)