From f5db2af3e0eb076240985fb646288292ea98aa4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 18:59:59 +0000 Subject: [PATCH] fix: upgrade hmrc-frontend from 5.46.0 to 5.60.0 Snyk has created this PR to upgrade hmrc-frontend from 5.46.0 to 5.60.0. See this package in npm: https://www.npmjs.com/package/hmrc-frontend See this project in Snyk: https://app.snyk.io/org/govtechsatish/project/5ea12dc5-eedb-464b-85e6-644622381c8a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b875399..945df334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@govuk-prototype-kit/task-list": "1.1.2", "govuk-frontend": "4.7.0", "govuk-prototype-kit": "13.13.1", - "hmrc-frontend": "5.46.0", + "hmrc-frontend": "^5.60.0", "jquery": "3.7.1", "notifications-node-client": "7.0.3" } @@ -1803,9 +1803,9 @@ } }, "node_modules/hmrc-frontend": { - "version": "5.46.0", - "resolved": "https://registry.npmjs.org/hmrc-frontend/-/hmrc-frontend-5.46.0.tgz", - "integrity": "sha512-UcRinYzE4OovPiAKtn6I8rhJSG8wm8U8jVsTS1k+sP/SVTZhLeZ13B5qoRmoXe6qSv/byrWjiOaTSabgYRsfNg==", + "version": "5.60.0", + "resolved": "https://registry.npmjs.org/hmrc-frontend/-/hmrc-frontend-5.60.0.tgz", + "integrity": "sha512-XINFXJTl6mzw6kdFihzqM6Zw/PibzAsIpDKqni5EhPNUA2ldkAdOrPQArWmPb/xN6nyE6OqyGAdj7IZEjBCxtg==", "dependencies": { "accessible-autocomplete": "^2.0.4", "govuk-frontend": "^4.7.0" diff --git a/package.json b/package.json index e71748d4..4c33e3e6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@govuk-prototype-kit/task-list": "1.1.2", "govuk-frontend": "4.7.0", "govuk-prototype-kit": "13.13.1", - "hmrc-frontend": "5.46.0", + "hmrc-frontend": "5.60.0", "jquery": "3.7.1", "notifications-node-client": "7.0.3" }