Skip to content

Commit 87205c2

Browse files
committed
fix: Upgrade dependencies and require Node.js 14
The new commander and cosmiconfig require Node.js 14 or newer. BREAKING CHANGE: Dropped support for Node.js 12 . The minimum supported version is Node.js 14.
1 parent 0eea4ab commit 87205c2

File tree

2 files changed

+387
-302
lines changed

2 files changed

+387
-302
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,28 @@
7777
},
7878
"dependencies": {
7979
"ajv": "6.12.6",
80-
"commander": "9.4.0",
81-
"cosmiconfig": "7.0.1",
80+
"commander": "10.0.0",
81+
"cosmiconfig": "8.1.0",
8282
"diff": "5.1.0",
8383
"fast-glob": "3.2.12"
8484
},
8585
"devDependencies": {
86-
"@semantic-release/changelog": "6.0.1",
86+
"@semantic-release/changelog": "6.0.2",
8787
"@semantic-release/git": "10.0.1",
88-
"@types/node": "18.7.21",
89-
"@typescript-eslint/eslint-plugin": "5.38.0",
90-
"@typescript-eslint/parser": "5.38.0",
91-
"eslint": "8.24.0",
88+
"@types/node": "18.14.6",
89+
"@typescript-eslint/eslint-plugin": "5.54.0",
90+
"@typescript-eslint/parser": "5.54.0",
91+
"eslint": "8.35.0",
9292
"eslint-config-standard": "17.0.0",
93-
"eslint-plugin-import": "2.26.0",
94-
"eslint-plugin-n": "15.3.0",
95-
"eslint-plugin-promise": "6.0.1",
93+
"eslint-plugin-import": "2.27.5",
94+
"eslint-plugin-n": "15.6.1",
95+
"eslint-plugin-promise": "6.1.1",
9696
"http-server": "14.1.1",
9797
"js-yaml": "4.1.0",
9898
"nyc": "15.1.0",
99-
"terser": "5.15.0",
99+
"terser": "5.16.5",
100100
"test": "0.6.0",
101-
"typescript": "4.8.3"
101+
"typescript": "4.9.5"
102102
},
103103
"keywords": [
104104
"json",

0 commit comments

Comments
 (0)