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 d383b2bf3c chore(deps-dev): bump eslint-plugin-react from 7.37.4 to 
7.37.5 in /superset-frontend (#35445)
d383b2bf3c is described below

commit d383b2bf3c04a7783f729e987892e6a44742bb6c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 7 11:01:18 2025 -0700

    chore(deps-dev): bump eslint-plugin-react from 7.37.4 to 7.37.5 in 
/superset-frontend (#35445)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 superset-frontend/package-lock.json | 21 +++++++++++----------
 superset-frontend/package.json      |  2 +-
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 9adb8da38d..905c70ef2b 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -229,7 +229,7 @@
         "eslint-plugin-lodash": "^7.4.0",
         "eslint-plugin-no-only-tests": "^3.3.0",
         "eslint-plugin-prettier": "^5.1.3",
-        "eslint-plugin-react": "^7.37.2",
+        "eslint-plugin-react": "^7.37.5",
         "eslint-plugin-react-hooks": "^4.6.2",
         "eslint-plugin-react-prefer-function-component": "^3.3.0",
         "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1",
@@ -26334,9 +26334,9 @@
       }
     },
     "node_modules/eslint-plugin-react": {
-      "version": "7.37.4",
-      "resolved": 
"https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz";,
-      "integrity": 
"sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==",
+      "version": "7.37.5",
+      "resolved": 
"https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz";,
+      "integrity": 
"sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
@@ -26350,7 +26350,7 @@
         "hasown": "^2.0.2",
         "jsx-ast-utils": "^2.4.1 || ^3.0.0",
         "minimatch": "^3.1.2",
-        "object.entries": "^1.1.8",
+        "object.entries": "^1.1.9",
         "object.fromentries": "^2.0.8",
         "object.values": "^1.2.1",
         "prop-types": "^15.8.1",
@@ -44454,15 +44454,16 @@
       }
     },
     "node_modules/object.entries": {
-      "version": "1.1.8",
-      "resolved": 
"https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz";,
-      "integrity": 
"sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
+      "version": "1.1.9",
+      "resolved": 
"https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz";,
+      "integrity": 
"sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
-        "call-bind": "^1.0.7",
+        "call-bind": "^1.0.8",
+        "call-bound": "^1.0.4",
         "define-properties": "^1.2.1",
-        "es-object-atoms": "^1.0.0"
+        "es-object-atoms": "^1.1.1"
       },
       "engines": {
         "node": ">= 0.4"
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 8a000b0783..eb2cb53704 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -302,7 +302,7 @@
     "eslint-plugin-lodash": "^7.4.0",
     "eslint-plugin-no-only-tests": "^3.3.0",
     "eslint-plugin-prettier": "^5.1.3",
-    "eslint-plugin-react": "^7.37.2",
+    "eslint-plugin-react": "^7.37.5",
     "eslint-plugin-react-hooks": "^4.6.2",
     "eslint-plugin-react-prefer-function-component": "^3.3.0",
     "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.1",

Reply via email to