From 54431634f6183cf42e9783213ee68db9030ed3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 03:13:21 +0000 Subject: [PATCH] build(deps): bump dayjs from 1.11.21 to 1.11.23 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.21 to 1.11.23. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.23/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.21...v1.11.23) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/stacks-utils/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65cf91c295..20ab4efc87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7374,9 +7374,9 @@ "license": "BSD-3-Clause" }, "node_modules/dayjs": { - "version": "1.11.21", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", - "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", + "version": "1.11.23", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.23.tgz", + "integrity": "sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ==", "license": "MIT" }, "node_modules/debounce": { @@ -18719,7 +18719,7 @@ "name": "@stackoverflow/stacks-utils", "version": "1.0.0", "dependencies": { - "dayjs": "^1.11.21" + "dayjs": "^1.11.23" } } } diff --git a/packages/stacks-utils/package.json b/packages/stacks-utils/package.json index fa396a07fb..28eb49583a 100644 --- a/packages/stacks-utils/package.json +++ b/packages/stacks-utils/package.json @@ -25,6 +25,6 @@ "lint:fix": "eslint . --fix && prettier --write ." }, "dependencies": { - "dayjs": "^1.11.21" + "dayjs": "^1.11.23" } }