Skip to content

Commit ac93437

Browse files
committed
(chore) Updated dependencies.
1 parent 1638003 commit ac93437

File tree

2 files changed

+369
-399
lines changed

2 files changed

+369
-399
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"dependencies": {
8585
"@types/chai": "4.3.16",
8686
"@types/mocha": "10.0.7",
87-
"@typescript-eslint/eslint-plugin": "7.14.1",
88-
"@typescript-eslint/parser": "7.14.1",
87+
"@typescript-eslint/eslint-plugin": "7.16.1",
88+
"@typescript-eslint/parser": "7.16.1",
8989
"async": "3.2.5",
9090
"chai": "4.4.1",
9191
"chokidar": "3.6.0",
@@ -95,21 +95,21 @@
9595
"eslint-plugin-unused-imports": "3.2.0",
9696
"glob": "8.1.0",
9797
"handlebars": "4.7.8",
98-
"husky": "9.0.11",
98+
"husky": "9.1.1",
9999
"import-sort-style-module": "6.0.0",
100100
"inquirer": "7.3.3",
101-
"mocha": "10.5.2",
102-
"nyc": "15.1.0",
101+
"mocha": "10.6.0",
102+
"nyc": "17.0.0",
103103
"open-cli": "8.0.0",
104-
"prettier": "3.3.2",
104+
"prettier": "3.3.3",
105105
"prettier-plugin-import-sort": "0.0.7",
106-
"semver": "7.6.2",
106+
"semver": "7.6.3",
107107
"source-map-support": "0.5.21",
108108
"tree-kill": "1.2.2",
109109
"ts-node": "7.0.1",
110110
"tslib": "2.6.3",
111111
"tsutils": "3.21.0",
112-
"typescript": "5.5.2",
112+
"typescript": "5.5.3",
113113
"ws": "7.5.2",
114114
"yargs": "15.4.1"
115115
},
@@ -118,7 +118,7 @@
118118
"@types/eslint": "8.56.10",
119119
"@types/glob": "7.2.0",
120120
"@types/inquirer": "6.5.0",
121-
"@types/node": "20.14.9",
121+
"@types/node": "20.14.11",
122122
"@types/semver": "7.5.8",
123123
"@types/sinon": "17.0.3",
124124
"@types/ws": "7.4.7",
@@ -129,5 +129,6 @@
129129
"overrides": {
130130
"@babel/traverse@<7.23.2": "^7.23.2"
131131
}
132-
}
132+
},
133+
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
133134
}

0 commit comments

Comments
 (0)