From f126600f6612fcbf1bf9753f3d9227c667fa6630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:09:52 +0000 Subject: [PATCH] Bump ioredis from 5.10.0 to 5.10.1 in the runtime group Bumps the runtime group with 1 update: [ioredis](https://github.com/luin/ioredis). Updates `ioredis` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/luin/ioredis/compare/v5.10.0...v5.10.1) --- updated-dependencies: - dependency-name: ioredis dependency-version: 5.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime ... Signed-off-by: dependabot[bot] --- 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 5fdcf94..06fcc8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "govuk-frontend": "^5.14.0", "hapi-pino": "^13.0.0", "hapi-pulse": "^3.0.1", - "ioredis": "^5.10.0", + "ioredis": "^5.10.1", "lodash": "^4.17.23", "node-fetch": "^3.3.2", "nunjucks": "^3.2.4", @@ -12520,9 +12520,9 @@ } }, "node_modules/ioredis": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.0.tgz", - "integrity": "sha512-HVBe9OFuqs+Z6n64q09PQvP1/R4Bm+30PAyyD4wIEqssh3v9L21QjCVk4kRLucMBcDokJTcLjsGeVRlq/nH6DA==", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/ioredis/-/ioredis-5.10.1.tgz", + "integrity": "sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==", "license": "MIT", "dependencies": { "@ioredis/commands": "1.5.1", diff --git a/package.json b/package.json index af05c58..237ec48 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "govuk-frontend": "^5.14.0", "hapi-pino": "^13.0.0", "hapi-pulse": "^3.0.1", - "ioredis": "^5.10.0", + "ioredis": "^5.10.1", "lodash": "^4.17.23", "node-fetch": "^3.3.2", "nunjucks": "^3.2.4",