From 51f9b0cef09ec56460f6a72d0e0ee329473cf1c4 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Tue, 10 May 2022 11:33:24 +0100 Subject: [PATCH] Fix missing audit task in package.json This was intended to go in [^1] but I think it got lost in a rebase. [^1]: https://github.com/alphagov/notifications-admin/pull/4237 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 12d755264..6d0a5af68 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts", "test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts", "build": "gulp", - "watch": "gulp watch" + "watch": "gulp watch", + "audit": "better-npm-audit audit --production --level high" }, "repository": { "type": "git",