diff --git a/package.json b/package.json index 98907d3..7044749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unleash/proxy", - "version": "0.17.0", + "version": "0.18.0", "description": "The Unleash Proxy (Open-Source)", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -45,7 +45,7 @@ "json-schema-to-ts": "^2.3.0", "openapi-types": "^11.0.0", "type-is": "^1.6.18", - "unleash-client": "^4.1.0" + "unleash-client": "^4.2.0" }, "devDependencies": { "@apidevtools/swagger-parser": "10.1.0", diff --git a/yarn.lock b/yarn.lock index fe5a73a..0083dce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4596,10 +4596,10 @@ unique-slug@^3.0.0: dependencies: imurmurhash "^0.1.4" -unleash-client@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-4.1.0.tgz#2948ac933bf0392bf56eebad8e64628a7a84d20d" - integrity sha512-b6IKLTVFqMrADXR0gghe1TW7GUBMJF34NOxIwzkflW48f59Xh3J8r/Nzv43AKFhG2YqI3Ex38kelFwDVFRSIYQ== +unleash-client@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-4.2.0.tgz#18fe74baa3d369c7450a9d52f98a14cb3aab50d8" + integrity sha512-HFkJhZ4EkljbF5t+xyWAcC/s7TstM2g5N0EkCbzFp1hWEhym1PV2JhhIk8sbdYQ99d/e9tPWQkAv6a1K6miTnA== dependencies: ip "^1.1.8" make-fetch-happen "^10.2.1"