Skip to content

Commit 915fe2a

Browse files
committed
fix: remove audit fix from workflow and simplify overrides
1 parent 58267f1 commit 915fe2a

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
engine-strict=true
22
audit-level=high
33
legacy-peer-deps=false
4-
strict-peer-deps=true
4+
strict-peer-deps=true
5+
fund=false

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,9 @@
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
}

0 commit comments

Comments
 (0)