Skip to content

Commit 55d8ff2

Browse files
committed
(chore) Update dependencies
1 parent 291f895 commit 55d8ff2

File tree

2 files changed

+101
-95
lines changed

2 files changed

+101
-95
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"dependencies": {
8585
"@types/chai": "4.3.19",
86-
"@types/mocha": "10.0.7",
86+
"@types/mocha": "10.0.8",
8787
"@typescript-eslint/eslint-plugin": "7.16.1",
8888
"@typescript-eslint/parser": "7.16.1",
8989
"async": "3.2.6",
@@ -95,7 +95,7 @@
9595
"eslint-plugin-unused-imports": "3.2.0",
9696
"glob": "8.1.0",
9797
"handlebars": "4.7.8",
98-
"husky": "9.1.5",
98+
"husky": "9.1.6",
9999
"import-sort-style-module": "6.0.0",
100100
"inquirer": "7.3.3",
101101
"mocha": "10.7.3",
@@ -109,7 +109,7 @@
109109
"ts-node": "7.0.1",
110110
"tslib": "2.7.0",
111111
"tsutils": "3.21.0",
112-
"typescript": "5.5.4",
112+
"typescript": "5.6.2",
113113
"ws": "7.5.2",
114114
"yargs": "15.4.1"
115115
},
@@ -118,12 +118,12 @@
118118
"@types/eslint": "8.56.10",
119119
"@types/glob": "7.2.0",
120120
"@types/inquirer": "6.5.0",
121-
"@types/node": "22.5.3",
121+
"@types/node": "22.5.5",
122122
"@types/semver": "7.5.8",
123123
"@types/sinon": "17.0.3",
124124
"@types/ws": "7.4.7",
125125
"@types/yargs": "15.0.12",
126-
"sinon": "18.0.0"
126+
"sinon": "19.0.2"
127127
},
128128
"pnpm": {
129129
"overrides": {

0 commit comments

Comments
 (0)