|
1 | 1 | { |
2 | 2 | "name": "vite-plugin-bundle-obfuscator", |
3 | | - "version": "1.4.0", |
| 3 | + "version": "1.4.1", |
4 | 4 | "homepage": "https://github.com/z0ffy/vite-plugin-bundle-obfuscator", |
5 | 5 | "description": "JavaScript obfuscator plugin for Vite environments", |
6 | 6 | "types": "dist/index.d.ts", |
|
40 | 40 | "node": ">=14.0.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@commitlint/cli": "^19.6.0", |
| 43 | + "@commitlint/cli": "^19.6.1", |
44 | 44 | "@commitlint/config-conventional": "^19.6.0", |
45 | | - "@eslint/js": "^9.16.0", |
46 | | - "@stylistic/eslint-plugin": "^2.12.1", |
47 | | - "@types/node": "^22.10.2", |
48 | | - "@vitest/coverage-v8": "^2.1.8", |
| 45 | + "@eslint/js": "^9.18.0", |
| 46 | + "@stylistic/eslint-plugin": "^2.13.0", |
| 47 | + "@types/node": "^22.10.10", |
| 48 | + "@vitest/coverage-v8": "^3.0.4", |
49 | 49 | "auto-changelog": "^2.5.0", |
50 | | - "eslint": "^9.16.0", |
51 | | - "globals": "^15.13.0", |
| 50 | + "eslint": "^9.18.0", |
| 51 | + "globals": "^15.14.0", |
52 | 52 | "husky": "^9.1.7", |
53 | | - "lint-staged": "^15.2.11", |
| 53 | + "lint-staged": "^15.4.2", |
54 | 54 | "tsup": "^8.3.5", |
55 | | - "typescript": "^5.7.2", |
56 | | - "typescript-eslint": "^8.18.0", |
57 | | - "vite": "^6.0.3", |
58 | | - "vitest": "^2.1.8" |
| 55 | + "typescript": "^5.7.3", |
| 56 | + "typescript-eslint": "^8.21.0", |
| 57 | + "vite": "^6.0.11", |
| 58 | + "vitest": "^3.0.4" |
59 | 59 | }, |
60 | 60 | "dependencies": { |
61 | 61 | "javascript-obfuscator": "^4.1.1" |
|
0 commit comments