diff --git a/package-lock.json b/package-lock.json index e17ed3a6e..59d04fd46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@faker-js/faker": "^9.0.0", - "@ministryofjustice/frontend": "3.2", + "@ministryofjustice/frontend": "3.3", "@ministryofjustice/hmpps-connect-dps-components": "^1.2.0", "@sentry/node": "^7.54.0", "agentkeepalive": "^4.3.0", @@ -22,6 +22,7 @@ "connect-flash": "^0.1.1", "connect-redis": "^7.0.0", "csrf-sync": "^4.0.3", + "djlint": "^1.36.4", "express": "^4.18.2", "express-prom-bundle": "^8.0.0", "express-session": "^1.17.3", @@ -1693,9 +1694,9 @@ "integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==" }, "node_modules/@ministryofjustice/frontend": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@ministryofjustice/frontend/-/frontend-3.2.2.tgz", - "integrity": "sha512-7UdFk6QOqT6mUIoortB8Bb9JaLs7SujWyyGxWezPm6AJeuwMIVdwMsP2ldFFZ+54ajuw9akeA/Jvp/Hf6lt8ww==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@ministryofjustice/frontend/-/frontend-3.3.0.tgz", + "integrity": "sha512-kK1+XTI8KPgL2kA3ylTkXfXqA2cirENh1oxTYnvogt6W8vg5VexGSYjynRZ5EhRUAQh6uHPmOGyr+mYXmNwReQ==", "license": "MIT", "dependencies": { "govuk-frontend": "^5.0.0", @@ -3213,9 +3214,10 @@ } }, "node_modules/agentkeepalive": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", - "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz", + "integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==", + "license": "MIT", "dependencies": { "humanize-ms": "^1.2.1" }, @@ -4508,9 +4510,9 @@ "devOptional": true }, "node_modules/concurrently": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.0.tgz", - "integrity": "sha512-VxkzwMAn4LP7WyMnJNbHN5mKV9L2IbyDjpzemKr99sXNR3GqRNMMHdm7prV1ws9wg7ETj6WUkNOigZVsptwbgg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.1.tgz", + "integrity": "sha512-6VX8lrBIycgZKTwBsWS+bLrmkGRkDmvtGsYylRN9b93CygN6CbK46HmnQ3rdSOR8HRjdahDrxb5MqD9cEFOg5Q==", "dev": true, "license": "MIT", "dependencies": { @@ -5264,9 +5266,9 @@ } }, "node_modules/djlint": { - "version": "1.36.3", - "resolved": "https://registry.npmjs.org/djlint/-/djlint-1.36.3.tgz", - "integrity": "sha512-I/pVdDQhqVwC8ofyQEoOeMaJMzmi0Wi5nVTdLxmL5e/EbwaRSUKrtJ3R6tGZko9KaknpWHkf0mzE+cmcECvslA==", + "version": "1.36.4", + "resolved": "https://registry.npmjs.org/djlint/-/djlint-1.36.4.tgz", + "integrity": "sha512-ZKBu3ayt6BQHVts+0NCxcsHxn5drmV8/V3O7W8/RjrhFmoFn7P5eAb37sSIIFhQe2kNK7Q0YgMPRARSR4sUW6w==", "hasInstallScript": true, "license": "GPL-3.0-or-later", "optional": true diff --git a/package.json b/package.json index 289cd3c16..8d6b02f84 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "dependencies": { "@faker-js/faker": "^9.0.0", - "@ministryofjustice/frontend": "3.2", + "@ministryofjustice/frontend": "3.3", "@ministryofjustice/hmpps-connect-dps-components": "^1.2.0", "@sentry/node": "^7.54.0", "agentkeepalive": "^4.3.0",