Skip to content

Commit 9d70901

Browse files
committed
chore: update most deps
1 parent 1452c73 commit 9d70901

File tree

2 files changed

+1032
-656
lines changed

2 files changed

+1032
-656
lines changed

package.json

+13-23
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"eslint --fix"
2828
]
2929
},
30-
"packageManager": "pnpm@9.1.4",
30+
"packageManager": "pnpm@9.3.0",
3131
"type": "module",
3232
"engines": {
3333
"node": ">=18",
34-
"pnpm": "^9.1.4"
34+
"pnpm": "^9.3.0"
3535
},
3636
"repository": {
3737
"type": "git",
@@ -45,33 +45,23 @@
4545
"dependencies": {
4646
"@actions/core": "^1.10.1",
4747
"cac": "^6.7.14",
48-
"execa": "^6.1.0",
48+
"execa": "^9.2.0",
4949
"node-fetch": "^3.3.2",
50-
"verdaccio": "^5.30.3",
50+
"verdaccio": "^5.31.1",
5151
"verdaccio-auth-memory": "^10.2.2"
5252
},
5353
"devDependencies": {
5454
"@antfu/ni": "^0.21.12",
55-
"@typescript-eslint/eslint-plugin": "^5.62.0",
56-
"@typescript-eslint/parser": "^5.62.0",
55+
"@typescript-eslint/eslint-plugin": "^7.13.0",
56+
"@typescript-eslint/parser": "^7.13.0",
5757
"eslint": "^8.57.0",
58-
"eslint-define-config": "^1.24.1",
59-
"eslint-plugin-n": "^15.7.0",
60-
"lint-staged": "^13.3.0",
61-
"prettier": "^2.8.8",
62-
"rimraf": "^4.4.1",
58+
"eslint-define-config": "^2.1.0",
59+
"eslint-plugin-n": "^17.8.1",
60+
"lint-staged": "^15.2.6",
61+
"prettier": "^3.3.2",
62+
"rimraf": "^5.0.7",
6363
"simple-git-hooks": "^2.11.1",
64-
"tsx": "^3.14.0",
65-
"typescript": "^4.9.5"
66-
},
67-
"pnpm": {
68-
"auditConfig": {
69-
"ignoreCves": [
70-
"CVE-2022-25883",
71-
"CVE-2023-28155",
72-
"CVE-2023-26136",
73-
"CVE-2024-29041"
74-
]
75-
}
64+
"tsx": "^4.15.2",
65+
"typescript": "^5.4.5"
7666
}
7767
}

0 commit comments

Comments
 (0)