From cc1bf5bfc9cf2c808a0a9dc67b87652ce1ed4c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:21:33 +0000 Subject: [PATCH] chore(deps): update dayjs requirement Updates the requirements on [dayjs](https://github.com/iamkun/dayjs) to permit the latest version. - [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.13...v1.11.21) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- superset-frontend/plugins/legacy-preset-chart-nvd3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json index 6930b814a3..a981338608 100644 --- a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json +++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json @@ -33,7 +33,7 @@ "d3-tip": "^0.9.1", "fast-safe-stringify": "^2.1.1", "lodash": "^4.17.21", - "dayjs": "^1.11.13", + "dayjs": "^1.11.21", "nvd3-fork": "^2.0.5", "dompurify": "^3.2.6", "prop-types": "^15.8.1",