diff --git a/package-lock.json b/package-lock.json index 21bb25935..22c24ab80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "date-fns": "^4.1.0", "dotenv": "^16.4.7", "expr-eval": "^2.0.2", - "govuk-frontend": "^5.7.1", + "govuk-frontend": "^5.9.0", "hapi-pino": "^12.1.0", "hapi-pulse": "^3.0.1", "highlight.js": "^11.11.1", @@ -66,7 +66,7 @@ "@types/btoa": "^1.2.5", "@types/convict": "^6.1.6", "@types/eslint": "^9.6.1", - "@types/govuk-frontend": "^5.7.0", + "@types/govuk-frontend": "^5.8.0", "@types/hapi": "^18.0.14", "@types/hapi__catbox-memory": "^4.1.8", "@types/hapi__cookie": "^12.0.5", @@ -4178,10 +4178,11 @@ } }, "node_modules/@types/govuk-frontend": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/@types/govuk-frontend/-/govuk-frontend-5.7.0.tgz", - "integrity": "sha512-TcYJYKpr+uP6aCLlQhyIL5zU24v42XL3nqzPSoHBGmUC3DxjiH/5xFgAsL704KzW1fQwHathV8XoQN/p4srfDQ==", - "dev": true + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/@types/govuk-frontend/-/govuk-frontend-5.8.0.tgz", + "integrity": "sha512-ZhGIThvmV4yhWOgdR1QIl00Zg4DDue1ifuTIJRTzOM5q0Ym3IewLWLwWTEB5v7rh59AvehhsuVfDoe4j8Sxokg==", + "dev": true, + "license": "MIT" }, "node_modules/@types/graceful-fs": { "version": "4.1.9", @@ -9078,9 +9079,10 @@ } }, "node_modules/govuk-frontend": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.7.1.tgz", - "integrity": "sha512-jF1cq5rn57kxZmJRprUZhTQ31zaBBK4b5AyeJaPX3Yhg22lk90Mx/dQLvOk/ycV3wM7e0y+s4IPvb2fFaPlCGg==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.9.0.tgz", + "integrity": "sha512-8NzmyoDtRFYyHs413DfNPR8Zo6qw6Q02Mruxml/Yfy+EueaOI/JZ4gVM8d0pqzJmTiMcJuHhvxqYEgBRmqeoyA==", + "license": "MIT", "engines": { "node": ">= 4.2.0" } diff --git a/package.json b/package.json index 6d77f25cd..e3ae29fee 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "date-fns": "^4.1.0", "dotenv": "^16.4.7", "expr-eval": "^2.0.2", - "govuk-frontend": "^5.7.1", + "govuk-frontend": "^5.9.0", "hapi-pino": "^12.1.0", "hapi-pulse": "^3.0.1", "highlight.js": "^11.11.1", @@ -96,7 +96,7 @@ "@types/btoa": "^1.2.5", "@types/convict": "^6.1.6", "@types/eslint": "^9.6.1", - "@types/govuk-frontend": "^5.7.0", + "@types/govuk-frontend": "^5.8.0", "@types/hapi": "^18.0.14", "@types/hapi__catbox-memory": "^4.1.8", "@types/hapi__cookie": "^12.0.5",