Skip to content

Commit d452b7b

Browse files
committed
chore(): update dependencies
1 parent a5737f8 commit d452b7b

File tree

4 files changed

+230
-170
lines changed

4 files changed

+230
-170
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: '20'
4141
cache: 'npm'
4242
- run: npm ci
43-
- run: npm audit
43+
- run: npm audit --omit=dev
4444

4545
e2e-tests:
4646
needs: [lint, prettier, audit]

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ npx validate-branch-name
22
npm run pretty
33
npm run lint
44
npm run test:e2e
5-
npm audit
5+
npm audit --omit=dev

0 commit comments

Comments
 (0)