Skip to content

Commit d4b2858

Browse files
author
Phil Varner
committed
remove exclude for audit that has been resolved, update lock
1 parent da0a58b commit d4b2858

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)