diff --git a/package-lock.json b/package-lock.json index 2d035c0..204fe13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@babel/core": "^7.28.3", "@babel/preset-env": "^7.27.2", "@inquirer/prompts": "^7.5.3", - "@ministryofjustice/frontend": "^7.1.0", + "@ministryofjustice/frontend": "^10.0.1", "@x-govuk/govuk-prototype-components": "^4.0.1", "@x-govuk/govuk-prototype-filters": "^2.0.0", "accessible-autocomplete": "^3.0.1", @@ -3372,15 +3372,15 @@ } }, "node_modules/@ministryofjustice/frontend": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@ministryofjustice/frontend/-/frontend-7.1.0.tgz", - "integrity": "sha512-0kh7jAV0xm4EAUjzs16PgpDWbrMQw0mSYLUtpmOlZbihhLbp4c+C9m3eKRWziSuWmjUz/Ehf/QwTULW8jJZeqw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@ministryofjustice/frontend/-/frontend-10.0.1.tgz", + "integrity": "sha512-U1p5UGFfnFqIlKun3g+MoWF5Q+MQiND7b+fL+N+ONEBrSrLEZg7Ax2H+4hFgRXspxnYCvWdYbXUQLPbrr4JEiw==", "license": "MIT", "engines": { "node": ">= 4.2.0" }, "peerDependencies": { - "govuk-frontend": "^5.11.2", + "govuk-frontend": "^6.0.0", "moment": "2.30.1" } }, diff --git a/package.json b/package.json index 47cc797..a40cb3f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/core": "^7.28.3", "@babel/preset-env": "^7.27.2", "@inquirer/prompts": "^7.5.3", - "@ministryofjustice/frontend": "^7.1.0", + "@ministryofjustice/frontend": "^10.0.1", "@x-govuk/govuk-prototype-components": "^4.0.1", "@x-govuk/govuk-prototype-filters": "^2.0.0", "accessible-autocomplete": "^3.0.1",