|
32 | 32 | "engines": { |
33 | 33 | "node": ">=20.17.0" |
34 | 34 | }, |
35 | | - "packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912", |
| 35 | + "packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184", |
36 | 36 | "scripts": { |
37 | 37 | "prevalidate": "pnpm build:dev", |
38 | 38 | "validate": "./dist/cli.mjs", |
|
52 | 52 | "sideEffects": false, |
53 | 53 | "prettier": "@webdeveric/prettier-config", |
54 | 54 | "dependencies": { |
55 | | - "@npmcli/arborist": "^9.1.1", |
56 | | - "@webdeveric/utils": "^0.61.0", |
| 55 | + "@npmcli/arborist": "^9.1.2", |
| 56 | + "@webdeveric/utils": "^0.67.0", |
57 | 57 | "npm-packlist": "^10.0.0" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | 60 | "@commitlint/config-conventional": "^19.8.1", |
61 | 61 | "@commitlint/types": "^19.8.1", |
62 | | - "@types/node": "^20.19.0", |
| 62 | + "@types/node": "^20.19.4", |
63 | 63 | "@types/npm-packlist": "^7.0.3", |
64 | | - "@types/npmcli__arborist": "^6.3.0", |
65 | | - "@vitest/coverage-v8": "^3.2.2", |
| 64 | + "@types/npmcli__arborist": "^6.3.1", |
| 65 | + "@vitest/coverage-v8": "^3.2.4", |
66 | 66 | "@webdeveric/eslint-config-ts": "^0.11.0", |
67 | 67 | "@webdeveric/prettier-config": "^0.3.0", |
68 | 68 | "commitlint": "^19.8.1", |
69 | 69 | "commitlint-plugin-cspell": "^0.2.0", |
70 | 70 | "conventional-changelog-conventionalcommits": "^9.0.0", |
71 | 71 | "cross-env": "^7.0.3", |
72 | | - "cspell": "^9.0.2", |
| 72 | + "cspell": "^9.1.3", |
73 | 73 | "esbuild": "^0.25.5", |
74 | 74 | "esbuild-plugin-clean": "^1.0.1", |
75 | 75 | "esbuild-plugin-environment": "^0.4.0", |
76 | 76 | "eslint": "^8.57.1", |
77 | 77 | "eslint-config-prettier": "^10.1.5", |
78 | | - "eslint-import-resolver-typescript": "^4.4.3", |
79 | | - "eslint-plugin-import": "^2.31.0", |
| 78 | + "eslint-import-resolver-typescript": "^4.4.4", |
| 79 | + "eslint-plugin-import": "^2.32.0", |
80 | 80 | "husky": "^9.1.7", |
81 | | - "lint-staged": "^16.1.0", |
82 | | - "prettier": "^3.5.3", |
83 | | - "semantic-release": "^24.2.5", |
| 81 | + "lint-staged": "^16.1.2", |
| 82 | + "prettier": "^3.6.2", |
| 83 | + "semantic-release": "^24.2.6", |
84 | 84 | "typescript": "^5.8.3", |
85 | 85 | "vite-tsconfig-paths": "^5.1.4", |
86 | | - "vitest": "^3.2.2" |
| 86 | + "vitest": "^3.2.4" |
87 | 87 | }, |
88 | 88 | "pnpm": { |
89 | 89 | "onlyBuiltDependencies": [ |
|
0 commit comments