diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a995d3744..3ff20e695e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ## Unreleased +* Update govuk-frontend to 3.4.0 ([PR #1204](https://github.com/alphagov/govuk_publishing_components/pull/1204)) + * Allow aria-controls attribute on search component ([PR #1203](https://github.com/alphagov/govuk_publishing_components/pull/1203)) ## 21.12.0 diff --git a/package-lock.json b/package-lock.json index 37301a3158..f638cf7a7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -867,9 +867,9 @@ } }, "govuk-frontend": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-3.2.0.tgz", - "integrity": "sha512-OtJozAGMEKFu195fNVVrQHUX7+znCkA4cXDKs4lgFlRQOTzN1ogT9010GBARuoTwbeL0VqQ8nerZYjVxH/wafA==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-3.4.0.tgz", + "integrity": "sha512-rmYPtcCtWgz92QBejYwOnfSxbPGYfvSruLwB4CBk/yJtySHRY0whG1e2/iFRRSj0pMx1Bu+zh/IqCTo+84hbFw==" }, "graceful-fs": { "version": "4.1.15", diff --git a/package.json b/package.json index 55bfa964d0..d6045246ba 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "axe-core": "3.2.2", - "govuk-frontend": "3.2.0", + "govuk-frontend": "3.4.0", "jquery": "1.12.4" }, "devDependencies": {