From 4b274bbf728ce590adfedfbc317043dae8d9a39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:02:43 +0000 Subject: [PATCH] Bump dayjs from 1.11.20 to 1.11.21 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.20 to 1.11.21. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.20...v1.11.21) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.21 dependency-type: direct:production update-type: version-update:semver-patch ... 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 765a3aa9..59ae694e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@faker-js/faker": "^10.4.0", "accessible-autocomplete": "^3.0.1", "cookie-parser": "^1.4.7", - "dayjs": "^1.11.20", + "dayjs": "^1.11.21", "lodash": "^4.18.1", "markdown-it": "^14.1.1", "nhsuk-frontend": "^10.4.2", @@ -2232,9 +2232,9 @@ "license": "CC0-1.0" }, "node_modules/dayjs": { - "version": "1.11.20", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", - "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", + "version": "1.11.21", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", + "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", "license": "MIT" }, "node_modules/debug": { diff --git a/package.json b/package.json index a662717e..7aab6fbc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.4.0", "accessible-autocomplete": "^3.0.1", "cookie-parser": "^1.4.7", - "dayjs": "^1.11.20", + "dayjs": "^1.11.21", "lodash": "^4.18.1", "markdown-it": "^14.1.1", "nhsuk-frontend": "^10.4.2",