This is an automated email from the ASF dual-hosted git repository.

jli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e7edce616 chore(deps-dev): bump @types/node from 24.6.2 to 24.8.1 in 
/superset-frontend (#35705)
8e7edce616 is described below

commit 8e7edce616b54b92cd69772335287883a6a3bd4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 12:59:06 2025 -0700

    chore(deps-dev): bump @types/node from 24.6.2 to 24.8.1 in 
/superset-frontend (#35705)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 superset-frontend/package-lock.json                  | 20 ++++++++++----------
 superset-frontend/package.json                       |  2 +-
 .../packages/superset-ui-core/package.json           |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index f485f43c2f..26a499fa98 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -184,7 +184,7 @@
         "@types/json-bigint": "^1.0.4",
         "@types/math-expression-evaluator": "^1.3.3",
         "@types/mousetrap": "^1.6.15",
-        "@types/node": "^24.6.2",
+        "@types/node": "^24.8.1",
         "@types/react": "^17.0.83",
         "@types/react-dom": "^17.0.26",
         "@types/react-json-tree": "^0.13.0",
@@ -16371,12 +16371,12 @@
       "license": "MIT"
     },
     "node_modules/@types/node": {
-      "version": "24.6.2",
-      "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.2.tgz";,
-      "integrity": 
"sha512-d2L25Y4j+W3ZlNAeMKcy7yDsK425ibcAOO2t7aPTz6gNMH0z2GThtwENCDc0d/Pw9wgyRqE5Px1wkV7naz8ang==",
+      "version": "24.8.1",
+      "resolved": "https://registry.npmjs.org/@types/node/-/node-24.8.1.tgz";,
+      "integrity": 
"sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==",
       "license": "MIT",
       "dependencies": {
-        "undici-types": "~7.13.0"
+        "undici-types": "~7.14.0"
       }
     },
     "node_modules/@types/node-forge": {
@@ -56442,9 +56442,9 @@
       }
     },
     "node_modules/undici-types": {
-      "version": "7.13.0",
-      "resolved": 
"https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz";,
-      "integrity": 
"sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==",
+      "version": "7.14.0",
+      "resolved": 
"https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz";,
+      "integrity": 
"sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==",
       "license": "MIT"
     },
     "node_modules/unicode-canonical-property-names-ecmascript": {
@@ -64096,7 +64096,7 @@
         "@ant-design/icons": "^5.2.6",
         "@apache-superset/core": "*",
         "@babel/runtime": "^7.28.4",
-        "@fontsource/fira-code": "^5.2.6",
+        "@fontsource/fira-code": "^5.2.7",
         "@fontsource/inter": "^5.2.6",
         "@types/json-bigint": "^1.0.4",
         "@visx/responsive": "^3.12.0",
@@ -64148,7 +64148,7 @@
         "@types/jquery": "^3.5.33",
         "@types/lodash": "^4.17.20",
         "@types/math-expression-evaluator": "^1.3.3",
-        "@types/node": "^24.6.2",
+        "@types/node": "^24.8.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 6ef8afbd2a..abe8bf0bbc 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -257,7 +257,7 @@
     "@types/json-bigint": "^1.0.4",
     "@types/math-expression-evaluator": "^1.3.3",
     "@types/mousetrap": "^1.6.15",
-    "@types/node": "^24.6.2",
+    "@types/node": "^24.8.1",
     "@types/react": "^17.0.83",
     "@types/react-dom": "^17.0.26",
     "@types/react-json-tree": "^0.13.0",
diff --git a/superset-frontend/packages/superset-ui-core/package.json 
b/superset-frontend/packages/superset-ui-core/package.json
index b4091214ac..ad8a1181a7 100644
--- a/superset-frontend/packages/superset-ui-core/package.json
+++ b/superset-frontend/packages/superset-ui-core/package.json
@@ -81,7 +81,7 @@
     "@types/jquery": "^3.5.33",
     "@types/lodash": "^4.17.20",
     "@types/math-expression-evaluator": "^1.3.3",
-    "@types/node": "^24.6.2",
+    "@types/node": "^24.8.1",
     "@types/prop-types": "^15.7.15",
     "@types/rison": "0.1.0",
     "@types/seedrandom": "^3.0.8",

Reply via email to