diff --git a/package-lock.json b/package-lock.json index a0343be31..49a131a1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^9.0.0", "@ministryofjustice/frontend": "3.3", - "@ministryofjustice/hmpps-connect-dps-components": "^1.2.0", + "@ministryofjustice/hmpps-connect-dps-components": "^2.0.0", "@sentry/node": "^7.54.0", "agentkeepalive": "^4.3.0", "applicationinsights": "^2.5.1", @@ -1709,9 +1709,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", @@ -1721,9 +1721,9 @@ } }, "node_modules/@ministryofjustice/hmpps-connect-dps-components/node_modules/@types/node": { - "version": "20.17.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.9.tgz", - "integrity": "sha512-0JOXkRyLanfGPE2QRCwgxhzlBAvaRdCNMcvbd7jFfpmD4eEXll7LRwy5ymJmyeZqk7Nh7eD2LeUyQ68BbndmXw==", + "version": "20.17.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.12.tgz", + "integrity": "sha512-vo/wmBgMIiEA23A/knMfn/cf37VnuF52nZh5ZoW0GWt4e4sxNquibrMRJ7UQsA06+MBx9r/H1jsI9grYjQCQlw==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" diff --git a/package.json b/package.json index 24b599139..21307a185 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "dependencies": { "@faker-js/faker": "^9.0.0", "@ministryofjustice/frontend": "3.3", - "@ministryofjustice/hmpps-connect-dps-components": "^1.2.0", + "@ministryofjustice/hmpps-connect-dps-components": "^2.0.0", "@sentry/node": "^7.54.0", "agentkeepalive": "^4.3.0", "applicationinsights": "^2.5.1",