From 455cce1bd1572c2a804f5a160812c6b7ee5b58cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:45:29 -0500 Subject: [PATCH] chore(dev-deps): bump @types/proxy-from-env from 1.0.2 to 1.0.3 (#1157) Bumps [@types/proxy-from-env](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/proxy-from-env) from 1.0.2 to 1.0.3. - [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 d02336dbc9..e90c761f58 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/graceful-fs": "^4.1.7", "@types/mime": "2.0.3", "@types/minimatch": "^5.1.2", - "@types/proxy-from-env": "^1.0.2", + "@types/proxy-from-env": "^1.0.3", "@types/shelljs": "^0.8.13", "@types/unzipper": "^0.10.7", "@typescript-eslint/eslint-plugin": "^5.62.0", diff --git a/yarn.lock b/yarn.lock index dd0a9f0464..a13360aa3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -853,10 +853,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.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@types/proxy-from-env/-/proxy-from-env-1.0.2.tgz#f0eb1c492b98d64986df19a16ee3f196b25d3306" - integrity sha512-69oo0n4YzfxciixHK4c7AgEc4QDYQ4NVIWb/LpgqKqf3bpDqqxyEDTBvGDKQvO7PGO6bnsq932qZtJosAf66ow== +"@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== dependencies: "@types/node" "*"