Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@eslint/js": "^9.37.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.7.0",
"@types/node": "^25.2.1",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"eslint": "^9.39.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ __metadata:
"@eslint/js": ^9.37.0
"@gnolang/tm2-js-client": ^1.3.3
"@types/jest": ^30.0.0
"@types/node": ^24.7.0
"@types/node": ^25.2.1
"@typescript-eslint/eslint-plugin": ^8.53.1
"@typescript-eslint/parser": ^8.53.1
eslint: ^9.39.2
Expand Down Expand Up @@ -1740,12 +1740,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^24.7.0":
version: 24.7.0
resolution: "@types/node@npm:24.7.0"
"@types/node@npm:^25.2.1":
version: 25.2.1
resolution: "@types/node@npm:25.2.1"
dependencies:
undici-types: "npm:~7.14.0"
checksum: 154e6113dae3e551386d37d9e84e15bbf2a81ee14700ce42815f123ff35904363ab86a5650f98b555a892f1502b45a0aaa91666a979ec8860d95b09179d7100f
undici-types: ~7.16.0
checksum: 46c46b19b358258e065b13a521ea44e025edddbd68b6769979a2e7d78b4561d6fc570511ed46a267ab39d7abd657e9833a1e08abb60d64d206086ae35e94310c
languageName: node
linkType: hard

Expand Down Expand Up @@ -5851,10 +5851,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~7.14.0":
version: 7.14.0
resolution: "undici-types@npm:7.14.0"
checksum: bd28cb36b33a51359f02c27b84bfe8563cdad57bdab0aa6ac605ce64d51aff49fd0aa4cb2d3b043caaa93c3ec42e96b5757df5d2d9bcc06a5f3e71899c765035
"undici-types@npm:~7.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
checksum: 1ef68fc6c5bad200c8b6f17de8e5bc5cfdcadc164ba8d7208cd087cfa8583d922d8316a7fd76c9a658c22b4123d3ff847429185094484fbc65377d695c905857
languageName: node
linkType: hard

Expand Down
Loading