Skip to content

Commit 0c9e931

Browse files
committed
Bump audit-client to 1.1.1
1 parent 93f279e commit 0c9e931

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

feature.env

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MANAGE_USERS_API_URL=http://localhost:9091/manage-users-api
44
TOKEN_VERIFICATION_API_URL=http://localhost:9091/verification
55
TOKEN_VERIFICATION_ENABLED=true
66
REDIS_ENABLED=false
7+
AUDIT_ENABLED=false
78
NODE_ENV=development
89
API_CLIENT_ID=clientid
910
API_CLIENT_SECRET=clientsecret

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"dependencies": {
9898
"@ministryofjustice/frontend": "^2.2.0",
99-
"@ministryofjustice/hmpps-audit-client": "^1.0.23",
99+
"@ministryofjustice/hmpps-audit-client": "^1.1.1",
100100
"@ministryofjustice/probation-search-frontend": "^2.1.4",
101101
"@sentry/node": "^8.25.0",
102102
"agentkeepalive": "^4.5.0",

0 commit comments

Comments
 (0)