From 3876f136275311ac21b23eedbcdd89ecebac6d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 20:45:24 -0600 Subject: [PATCH] chore(dev-deps): bump @types/proxy-from-env from 1.0.3 to 1.0.4 (#1171) Bumps [@types/proxy-from-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/proxy-from-env) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/proxy-from-env) --- updated-dependencies: - dependency-name: "@types/proxy-from-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a0e769902..bd5d9420c1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/graceful-fs": "^4.1.8", "@types/mime": "2.0.3", "@types/minimatch": "^5.1.2", - "@types/proxy-from-env": "^1.0.3", + "@types/proxy-from-env": "^1.0.4", "@types/shelljs": "^0.8.13", "deep-equal-in-any-order": "^1.1.19", "deepmerge": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index 411c688d35..b1c422a1ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -838,10 +838,10 @@ resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== -"@types/proxy-from-env@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@types/proxy-from-env/-/proxy-from-env-1.0.3.tgz#cbf92012d02434396db5e252652e32a10128128a" - integrity sha512-qmSGyd9bq6y+rclBayyLoE6GOisOkVOLofEsQRUba71irP9W+/hq7iEPsYTuVR5C7xXLZwM03SNtJXhpmwhT1w== +"@types/proxy-from-env@^1.0.4": + version "1.0.4" + resolved "https://registry.yarnpkg.com/@types/proxy-from-env/-/proxy-from-env-1.0.4.tgz#0a0545768f2d6c16b81a84ffefb53b423807907c" + integrity sha512-TPR9/bCZAr3V1eHN4G3LD3OLicdJjqX1QRXWuNcCYgE66f/K8jO2ZRtHxI2D9MbnuUP6+qiKSS8eUHp6TFHGCw== dependencies: "@types/node" "*"