Skip to content

Commit

Permalink
feat: lower pnpm audit requirements to "high"
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviostutz committed Aug 29, 2024
1 parent 22fd916 commit 8519f1b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 27 deletions.
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: install

lint:
pnpm exec eslint ./src --ext .ts
pnpm audit
pnpm audit --audit-level high

lint-fix:
pnpm exec eslint . --ext .ts --fix
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@apiture/openapi-down-convert": "^0.9.0",
"@asteasolutions/zod-to-openapi": "^7.0.0",
"@aws-sdk/client-secrets-manager": "^3.624.0",
"@stoplight/spectral-cli": "^6.11.0",
"@stoplight/spectral-cli": "^6.11.1",
"aws-cdk-lib": "2.117.0",
"aws-lambda": "^1.0.7",
"axios": "^1.6.8",
"axios": "^1.7.5",
"constructs": "^10.3.0",
"esbuild": "^0.19.11",
"exponential-backoff": "^3.1.1",
Expand Down
33 changes: 9 additions & 24 deletions lib/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8519f1b

Please sign in to comment.