Skip to content

Commit 4075cf8

Browse files
committed
chore(deps): Upgrade all deps
1 parent 6ae36d0 commit 4075cf8

File tree

9 files changed

+1362
-792
lines changed

9 files changed

+1362
-792
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/aklinker1/publish-browser-extension"
25+
"url": "git+https://github.com/aklinker1/publish-browser-extension.git"
2626
},
2727
"homepage": "https://github.com/aklinker1/publish-browser-extension#readme",
2828
"files": [
@@ -72,43 +72,43 @@
7272
"dependencies": {
7373
"cac": "^6.7.14",
7474
"cli-highlight": "^2.1.11",
75-
"consola": "^3.2.3",
76-
"dotenv": "^16.3.1",
75+
"consola": "^3.4.2",
76+
"dotenv": "^16.6.1",
7777
"extract-zip": "^2.0.1",
7878
"formdata-node": "^6.0.3",
79-
"listr2": "^8.0.1",
79+
"listr2": "^8.3.3",
8080
"lodash.camelcase": "^4.3.0",
8181
"lodash.kebabcase": "^4.1.1",
8282
"lodash.snakecase": "^4.1.1",
83-
"ofetch": "^1.3.3",
84-
"open": "^9.1.0",
83+
"ofetch": "^1.4.1",
84+
"open": "^10.2.0",
8585
"ora": "^6.3.1",
8686
"prompts": "^2.4.2",
87-
"zod": "^3.22.4"
87+
"zod": "^3.25.76"
8888
},
8989
"devDependencies": {
90-
"@aklinker1/check": "^1.3.1",
91-
"@types/jsonwebtoken": "^8.5.8",
92-
"@types/lodash.camelcase": "^4.3.7",
93-
"@types/lodash.kebabcase": "^4.1.7",
94-
"@types/lodash.snakecase": "^4.1.7",
95-
"@types/node": "^18",
96-
"@types/node-fetch": "^2",
97-
"@types/prompts": "^2.4.4",
98-
"@vitest/coverage-v8": "^1.2.0",
99-
"archiver": "^5.3.1",
90+
"@aklinker1/check": "^1.4.5",
91+
"@types/jsonwebtoken": "^8.5.9",
92+
"@types/lodash.camelcase": "^4.3.9",
93+
"@types/lodash.kebabcase": "^4.1.9",
94+
"@types/lodash.snakecase": "^4.1.9",
95+
"@types/node": "^18.19.123",
96+
"@types/node-fetch": "^2.6.13",
97+
"@types/prompts": "^2.4.9",
98+
"@vitest/coverage-v8": "^1.6.1",
99+
"archiver": "^5.3.2",
100100
"jsonwebtoken": "^8.5.1",
101-
"lint-staged": "^15.2.0",
101+
"lint-staged": "^15.5.2",
102102
"npm-run-all": "^4.1.5",
103-
"prettier": "^3.2.2",
104-
"publint": "^0.2.7",
105-
"rimraf": "^4.4.0",
103+
"prettier": "^3.6.2",
104+
"publint": "^0.2.12",
105+
"rimraf": "^4.4.1",
106106
"run-all": "^1.0.1",
107-
"simple-git-hooks": "^2.9.0",
108-
"tsup": "^8.0.1",
109-
"tsx": "^3.12.5",
110-
"typescript": "^5.3.3",
111-
"vitest": "^1.2.0"
107+
"simple-git-hooks": "^2.13.1",
108+
"tsup": "^8.5.0",
109+
"tsx": "^3.14.0",
110+
"typescript": "^5.9.2",
111+
"vitest": "^1.6.1"
112112
},
113113
"pnpm": {
114114
"peerDependencyRules": {
@@ -132,5 +132,5 @@
132132
133133
]
134134
},
135-
"packageManager": "pnpm@9.7.1"
135+
"packageManager": "pnpm@9.15.9"
136136
}

0 commit comments

Comments
 (0)