|
7 | 7 | "index.js" |
8 | 8 | ], |
9 | 9 | "scripts": { |
10 | | - "contributor": "git-contributor", |
11 | | - "test": "node--test && find-duplicated-property-keys -s package.json", |
12 | | - "ci": "npm run lint && c8 -r text-summary -r json-summary -r json -r lcov npm test", |
| 10 | + "test": "node --test && find-duplicated-property-keys -s package.json", |
| 11 | + "preci": "npm run lint", |
| 12 | + "ci": "npm test", |
13 | 13 | "lint": "git log -1 --pretty=format:\"%s\" | commitlint" |
14 | 14 | }, |
15 | 15 | "husky": { |
|
20 | 20 | "devDependencies": { |
21 | 21 | "@commitlint/cli": "^9.0.1", |
22 | 22 | "@commitlint/config-angular": "^9.0.1", |
23 | | - "c8": "^7.11.3", |
24 | 23 | "find-duplicated-property-keys": "^1.2.7", |
25 | | - "git-contributor": "2", |
26 | | - "husky": "^4.2.5", |
27 | | - "test": "^3.0.0" |
| 24 | + "husky": "^4.2.5" |
28 | 25 | }, |
29 | 26 | "repository": { |
30 | 27 | "type": "git", |
|
78 | 75 | "version": "18.20.6", |
79 | 76 | "reason": "https://nodejs.org/en/blog/vulnerability/january-2025-security-releases" |
80 | 77 | }, |
81 | | - ">= 20.0.0 < 20.19.2": { |
82 | | - "version": "20.19.2", |
83 | | - "reason": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases" |
| 78 | + ">= 20.0.0 < 20.19.4": { |
| 79 | + "version": "20.19.4", |
| 80 | + "reason": "https://nodejs.org/en/blog/vulnerability/july-2025-security-releases" |
84 | 81 | }, |
85 | 82 | ">= 21.0.0 < 21.7.2": { |
86 | 83 | "version": "21.7.2", |
87 | 84 | "reason": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/" |
88 | 85 | }, |
89 | | - ">= 22.0.0 < 22.15.1": { |
90 | | - "version": "22.15.1", |
91 | | - "reason": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases" |
| 86 | + ">= 22.0.0 < 22.17.1": { |
| 87 | + "version": "22.17.1", |
| 88 | + "reason": "https://nodejs.org/en/blog/vulnerability/july-2025-security-releases" |
92 | 89 | }, |
93 | 90 | ">= 23.0.0 < 23.11.1": { |
94 | 91 | "version": "23.11.1", |
95 | 92 | "reason": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases" |
96 | 93 | }, |
97 | | - ">= 24.0.0 < 24.0.2": { |
98 | | - "version": "24.0.2", |
99 | | - "reason": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases" |
| 94 | + ">= 24.0.0 < 24.4.1": { |
| 95 | + "version": "24.4.1", |
| 96 | + "reason": "https://nodejs.org/en/blog/vulnerability/july-2025-security-releases" |
100 | 97 | } |
101 | 98 | }, |
102 | 99 | "unsafe-alinode-versions": { |
|
0 commit comments