Skip to content

Commit 2955f80

Browse files
authored
Merge branch 'main' into version-bump
2 parents 7a01f30 + 8431558 commit 2955f80

4 files changed

Lines changed: 596 additions & 98 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@
3737
"devDependencies": {
3838
"@sinonjs/fake-timers": "14.0.0",
3939
"@types/eventsource": "1.1.15",
40-
"@types/node": "22.15.3",
40+
"@types/node": "22.15.17",
4141
"@types/sinonjs__fake-timers": "8.1.5",
4242
"@types/ws": "8.18.1",
43-
"@typescript-eslint/eslint-plugin": "8.30.1",
44-
"@typescript-eslint/parser": "8.30.1",
43+
"@typescript-eslint/eslint-plugin": "8.32.0",
44+
"@typescript-eslint/parser": "8.32.0",
4545
"ava": "6.3.0",
4646
"axios-mock-adapter": "2.1.0",
4747
"c8": "10.1.3",
48-
"eslint": "9.25.1",
49-
"eslint-config-prettier": "10.1.2",
48+
"eslint": "9.26.0",
49+
"eslint-config-prettier": "10.1.5",
5050
"eslint-plugin-tsdoc": "0.4.0",
5151
"mocksse": "1.0.4",
5252
"prettier": "3.5.3",
5353
"ts-node": "10.9.2",
5454
"ts-node-dev": "2.0.0",
55-
"typedoc": "0.28.3",
55+
"typedoc": "0.28.4",
5656
"typescript": "5.8.3"
5757
},
5858
"prettier": {

scripts/generator-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@yeoman/types": "1.6.0",
1616
"mem-fs": "4.1.2",
1717
"@yeoman/adapter": "2.1.1",
18-
"@types/node": "22.15.3"
18+
"@types/node": "22.15.17"
1919
}
2020
}

scripts/generator-adapter/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@
331331
dependencies:
332332
undici-types "~6.20.0"
333333

334-
"@types/node@22.15.3":
335-
version "22.15.3"
336-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.3.tgz#b7fb9396a8ec5b5dfb1345d8ac2502060e9af68b"
337-
integrity sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==
334+
"@types/node@22.15.17":
335+
version "22.15.17"
336+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.17.tgz#355ccec95f705b664e4332bb64a7f07db30b7055"
337+
integrity sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==
338338
dependencies:
339339
undici-types "~6.21.0"
340340

0 commit comments

Comments
 (0)