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

rusackas 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 6bb0d92279b chore(deps-dev): bump wait-on from 9.0.10 to 9.1.0 in 
/superset-frontend (#42556)
6bb0d92279b is described below

commit 6bb0d92279ba1c8de05900c8cd835ba86cb2cda4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 29 11:39:36 2026 -0700

    chore(deps-dev): bump wait-on from 9.0.10 to 9.1.0 in /superset-frontend 
(#42556)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 superset-frontend/package-lock.json | 24 ++++++++++++------------
 superset-frontend/package.json      |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 15a06e0a246..5940a6c8ef3 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -281,7 +281,7 @@
         "tsx": "^4.23.1",
         "typescript": "5.4.5",
         "unzipper": "^0.12.5",
-        "wait-on": "^9.0.10",
+        "wait-on": "^9.1.0",
         "webpack": "^5.108.4",
         "webpack-bundle-analyzer": "^5.3.1",
         "webpack-cli": "^7.0.3",
@@ -4202,9 +4202,9 @@
       "license": "BSD-3-Clause"
     },
     "node_modules/@hapi/tlds": {
-      "version": "1.1.6",
-      "resolved": "https://registry.npmjs.org/@hapi/tlds/-/tlds-1.1.6.tgz";,
-      "integrity": 
"sha512-xdi7A/4NZokvV0ewovme3aUO5kQhW9pQ2YD1hRqZGhhSi5rBv4usHYidVocXSi9eihYsznZxLtAiEYYUL6VBGw==",
+      "version": "1.1.7",
+      "resolved": "https://registry.npmjs.org/@hapi/tlds/-/tlds-1.1.7.tgz";,
+      "integrity": 
"sha512-MgNjRwy9Ti92yVAixLmDc8dd1bJIKwO9qlWCfFQRwRmUEDPQHYn4G6hwPFvFGUTzAa0FsS+inMjLin7GnyBRhA==",
       "dev": true,
       "license": "BSD-3-Clause",
       "engines": {
@@ -26699,9 +26699,9 @@
       }
     },
     "node_modules/joi": {
-      "version": "18.2.1",
-      "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.1.tgz";,
-      "integrity": 
"sha512-2/OKlogiESf2Nh3TFCrRjrr9z1DRHeW0I+KReF67+4J0Ns+8hBtHRmoWAZ2OFU6I5+TWLEe6sVlSdXPjHm5UbQ==",
+      "version": "18.2.3",
+      "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.3.tgz";,
+      "integrity": 
"sha512-N5A3KTWQpPWT4ExxxPlUx7WmykGXRzhNidWhV41d6Abu9YfI2NyWCJuxdPnslJCPWtbRpSVOWSnSS6GakLM/Rg==",
       "dev": true,
       "license": "BSD-3-Clause",
       "dependencies": {
@@ -41541,14 +41541,14 @@
       }
     },
     "node_modules/wait-on": {
-      "version": "9.0.10",
-      "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-9.0.10.tgz";,
-      "integrity": 
"sha512-rCoJEhvMr0X6alHmwc9abbrA5ZrLZFKpFQVKPNFwl2h7DapXOGdmimIHDtLOWhT4PjhZhxFEtZoQgEXbkDWdZw==",
+      "version": "9.1.0",
+      "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-9.1.0.tgz";,
+      "integrity": 
"sha512-PymrLXHLBM1Ju/Xspb2ADUhbPSMvbnuNvy/mN2hWtpbJ3da0h3Ky1LqwKPG5QSVR57liyO0iUpfipYl/s5qNvA==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
-        "axios": "^1.16.0",
-        "joi": "^18.2.1",
+        "axios": "^1.18.1",
+        "joi": "^18.2.3",
         "lodash": "^4.18.1",
         "minimist": "^1.2.8",
         "rxjs": "^7.8.2"
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index afbbb1dfa2c..5fb1d017692 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -366,7 +366,7 @@
     "tsx": "^4.23.1",
     "typescript": "5.4.5",
     "unzipper": "^0.12.5",
-    "wait-on": "^9.0.10",
+    "wait-on": "^9.1.0",
     "webpack": "^5.108.4",
     "webpack-bundle-analyzer": "^5.3.1",
     "webpack-cli": "^7.0.3",

Reply via email to