From 2528a3d2f0e361e3b96a4132520f5a5fdf458f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 07:03:38 +0000 Subject: [PATCH] chore(deps): bump dayjs from 1.11.18 to 1.11.19 in /superset-frontend Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.18 to 1.11.19. - [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.18...v1.11.19) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 18 +++++++++--------- superset-frontend/package.json | 2 +- .../packages/superset-ui-core/package.json | 2 +- .../legacy-preset-chart-nvd3/package.json | 4 ++-- .../plugins/plugin-chart-echarts/package.json | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 87d97fd76b7d..47d474de4ddf 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -65,7 +65,7 @@ "content-disposition": "^0.5.4", "d3-color": "^3.1.0", "d3-scale": "^2.1.2", - "dayjs": "^1.11.18", + "dayjs": "^1.11.19", "dom-to-image-more": "^3.6.0", "dom-to-pdf": "^0.3.2", "echarts": "^5.6.0", @@ -91,7 +91,6 @@ "mapbox-gl": "^3.13.0", "markdown-to-jsx": "^7.7.4", "match-sorter": "^6.3.4", - "math-expression-evaluator": "^2.0.7", "memoize-one": "^5.2.1", "mousetrap": "^1.6.5", "mustache": "^4.2.0", @@ -23914,9 +23913,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.18", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", - "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", + "version": "1.11.19", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", + "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", "license": "MIT" }, "node_modules/debounce": { @@ -38935,6 +38934,7 @@ "version": "2.0.7", "resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-2.0.7.tgz", "integrity": "sha512-uwliJZ6BPHRq4eiqNWxZBDzKUiS5RIynFFcgchqhBOloVLVBpZpNG8jRYkedLcBvhph8TnRyWEuxPqiQcwIdog==", + "dev": true, "license": "MIT" }, "node_modules/math-intrinsics": { @@ -63036,7 +63036,7 @@ "d3-scale": "^4.0.2", "d3-time": "^3.1.0", "d3-time-format": "^4.1.0", - "dayjs": "^1.11.18", + "dayjs": "^1.11.19", "dompurify": "^3.3.1", "fetch-retry": "^6.0.0", "handlebars": "^4.7.8", @@ -65063,7 +65063,7 @@ "@deck.gl/aggregation-layers": "~9.2.2", "@deck.gl/core": "~9.2.2", "@deck.gl/extensions": "~9.2.2", - "@deck.gl/geo-layers": "~9.2.2", + "@deck.gl/geo-layers": "~9.2.5", "@deck.gl/layers": "~9.2.2", "@deck.gl/mesh-layers": "~9.2.2", "@deck.gl/react": "~9.2.2", @@ -65340,6 +65340,7 @@ "dependencies": { "d3": "^3.5.17", "d3-tip": "^0.9.1", + "dayjs": "^1.11.19", "dompurify": "^3.3.1", "fast-safe-stringify": "^2.1.1", "lodash": "^4.17.21", @@ -65351,7 +65352,6 @@ "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", - "dayjs": "^1.11.18", "react": "^17.0.2" } }, @@ -65431,13 +65431,13 @@ "dependencies": { "@types/react-redux": "^7.1.34", "d3-array": "^1.2.0", + "dayjs": "^1.11.19", "lodash": "^4.17.21" }, "peerDependencies": { "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", - "dayjs": "^1.11.18", "echarts": "*", "memoize-one": "*", "react": "^17.0.2" diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 3eb46c4666fb..158ec7ab5459 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -144,7 +144,7 @@ "content-disposition": "^0.5.4", "d3-color": "^3.1.0", "d3-scale": "^2.1.2", - "dayjs": "^1.11.18", + "dayjs": "^1.11.19", "dom-to-image-more": "^3.6.0", "dom-to-pdf": "^0.3.2", "echarts": "^5.6.0", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 67a5dc2d40a3..addf346e8f5b 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -36,7 +36,7 @@ "csstype": "^3.1.3", "core-js": "^3.38.1", "d3-format": "^1.3.2", - "dayjs": "^1.11.18", + "dayjs": "^1.11.19", "d3-interpolate": "^3.0.1", "d3-scale": "^4.0.2", "d3-time": "^3.1.0", diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json index be89f2e3208d..675dddd76891 100644 --- a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json +++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json @@ -33,16 +33,16 @@ "d3-tip": "^0.9.1", "fast-safe-stringify": "^2.1.1", "lodash": "^4.17.21", + "dayjs": "^1.11.19", "nvd3-fork": "^2.0.5", "dompurify": "^3.3.1", "prop-types": "^15.8.1", "urijs": "^1.19.11" }, "peerDependencies": { - "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", - "dayjs": "^1.11.18", + "@apache-superset/core": "*", "react": "^17.0.2" } } diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json index c5312b9b3092..5b0e18e99178 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -26,13 +26,13 @@ "dependencies": { "@types/react-redux": "^7.1.34", "d3-array": "^1.2.0", + "dayjs": "^1.11.19", "lodash": "^4.17.21" }, "peerDependencies": { "@apache-superset/core": "*", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", - "dayjs": "^1.11.18", "echarts": "*", "memoize-one": "*", "react": "^17.0.2"