diff --git a/package-lock.json b/package-lock.json index f728dacba..cf20cbaef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2204,9 +2204,9 @@ } }, "@govuk-pay/pay-js-commons": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/@govuk-pay/pay-js-commons/-/pay-js-commons-2.22.0.tgz", - "integrity": "sha512-sjx2bwMHRPCXWDwIc9uwSt8FtciU7WVPDpReasy0ofewfKppaKDGypnty2QT/wqrMkt31DsbP3o27KR6FpPjIw==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/@govuk-pay/pay-js-commons/-/pay-js-commons-2.23.0.tgz", + "integrity": "sha512-UTNKCARS7SumzwpcWFayrTCvUJPzgpO+F9cAA9fj992ftbnQspuLg6PbQWhdpnpo1efE75xD+MXWdFpK4b+qSQ==", "requires": { "lodash": "4.17.15", "moment-timezone": "0.5.27", diff --git a/package.json b/package.json index c110dbb44..2874a57a3 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ ] }, "dependencies": { - "@govuk-pay/pay-js-commons": "2.22.0", + "@govuk-pay/pay-js-commons": "2.23.0", "@sentry/node": "5.12.3", "appmetrics": "5.1.1", "appmetrics-statsd": "3.0.0",