From 866f76445474dbff47c44c7bbbbeaafc7d1e174a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 06:11:05 +0000 Subject: [PATCH] fix(tizen-remote): update dependency @humanwhocodes/env to v3 --- package-lock.json | 8 +++++--- package.json | 2 +- packages/tizen-remote/package.json | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8aed440a..4b233279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@appium/eslint-config-appium": "8.0.5", "@appium/eslint-config-appium-ts": "0.3.3", "@appium/tsconfig": "0.3.1", - "@humanwhocodes/env": "2.2.2", + "@humanwhocodes/env": "3.0.5", "@types/bluebird": "3.5.38", "@types/debug": "4.1.8", "@types/jquery": "3.5.17", @@ -1004,7 +1004,9 @@ } }, "node_modules/@humanwhocodes/env": { - "version": "2.2.2", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@humanwhocodes/env/-/env-3.0.5.tgz", + "integrity": "sha512-IpnujSwQ93i/amSy4GoynqaOAjbYKAI1b28JmPogfEytAh2aSjOE2ZlFnOAuXHUt3OQA41RvU0JL4lzTnVKeIw==", "license": "BSD-3-Clause", "funding": { "type": "github", @@ -21190,7 +21192,7 @@ "license": "Apache-2.0", "dependencies": { "@appium/strongbox": "0.3.2", - "@humanwhocodes/env": "2.2.2", + "@humanwhocodes/env": "3.0.5", "@types/node": "18.17.12", "@types/ws": "8.5.5", "debug": "4.3.6", diff --git a/package.json b/package.json index 2e32bba6..0b6c97f7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@appium/eslint-config-appium": "8.0.5", "@appium/eslint-config-appium-ts": "0.3.3", "@appium/tsconfig": "0.3.1", - "@humanwhocodes/env": "2.2.2", + "@humanwhocodes/env": "3.0.5", "@types/bluebird": "3.5.38", "@types/debug": "4.1.8", "@types/jquery": "3.5.17", diff --git a/packages/tizen-remote/package.json b/packages/tizen-remote/package.json index 2403aa23..65ee0516 100644 --- a/packages/tizen-remote/package.json +++ b/packages/tizen-remote/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@appium/strongbox": "0.3.2", - "@humanwhocodes/env": "2.2.2", + "@humanwhocodes/env": "3.0.5", "@types/node": "18.17.12", "@types/ws": "8.5.5", "debug": "4.3.6",