From b2af954e7b89083d3420ba1f0da9dfd4e30225ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:54:03 +0700 Subject: [PATCH] chore(deps-dev): bump @types/node from 26.0.0 to 26.0.1 in /superset-frontend (#41675) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 10 +++++----- superset-frontend/package.json | 2 +- .../packages/superset-ui-core/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index b5477719bd3..c176cb6bbd9 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -202,7 +202,7 @@ "@types/json-bigint": "^1.0.4", "@types/lodash-es": "^4.17.12", "@types/mousetrap": "^1.6.15", - "@types/node": "^26.0.0", + "@types/node": "^26.0.1", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@types/react-loadable": "^5.5.11", @@ -11706,9 +11706,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.0.tgz", - "integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", + "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" @@ -44345,7 +44345,7 @@ "@types/d3-time-format": "^4.0.3", "@types/jquery": "^4.0.1", "@types/lodash": "^4.17.24", - "@types/node": "^26.0.0", + "@types/node": "^26.0.1", "@types/prop-types": "^15.7.15", "@types/react-syntax-highlighter": "^15.5.13", "@types/react-table": "^7.7.20", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 14ddf4d2f68..f25a793ecae 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -284,7 +284,7 @@ "@types/js-levenshtein": "^1.1.3", "@types/json-bigint": "^1.0.4", "@types/mousetrap": "^1.6.15", - "@types/node": "^26.0.0", + "@types/node": "^26.0.1", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@types/react-loadable": "^5.5.11", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index e52474c877a..769c7388095 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -78,7 +78,7 @@ "@types/d3-time-format": "^4.0.3", "@types/jquery": "^4.0.1", "@types/lodash": "^4.17.24", - "@types/node": "^26.0.0", + "@types/node": "^26.0.1", "@types/prop-types": "^15.7.15", "@types/react-syntax-highlighter": "^15.5.13", "@types/react-table": "^7.7.20",