Skip to content

Commit 81526ce

Browse files
committed
fix: Upgrade npm dependencies
1 parent 2f50bac commit 81526ce

File tree

3 files changed

+298
-198
lines changed

3 files changed

+298
-198
lines changed

.ncurc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
reject:
22
- ajv
3+
- test

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,28 +76,28 @@
7676
},
7777
"dependencies": {
7878
"ajv": "6.12.6",
79-
"commander": "9.2.0",
79+
"commander": "9.4.0",
8080
"cosmiconfig": "7.0.1",
81-
"diff": "5.0.0",
82-
"fast-glob": "3.2.11"
81+
"diff": "5.1.0",
82+
"fast-glob": "3.2.12"
8383
},
8484
"devDependencies": {
8585
"@semantic-release/changelog": "6.0.1",
8686
"@semantic-release/git": "10.0.1",
87-
"@types/node": "17.0.31",
88-
"@typescript-eslint/eslint-plugin": "5.22.0",
89-
"@typescript-eslint/parser": "5.22.0",
90-
"eslint": "8.14.0",
87+
"@types/node": "18.7.21",
88+
"@typescript-eslint/eslint-plugin": "5.38.0",
89+
"@typescript-eslint/parser": "5.38.0",
90+
"eslint": "8.24.0",
9191
"eslint-config-standard": "17.0.0",
9292
"eslint-plugin-import": "2.26.0",
93-
"eslint-plugin-n": "15.2.0",
94-
"eslint-plugin-promise": "6.0.0",
95-
"http-server": "14.1.0",
93+
"eslint-plugin-n": "15.3.0",
94+
"eslint-plugin-promise": "6.0.1",
95+
"http-server": "14.1.1",
9696
"js-yaml": "4.1.0",
9797
"nyc": "15.1.0",
98-
"terser": "5.13.1",
98+
"terser": "5.15.0",
9999
"test": "0.6.0",
100-
"typescript": "4.6.4"
100+
"typescript": "4.8.3"
101101
},
102102
"keywords": [
103103
"json",

0 commit comments

Comments
 (0)