From 98f71414d51906a7a647740ae028dacbce80b8aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:17:06 +0000 Subject: [PATCH] fix(deps): update dependency @ministryofjustice/hmpps-connect-dps-components to v2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fffc15..6e20758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@aws-sdk/client-sqs": "^3.721.0", "@ministryofjustice/frontend": "^3.3.0", - "@ministryofjustice/hmpps-connect-dps-components": "^1.3.1", + "@ministryofjustice/hmpps-connect-dps-components": "^2.0.0", "@ministryofjustice/hmpps-monitoring": "^0.0.1-beta.2", "@sentry/node": "^8.48.0", "agentkeepalive": "^4.6.0", @@ -2831,9 +2831,9 @@ } }, "node_modules/@ministryofjustice/hmpps-connect-dps-components": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@ministryofjustice/hmpps-connect-dps-components/-/hmpps-connect-dps-components-1.3.1.tgz", - "integrity": "sha512-JSMpCH/z8XUCLik+L3SKGyDNw5zaQWW9gHRF9L9bEBCP/LQgTMf8GCx87QJ0c9SaZ4+y2VaLZ+4+BOyoqaLkbA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@ministryofjustice/hmpps-connect-dps-components/-/hmpps-connect-dps-components-2.0.0.tgz", + "integrity": "sha512-WF7tkLbghfCTP/AN+dFfeme/RgkEaHDITApPEiITvvG1/P/Mluta+TFCSx6lL49sxShshcA5/OuDbNa7hGvJOg==", "license": "MIT", "dependencies": { "@types/node": "^20.17.6", diff --git a/package.json b/package.json index 2e03496..ef5f9fd 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "dependencies": { "@aws-sdk/client-sqs": "^3.721.0", "@ministryofjustice/frontend": "^3.3.0", - "@ministryofjustice/hmpps-connect-dps-components": "^1.3.1", + "@ministryofjustice/hmpps-connect-dps-components": "^2.0.0", "@ministryofjustice/hmpps-monitoring": "^0.0.1-beta.2", "@sentry/node": "^8.48.0", "agentkeepalive": "^4.6.0",