Skip to content

Commit

Permalink
Merge pull request #505 from stac-utils/pv/remove-unused-audit-exclusion
Browse files Browse the repository at this point in the history
remove exclude for audit that has been resolved, update lock
  • Loading branch information
Phil Varner authored May 22, 2023
2 parents da0a58b + d4b2858 commit d56dbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:system": "./bin/system-tests.sh",
"test:unit": "ava tests/unit/*.[tj]s",
"typecheck": "tsc",
"audit-prod": "npx better-npm-audit audit --production --exclude GHSA-776f-qx25-q3cc",
"audit-prod": "npx better-npm-audit audit --production",
"deploy": "sls deploy",
"package": "sls package",
"serve": "REQUEST_LOGGING_FORMAT=dev LOG_LEVEL=debug STAC_API_URL=http://localhost:3000 ENABLE_TRANSACTIONS_EXTENSION=true nodemon --esm ./src/lambdas/api/local.ts",
Expand Down

0 comments on commit d56dbe1

Please sign in to comment.