diff --git a/package-lock.json b/package-lock.json index 82929886a..4162b17f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "bl": "^2.2.1", "braces": "^2.3.2", "decompress": "^4.2.1", - "govuk-frontend": "^5.4.0", + "govuk-frontend": "^5.4.1", "imagemin-cli": "^7.0.0", "js-yaml": "^3.14.1", "lodash": "^4.17.21", @@ -4979,9 +4979,10 @@ } }, "node_modules/govuk-frontend": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.4.0.tgz", - "integrity": "sha512-F3YwQYrYQqIPfNxsoph6O78Ey1unCB6cy6omx8KeWY9G504lWZFBSIaiUCma1jNLw9bOUU7Ui+tXG09jjqy0Mw==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.4.1.tgz", + "integrity": "sha512-Gmd8LV++TRh9OF6tA+9KQTpwvlsLcri7qRjViz9ji4YuwZvX+c9TD7tyE+dnJcqsQsJfhr9Fp38m3Hu3H7EIcQ==", + "license": "MIT", "engines": { "node": ">= 4.2.0" } @@ -14981,9 +14982,9 @@ } }, "govuk-frontend": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.4.0.tgz", - "integrity": "sha512-F3YwQYrYQqIPfNxsoph6O78Ey1unCB6cy6omx8KeWY9G504lWZFBSIaiUCma1jNLw9bOUU7Ui+tXG09jjqy0Mw==" + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.4.1.tgz", + "integrity": "sha512-Gmd8LV++TRh9OF6tA+9KQTpwvlsLcri7qRjViz9ji4YuwZvX+c9TD7tyE+dnJcqsQsJfhr9Fp38m3Hu3H7EIcQ==" }, "graceful-fs": { "version": "4.2.8", diff --git a/package.json b/package.json index bb1855f1d..1c8515a13 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "bl": "^2.2.1", "braces": "^2.3.2", "decompress": "^4.2.1", - "govuk-frontend": "^5.4.0", + "govuk-frontend": "^5.4.1", "imagemin-cli": "^7.0.0", "js-yaml": "^3.14.1", "lodash": "^4.17.21",