File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 rm -rf node_modules package-lock.json
3232 npm install
33- npm audit fix --force
33+ # ΑΦΑΙΡΕΣΑ το npm audit fix --force
3434
3535 - name : Build
3636 run : npm run build
Original file line number Diff line number Diff line change 11engine-strict = true
22audit-level = high
33legacy-peer-deps = false
4- strict-peer-deps = true
4+ strict-peer-deps = true
5+ fund = false
Original file line number Diff line number Diff line change 2626 "typescript" : " 5.7.3"
2727 },
2828 "overrides" : {
29- "next" : " 14.2.25" ,
30- "glob" : " 11.1.0" ,
31- "micromatch" : " 4.0.8" ,
32- "braces" : " 3.0.3" ,
33- "nanoid" : " 5.0.9" ,
34- "semver" : " 7.6.3"
29+ "glob" : " 11.1.0"
3530 },
3631 "resolutions" : {
37- "next" : " 14.2.25" ,
38- "glob" : " 11.1.0" ,
39- "micromatch" : " 4.0.8" ,
40- "braces" : " 3.0.3" ,
41- "nanoid" : " 5.0.9" ,
42- "semver" : " 7.6.3"
32+ "glob" : " 11.1.0"
4333 }
4434}
You can’t perform that action at this time.
0 commit comments