Skip to content

Commit

Permalink
Merge pull request #305 from companieshouse/task/cc-125/fix-security-…
Browse files Browse the repository at this point in the history
…vulnerabilities

Fix: Resolve NPM package vulnerabilities
  • Loading branch information
mwejuli-ch committed Mar 22, 2023
2 parents cfbe7f5 + 300630c commit 9adf1e2
Show file tree
Hide file tree
Showing 3 changed files with 753 additions and 1,551 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ lint:
build: package-install lint
npm run build

.PHONY: security-check
security-check:
npm audit

.PHONY: test
test: test-unit

Expand Down

0 comments on commit 9adf1e2

Please sign in to comment.