Skip to content

Commit 5113d4c

Browse files
authored
chore: bump unleash-client to v6.1.1 (#186)
1 parent 11a1576 commit 5113d4c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unleash/proxy",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "The Unleash Proxy (Open-Source)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -46,7 +46,7 @@
4646
"openapi-types": "^11.0.0",
4747
"qs": "^6.9.7",
4848
"type-is": "^1.6.18",
49-
"unleash-client": "^6.1.0"
49+
"unleash-client": "^6.1.1"
5050
},
5151
"devDependencies": {
5252
"@apidevtools/swagger-parser": "10.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4962,10 +4962,10 @@ unique-slug@^4.0.0:
49624962
dependencies:
49634963
imurmurhash "^0.1.4"
49644964

4965-
unleash-client@^6.1.0:
4966-
version "6.1.0"
4967-
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.1.0.tgz#b8863bb049b61d702b7c45328d6225a0c9f9b67a"
4968-
integrity sha512-dXTnWorA5NfddqZfMPcTe6xl+uu9CxkpR5wLuKKLLpvHuNzMrTlwDOfaQqFHlfPx+8xudQQ0fZx4raNxL3GLOg==
4965+
unleash-client@^6.1.1:
4966+
version "6.1.1"
4967+
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.1.1.tgz#0a53f2646f100c098708b860aa0b7991f0986e39"
4968+
integrity sha512-nAQw4SDjPd1J7JN6KD9o+5R1zhGOVhdbAWbpwXwhCi25ofpQVLpsVMpJvaztog1EZUrRd7oZcS21zvrrqZpP9A==
49694969
dependencies:
49704970
http-proxy-agent "^7.0.2"
49714971
https-proxy-agent "^7.0.5"

0 commit comments

Comments
 (0)