diff --git a/package-lock.json b/package-lock.json index 1dfb139..7d0b098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "class-transformer": "^0.5.0", "class-validator": "^0.14.0", "file-loader": "^6.2.0", - "govuk-frontend": "^3.14.0", + "govuk-frontend": "^5.0.0", "nestjs-i18n": "^10.3.7", "nunjucks": "^3.2.3", "pg": "^8.7.1", @@ -10481,9 +10481,9 @@ } }, "node_modules/govuk-frontend": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-3.15.0.tgz", - "integrity": "sha512-kInDei8hrkMcrW7yC2EwhbSNBOBBPTdLxIDAye2G7KNrD9cyvNAfd0KchrfP/nWBOzu67ANoz2rtoRDLWiBN2w==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.8.0.tgz", + "integrity": "sha512-6l3f/YhDUCWjpmSW3CL95Hg8B+ZLzTf2WYo25ZtCs2Lb8UIzxxxFI8LxG7Ey/z04UuPhUunqFhTwSkQyJ69XbQ==", "engines": { "node": ">= 4.2.0" } @@ -26268,9 +26268,9 @@ } }, "govuk-frontend": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-3.15.0.tgz", - "integrity": "sha512-kInDei8hrkMcrW7yC2EwhbSNBOBBPTdLxIDAye2G7KNrD9cyvNAfd0KchrfP/nWBOzu67ANoz2rtoRDLWiBN2w==" + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.8.0.tgz", + "integrity": "sha512-6l3f/YhDUCWjpmSW3CL95Hg8B+ZLzTf2WYo25ZtCs2Lb8UIzxxxFI8LxG7Ey/z04UuPhUunqFhTwSkQyJ69XbQ==" }, "graceful-fs": { "version": "4.2.11", diff --git a/package.json b/package.json index e434ae3..f83be46 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "class-transformer": "^0.5.0", "class-validator": "^0.14.0", "file-loader": "^6.2.0", - "govuk-frontend": "^3.14.0", + "govuk-frontend": "^5.0.0", "nestjs-i18n": "^10.3.7", "nunjucks": "^3.2.3", "pg": "^8.7.1",