From eef2093aac8eef08d73044dae0999df2235fb64a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 May 2023 14:43:54 +0000 Subject: [PATCH] fix: upgrade @types/http-proxy from 1.17.7 to 1.17.10 Snyk has created this PR to upgrade @types/http-proxy from 1.17.7 to 1.17.10. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lovelgw/project/8d01a776-ebaf-4878-bab0-56d838168105?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a646d9b3..12aa5167 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "ws": "^8.1.0" }, "dependencies": { - "@types/http-proxy": "^1.17.7", + "@types/http-proxy": "^1.17.10", "http-proxy": "^1.18.1", "is-glob": "^4.0.2", "is-plain-obj": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 24d3e846..bf1d2900 100644 --- a/yarn.lock +++ b/yarn.lock @@ -840,10 +840,10 @@ dependencies: "@types/node" "*" -"@types/http-proxy@^1.17.7": - version "1.17.7" - resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.7.tgz#30ea85cc2c868368352a37f0d0d3581e24834c6f" - integrity sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w== +"@types/http-proxy@^1.17.10": + version "1.17.11" + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.11.tgz#0ca21949a5588d55ac2b659b69035c84bd5da293" + integrity sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA== dependencies: "@types/node" "*"