|
3 | 3 | "type": "module", |
4 | 4 | "description": "Collection of functions for cleaning up and parsing SVG for Iconify project", |
5 | 5 | "author": "Vjacheslav Trushkin", |
6 | | - "version": "5.0.5", |
| 6 | + "version": "5.0.6", |
7 | 7 | "license": "MIT", |
8 | 8 | "bugs": "https://github.com/iconify/tools/issues", |
9 | 9 | "homepage": "https://github.com/iconify/tools", |
|
22 | 22 | "test:ci": "cross-env TEST_REMOTE=false npm run test" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | | - "@cyberalien/svg-utils": "^1.2.4", |
| 25 | + "@cyberalien/svg-utils": "^1.2.7", |
26 | 26 | "@iconify/types": "^2.0.0", |
27 | 27 | "@iconify/utils": "^3.1.0", |
28 | 28 | "fflate": "^0.8.2", |
|
31 | 31 | "svgo": "^4.0.1" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@eslint/eslintrc": "^3.3.4", |
35 | | - "@eslint/js": "^9.39.3", |
| 34 | + "@eslint/eslintrc": "^3.3.5", |
| 35 | + "@eslint/js": "^9.39.4", |
36 | 36 | "@types/jest": "^30.0.0", |
37 | | - "@types/node": "^24.11.0", |
38 | | - "@typescript-eslint/eslint-plugin": "^8.56.1", |
39 | | - "@typescript-eslint/parser": "^8.56.1", |
| 37 | + "@types/node": "^24.12.0", |
| 38 | + "@typescript-eslint/eslint-plugin": "^8.57.1", |
| 39 | + "@typescript-eslint/parser": "^8.57.1", |
40 | 40 | "cross-env": "^10.1.0", |
41 | | - "eslint": "^9.39.3", |
| 41 | + "eslint": "^9.39.4", |
42 | 42 | "eslint-config-prettier": "^10.1.8", |
43 | 43 | "eslint-plugin-prettier": "^5.5.5", |
44 | 44 | "globals": "^16.5.0", |
45 | 45 | "prettier": "^3.8.1", |
46 | 46 | "rimraf": "^6.1.3", |
47 | 47 | "tsdown": "^0.20.3", |
48 | 48 | "typescript": "^5.9.3", |
49 | | - "vitest": "^4.0.18" |
| 49 | + "vitest": "^4.1.0" |
50 | 50 | }, |
51 | 51 | "exports": { |
52 | 52 | "./*": "./*", |
|
0 commit comments