From 7d3f1350928b12d9ecae8783d0281ad99dc5735d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:58:28 +0000 Subject: [PATCH] Bump govuk-prototype-kit from 13.16.1 to 13.16.2 in /prototype Bumps govuk-prototype-kit from 13.16.1 to 13.16.2. --- updated-dependencies: - dependency-name: govuk-prototype-kit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prototype/package-lock.json | 20 +++++--------------- prototype/package.json | 2 +- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/prototype/package-lock.json b/prototype/package-lock.json index c326f5e6..55563a76 100644 --- a/prototype/package-lock.json +++ b/prototype/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@govuk-prototype-kit/common-templates": "2.0.1", "govuk-frontend": "5.3.0", - "govuk-prototype-kit": "13.16.1" + "govuk-prototype-kit": "13.16.2" } }, "node_modules/@govuk-prototype-kit/common-templates": { @@ -1524,9 +1524,9 @@ } }, "node_modules/govuk-prototype-kit": { - "version": "13.16.1", - "resolved": "https://registry.npmjs.org/govuk-prototype-kit/-/govuk-prototype-kit-13.16.1.tgz", - "integrity": "sha512-mwqtDMM4we0GCk1HGmFZ0FEtJAncvdDJQHD6To9nK3xnwJ5J1qLhs4iR/pi4hbJlImYsyQK6u+LnMOTRHNAA8w==", + "version": "13.16.2", + "resolved": "https://registry.npmjs.org/govuk-prototype-kit/-/govuk-prototype-kit-13.16.2.tgz", + "integrity": "sha512-pl7fjA66d7hluIembKY8tLdO6HKGhfd9YWZs+KBTmzd4IOLNIeBaS28uF6/NwKxLrPYkA+nDBalOXtKEKkD71A==", "dependencies": { "ansi-colors": "^4.1.3", "body-parser": "^1.20.2", @@ -1552,8 +1552,7 @@ "sync-request": "^6.1.0", "tar-stream": "^3.1.7", "universal-analytics": "^0.5.3", - "uuid": "^9.0.1", - "zlib": "^1.0.5" + "uuid": "^9.0.1" }, "bin": { "govuk-prototype-kit": "bin/cli" @@ -3488,15 +3487,6 @@ "engines": { "node": ">=12" } - }, - "node_modules/zlib": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/zlib/-/zlib-1.0.5.tgz", - "integrity": "sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==", - "hasInstallScript": true, - "engines": { - "node": ">=0.2.0" - } } } } diff --git a/prototype/package.json b/prototype/package.json index ff3a0a58..49de19b8 100644 --- a/prototype/package.json +++ b/prototype/package.json @@ -7,6 +7,6 @@ "dependencies": { "@govuk-prototype-kit/common-templates": "2.0.1", "govuk-frontend": "5.3.0", - "govuk-prototype-kit": "13.16.1" + "govuk-prototype-kit": "13.16.2" } }