Skip to content

Commit d56dbe1

Browse files
author
Phil Varner
authored
Merge pull request #505 from stac-utils/pv/remove-unused-audit-exclusion
remove exclude for audit that has been resolved, update lock
2 parents da0a58b + d4b2858 commit d56dbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:system": "./bin/system-tests.sh",
2222
"test:unit": "ava tests/unit/*.[tj]s",
2323
"typecheck": "tsc",
24-
"audit-prod": "npx better-npm-audit audit --production --exclude GHSA-776f-qx25-q3cc",
24+
"audit-prod": "npx better-npm-audit audit --production",
2525
"deploy": "sls deploy",
2626
"package": "sls package",
2727
"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",

0 commit comments

Comments
 (0)