From a0acae64af1999355ddc9cb5748251b4e5506df9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 13:33:32 +0000 Subject: [PATCH] chore(deps): update dependency wait-for-localhost to v4.1.0 --- package-lock.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13476f97fdd..3afd3d296f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39690,10 +39690,11 @@ } }, "node_modules/wait-for-localhost": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/wait-for-localhost/-/wait-for-localhost-4.0.1.tgz", - "integrity": "sha512-/q7fnGj3ATD4myCqlH3ZB/soX3cFZAztMvZgxOv0bZ7+8MsBUQrxIVrUkLsmro0qZAI5L9/QLGhJ0RsTfCmIbQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/wait-for-localhost/-/wait-for-localhost-4.1.0.tgz", + "integrity": "sha512-i3yX7qgAnxFXWOS6Om7SNi19HRygFvCGh0iy0nOsrYOSiIlhUqoUuzLoW4jHVYS4dzNGzRU100uwTyluOMWcjw==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -40888,10 +40889,10 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.24.6", - "@rushstack/eslint-patch": "^1.10.3", - "@typescript-eslint/eslint-plugin": "^7.11.0", - "@typescript-eslint/parser": "^7.11.0", + "@babel/eslint-parser": "^7.16.3", + "@rushstack/eslint-patch": "^1.1.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "babel-preset-react-app": "^10.0.1", "confusing-browser-globals": "^1.0.11", "eslint-plugin-flowtype": "^8.0.3", @@ -41012,7 +41013,7 @@ "dotenv-expand": "^11.0.0", "eslint": "^8.3.0", "eslint-config-react-app": "^7.0.1", - "eslint-webpack-plugin": "^4.2.0", + "eslint-webpack-plugin": "^4.0.0", "file-loader": "^6.2.0", "fs-extra": "^11.0.0", "html-webpack-plugin": "^5.5.0",