Skip to content

Commit 20e66ce

Browse files
committed
update dev deps, fix audit issues and lock prod deps
1 parent 1e94d35 commit 20e66ce

File tree

2 files changed

+640
-1529
lines changed

2 files changed

+640
-1529
lines changed

package.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,34 +30,32 @@
3030
"release": "release-it"
3131
},
3232
"devDependencies": {
33-
"@types/chai": "^4.3.3",
34-
"@types/mocha": "^10.0.0",
35-
"@types/node": "^18.11.7",
33+
"@types/node": "^18.16.17",
3634
"@types/project-name-generator": "^2.1.1",
37-
"@types/prompts": "^2.4.1",
38-
"@types/yargs": "^17.0.13",
39-
"@typescript-eslint/eslint-plugin": "^5.41.0",
40-
"@typescript-eslint/parser": "^5.41.0",
41-
"chai": "^4.3.6",
35+
"@types/prompts": "^2.4.4",
36+
"@types/yargs": "^17.0.24",
37+
"@typescript-eslint/eslint-plugin": "^5.59.9",
38+
"@typescript-eslint/parser": "^5.59.9",
4239
"cz-conventional-changelog": "^3.3.0",
43-
"eslint": "^8.26.0",
44-
"eslint-plugin-github": "^4.4.0",
45-
"eslint-plugin-no-only-tests": "^3.1.0",
46-
"mocha": "^10.1.0",
47-
"nyc": "^15.1.0",
40+
"eslint": "^8.42.0",
41+
"eslint-plugin-github": "^4.8.0",
4842
"release-it": "^15.11.0",
49-
"ts-mocha": "^10.0.0",
5043
"ts-node": "^10.9.1",
51-
"typescript": "^4.8.4"
44+
"typescript": "^4.9.5"
5245
},
5346
"config": {
5447
"commitizen": {
5548
"path": "./node_modules/cz-conventional-changelog"
5649
}
5750
},
5851
"dependencies": {
59-
"project-name-generator": "^2.1.9",
60-
"prompts": "^2.4.2",
61-
"yargs": "^17.6.0"
52+
"project-name-generator": "2.1.9",
53+
"prompts": "2.4.2",
54+
"yargs": "17.6.0"
55+
},
56+
"pnpm": {
57+
"overrides": {
58+
"json5@<1.0.2": ">=1.0.2"
59+
}
6260
}
6361
}

0 commit comments

Comments
 (0)