From 11c9203f9c75fe655f92e5daa50e85e01e7c8db7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 01:01:47 +0000 Subject: [PATCH] chore(web-cypress): update dependency wait-on to v8.0.2 (#22592) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- web-cypress/package-lock.json | 10 +++++----- web-cypress/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web-cypress/package-lock.json b/web-cypress/package-lock.json index 3652fd7ad8..bded717d57 100644 --- a/web-cypress/package-lock.json +++ b/web-cypress/package-lock.json @@ -21,7 +21,7 @@ "globals": "15.14.0", "prettier": "3.4.2", "typescript": "5.7.3", - "wait-on": "8.0.1" + "wait-on": "8.0.2" }, "engines": { "node": "22.x" @@ -5605,13 +5605,13 @@ } }, "node_modules/wait-on": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.1.tgz", - "integrity": "sha512-1wWQOyR2LVVtaqrcIL2+OM+x7bkpmzVROa0Nf6FryXkS+er5Sa1kzFGjzZRqLnHa3n1rACFLeTwUqE1ETL9Mig==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.2.tgz", + "integrity": "sha512-qHlU6AawrgAIHlueGQHQ+ETcPLAauXbnoTKl3RKq20W0T8x0DKVAo5xWIYjHSyvHxQlcYbFdR0jp4T9bDVITFA==", "dev": true, "license": "MIT", "dependencies": { - "axios": "^1.7.7", + "axios": "^1.7.9", "joi": "^17.13.3", "lodash": "^4.17.21", "minimist": "^1.2.8", diff --git a/web-cypress/package.json b/web-cypress/package.json index 021a865212..a2fb71dec8 100644 --- a/web-cypress/package.json +++ b/web-cypress/package.json @@ -31,6 +31,6 @@ "globals": "15.14.0", "prettier": "3.4.2", "typescript": "5.7.3", - "wait-on": "8.0.1" + "wait-on": "8.0.2" } }