diff --git a/package-lock.json b/package-lock.json index 9e668828..99d6181a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "govuk_frontend_toolkit": "9.0.1", "govuk_template_jinja": "0.26.0", "govuk-elements-sass": "3.1.3", - "govuk-frontend": "4.3.1", + "govuk-frontend": "4.8.0", "gray-matter": "4.0.3", "hmrc-frontend": "^5.27.0", "inquirer": "8.2.5", @@ -3981,9 +3981,10 @@ "integrity": "sha512-BlJsYnC0HJomBNCiBm2oQCqgbvP7vaA06XyJ2NocpWM4vFcK/AxAC/7gAU6iCjP3LVhyobR+o2MTFFGozPIE6A==" }, "node_modules/govuk-frontend": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-4.3.1.tgz", - "integrity": "sha512-uD0KVFds7drOwLEvfp4zRBOXuHCxkWLYDQcYvlbG+2baZ9po2TGZz8WjfzhfueYjo9+Uwk+bM0NQT6g4cg/Q+A==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-4.8.0.tgz", + "integrity": "sha512-NOmPJxL8IYq1HSNHYKx9XY2LLTxuwb+IFASiGQO4sgJ8K7AG66SlSeqARrcetevV8zOf+i1z+MbJJ2O7//OxAw==", + "license": "MIT", "engines": { "node": ">= 4.2.0" } @@ -4103,14 +4104,6 @@ "govuk-frontend": "^4.5.0" } }, - "node_modules/hmrc-frontend/node_modules/govuk-frontend": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-4.5.0.tgz", - "integrity": "sha512-gZHDqf5vdlHjmx0NGJiNT12XLyR3d5KCS4AnlC3xTWOObJ0kQROrkIFyp3w4/PY3EQiYdgacVaJ6lizzygnzYw==", - "engines": { - "node": ">= 4.2.0" - } - }, "node_modules/http-basic": { "version": "8.1.3", "resolved": "https://registry.npmjs.org/http-basic/-/http-basic-8.1.3.tgz", diff --git a/package.json b/package.json index 172c5ce3..154b832c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "govuk_frontend_toolkit": "9.0.1", "govuk_template_jinja": "0.26.0", "govuk-elements-sass": "3.1.3", - "govuk-frontend": "4.3.1", + "govuk-frontend": "4.8.0", "gray-matter": "4.0.3", "hmrc-frontend": "^5.27.0", "inquirer": "8.2.5",