From ddf053a3e02650749437ffcedf0562864c6703ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Aug 2024 10:36:22 +0000 Subject: [PATCH] fix: upgrade govuk-frontend from 4.3.1 to 4.8.0 Snyk has created this PR to upgrade govuk-frontend from 4.3.1 to 4.8.0. See this package in npm: govuk-frontend See this project in Snyk: https://app.snyk.io/org/beclamide/project/0ce0c7e1-6b54-4b82-ba1d-aea016793bf3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c4102b..89c5003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "applicationinsights": "2.5.1", "browserify-zlib": "0.2.0", "crypto-browserify": "3.12.0", - "govuk-frontend": "4.3.1", + "govuk-frontend": "^4.8.0", "hapi-pino": "11.0.1", "https-browserify": "1.0.0", "joi": "17.9.2", @@ -7227,9 +7227,10 @@ } }, "node_modules/govuk-frontend": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-4.3.1.tgz", - "integrity": "sha512-uD0KVFds7drOwLEvfp4zRBOXuHCxkWLYDQcYvlbG+2baZ9po2TGZz8WjfzhfueYjo9+Uwk+bM0NQT6g4cg/Q+A==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-4.8.0.tgz", + "integrity": "sha512-NOmPJxL8IYq1HSNHYKx9XY2LLTxuwb+IFASiGQO4sgJ8K7AG66SlSeqARrcetevV8zOf+i1z+MbJJ2O7//OxAw==", + "license": "MIT", "engines": { "node": ">= 4.2.0" } diff --git a/package.json b/package.json index 2acfc6e..e246e59 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "applicationinsights": "2.5.1", "browserify-zlib": "0.2.0", "crypto-browserify": "3.12.0", - "govuk-frontend": "4.3.1", + "govuk-frontend": "4.8.0", "hapi-pino": "11.0.1", "https-browserify": "1.0.0", "joi": "17.9.2",