Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 95ef367 commit 627d290
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 30 deletions.
2 changes: 1 addition & 1 deletion platforms/azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"basic-auth": "^2.0.1",
"passport": "^0.7.0",
"passport-azure-ad": "^4.3.5",
"unleash-server": "6.5.2"
"unleash-server": "6.6.0"
},
"resolutions": {
"async": "^3.2.3",
Expand Down
31 changes: 22 additions & 9 deletions platforms/azure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,13 @@ https-proxy-agent@^7.0.5:
agent-base "^7.0.2"
debug "4"

hyperloglog-lite@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/hyperloglog-lite/-/hyperloglog-lite-1.0.2.tgz#2f26bb061600f3c5afeaf2d3140cbffddfc47adc"
integrity sha512-ZhNsySGRHMRVZSJHTBKmg9VTMY4AUOBqv+4fZnzc1INuMsDjC1m5eDRxyA72TQiRGTTgactKyC1FGMhTBhERkA==
dependencies:
murmurhash32-node "^1.0.1"

[email protected]:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
Expand Down Expand Up @@ -1979,6 +1986,11 @@ [email protected], ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

murmurhash32-node@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/murmurhash32-node/-/murmurhash32-node-1.0.1.tgz#48eb14d695ffb04d26e9b408b1dea31a281c9146"
integrity sha512-vpP6SDwac9ktKsCAyuSVC7ssTp1khO+fwqIPTnXFnHCGiOaOLXVKZ92vDITIhzKfrGh+NkKGTwEBK37yVzmT0A==

murmurhash3js@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/murmurhash3js/-/murmurhash3js-3.0.1.tgz#3e983e5b47c2a06f43a713174e7e435ca044b998"
Expand Down Expand Up @@ -3013,10 +3025,10 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==

unleash-client@6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.3.1.tgz#228cf64232dc95476b2388ce4f2901e983dd1ea4"
integrity sha512-C/+GSKSoWptZl5Y3XOj7+ZElEtVtj1hWdinm8gCXaSWQO7G5w4UJJWtxTyhrdWf5/XRKuR7qWa+AH7oMOAm7hQ==
unleash-client@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.4.0.tgz#bd148e3290e46f24365fe379353b526a99b19a84"
integrity sha512-jxnqYNFLDRVaBIwocsDHKBmEaiY1HG+yjQCrILy0g8LWIrYLwRV9P+pfqRFdNiD3gaGXqfqjfxXR0IwjrofKLg==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
Expand All @@ -3027,10 +3039,10 @@ [email protected]:
proxy-from-env "^1.1.0"
semver "^7.6.2"

unleash-server@6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.2.tgz#f2334fc074e4f527960c35494ff672235b2d58e3"
integrity sha512-PRP9r7Ug3fEKV8BskIAfd/x20r4CVEHsMUyLUAmRh8gkrQkc3Uw+1ONU4UuM1j4WnNVIJ7fAdegK6N5MjPjZjQ==
unleash-server@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.6.0.tgz#5238c6fdee3bcbcacc1628fde60ee3debf8d31ff"
integrity sha512-nS/4AQic4rlp6eS0lfk3MhvoD1/7mTJzzSqrkuvu32YcuwmjHIswj1qC7dXP93JH3/CrFpkZc89LYe4bJuTidA==
dependencies:
"@slack/web-api" "^7.3.4"
"@wesleytodd/openapi" "^1.1.0"
Expand All @@ -3057,6 +3069,7 @@ [email protected]:
hash-sum "^2.0.0"
helmet "^6.0.0"
http-errors "^2.0.0"
hyperloglog-lite "^1.0.2"
ip-address "^10.0.1"
joi "^17.13.3"
js-sha256 "^0.11.0"
Expand Down Expand Up @@ -3090,7 +3103,7 @@ [email protected]:
stoppable "^1.1.0"
ts-toolbelt "^9.6.0"
type-is "^1.6.18"
unleash-client "6.3.1"
unleash-client "^6.4.0"
uuid "^9.0.0"

[email protected], unpipe@~1.0.0:
Expand Down
2 changes: 1 addition & 1 deletion platforms/google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dependencies": {
"@passport-next/passport": "^3.1.0",
"passport-google-oidc": "^0.1.0",
"unleash-server": "6.5.2"
"unleash-server": "6.6.0"
}
}
31 changes: 22 additions & 9 deletions platforms/google/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,13 @@ https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.5:
agent-base "^7.0.2"
debug "4"

hyperloglog-lite@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/hyperloglog-lite/-/hyperloglog-lite-1.0.2.tgz#2f26bb061600f3c5afeaf2d3140cbffddfc47adc"
integrity sha512-ZhNsySGRHMRVZSJHTBKmg9VTMY4AUOBqv+4fZnzc1INuMsDjC1m5eDRxyA72TQiRGTTgactKyC1FGMhTBhERkA==
dependencies:
murmurhash32-node "^1.0.1"

[email protected]:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
Expand Down Expand Up @@ -1760,6 +1767,11 @@ [email protected], ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

murmurhash32-node@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/murmurhash32-node/-/murmurhash32-node-1.0.1.tgz#48eb14d695ffb04d26e9b408b1dea31a281c9146"
integrity sha512-vpP6SDwac9ktKsCAyuSVC7ssTp1khO+fwqIPTnXFnHCGiOaOLXVKZ92vDITIhzKfrGh+NkKGTwEBK37yVzmT0A==

murmurhash3js@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/murmurhash3js/-/murmurhash3js-3.0.1.tgz#3e983e5b47c2a06f43a713174e7e435ca044b998"
Expand Down Expand Up @@ -2659,10 +2671,10 @@ universalify@^0.1.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

unleash-client@6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.3.1.tgz#228cf64232dc95476b2388ce4f2901e983dd1ea4"
integrity sha512-C/+GSKSoWptZl5Y3XOj7+ZElEtVtj1hWdinm8gCXaSWQO7G5w4UJJWtxTyhrdWf5/XRKuR7qWa+AH7oMOAm7hQ==
unleash-client@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.4.0.tgz#bd148e3290e46f24365fe379353b526a99b19a84"
integrity sha512-jxnqYNFLDRVaBIwocsDHKBmEaiY1HG+yjQCrILy0g8LWIrYLwRV9P+pfqRFdNiD3gaGXqfqjfxXR0IwjrofKLg==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
Expand All @@ -2673,10 +2685,10 @@ [email protected]:
proxy-from-env "^1.1.0"
semver "^7.6.2"

unleash-server@6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.2.tgz#f2334fc074e4f527960c35494ff672235b2d58e3"
integrity sha512-PRP9r7Ug3fEKV8BskIAfd/x20r4CVEHsMUyLUAmRh8gkrQkc3Uw+1ONU4UuM1j4WnNVIJ7fAdegK6N5MjPjZjQ==
unleash-server@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.6.0.tgz#5238c6fdee3bcbcacc1628fde60ee3debf8d31ff"
integrity sha512-nS/4AQic4rlp6eS0lfk3MhvoD1/7mTJzzSqrkuvu32YcuwmjHIswj1qC7dXP93JH3/CrFpkZc89LYe4bJuTidA==
dependencies:
"@slack/web-api" "^7.3.4"
"@wesleytodd/openapi" "^1.1.0"
Expand All @@ -2703,6 +2715,7 @@ [email protected]:
hash-sum "^2.0.0"
helmet "^6.0.0"
http-errors "^2.0.0"
hyperloglog-lite "^1.0.2"
ip-address "^10.0.1"
joi "^17.13.3"
js-sha256 "^0.11.0"
Expand Down Expand Up @@ -2736,7 +2749,7 @@ [email protected]:
stoppable "^1.1.0"
ts-toolbelt "^9.6.0"
type-is "^1.6.18"
unleash-client "6.3.1"
unleash-client "^6.4.0"
uuid "^9.0.0"

[email protected], unpipe@~1.0.0:
Expand Down
2 changes: 1 addition & 1 deletion platforms/openid-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dependencies": {
"passport": "^0.7.0",
"passport-openidconnect": "^0.1.2",
"unleash-server": "6.5.2"
"unleash-server": "6.6.0"
}
}
31 changes: 22 additions & 9 deletions platforms/openid-connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,13 @@ https-proxy-agent@^7.0.5:
agent-base "^7.0.2"
debug "4"

hyperloglog-lite@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/hyperloglog-lite/-/hyperloglog-lite-1.0.2.tgz#2f26bb061600f3c5afeaf2d3140cbffddfc47adc"
integrity sha512-ZhNsySGRHMRVZSJHTBKmg9VTMY4AUOBqv+4fZnzc1INuMsDjC1m5eDRxyA72TQiRGTTgactKyC1FGMhTBhERkA==
dependencies:
murmurhash32-node "^1.0.1"

[email protected]:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
Expand Down Expand Up @@ -1787,6 +1794,11 @@ [email protected], ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==

murmurhash32-node@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/murmurhash32-node/-/murmurhash32-node-1.0.1.tgz#48eb14d695ffb04d26e9b408b1dea31a281c9146"
integrity sha512-vpP6SDwac9ktKsCAyuSVC7ssTp1khO+fwqIPTnXFnHCGiOaOLXVKZ92vDITIhzKfrGh+NkKGTwEBK37yVzmT0A==

murmurhash3js@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/murmurhash3js/-/murmurhash3js-3.0.1.tgz#3e983e5b47c2a06f43a713174e7e435ca044b998"
Expand Down Expand Up @@ -2717,10 +2729,10 @@ universalify@^0.1.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

unleash-client@6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.3.1.tgz#228cf64232dc95476b2388ce4f2901e983dd1ea4"
integrity sha512-C/+GSKSoWptZl5Y3XOj7+ZElEtVtj1hWdinm8gCXaSWQO7G5w4UJJWtxTyhrdWf5/XRKuR7qWa+AH7oMOAm7hQ==
unleash-client@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.4.0.tgz#bd148e3290e46f24365fe379353b526a99b19a84"
integrity sha512-jxnqYNFLDRVaBIwocsDHKBmEaiY1HG+yjQCrILy0g8LWIrYLwRV9P+pfqRFdNiD3gaGXqfqjfxXR0IwjrofKLg==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
Expand All @@ -2731,10 +2743,10 @@ [email protected]:
proxy-from-env "^1.1.0"
semver "^7.6.2"

unleash-server@6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.2.tgz#f2334fc074e4f527960c35494ff672235b2d58e3"
integrity sha512-PRP9r7Ug3fEKV8BskIAfd/x20r4CVEHsMUyLUAmRh8gkrQkc3Uw+1ONU4UuM1j4WnNVIJ7fAdegK6N5MjPjZjQ==
unleash-server@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.6.0.tgz#5238c6fdee3bcbcacc1628fde60ee3debf8d31ff"
integrity sha512-nS/4AQic4rlp6eS0lfk3MhvoD1/7mTJzzSqrkuvu32YcuwmjHIswj1qC7dXP93JH3/CrFpkZc89LYe4bJuTidA==
dependencies:
"@slack/web-api" "^7.3.4"
"@wesleytodd/openapi" "^1.1.0"
Expand All @@ -2761,6 +2773,7 @@ [email protected]:
hash-sum "^2.0.0"
helmet "^6.0.0"
http-errors "^2.0.0"
hyperloglog-lite "^1.0.2"
ip-address "^10.0.1"
joi "^17.13.3"
js-sha256 "^0.11.0"
Expand Down Expand Up @@ -2794,7 +2807,7 @@ [email protected]:
stoppable "^1.1.0"
ts-toolbelt "^9.6.0"
type-is "^1.6.18"
unleash-client "6.3.1"
unleash-client "^6.4.0"
uuid "^9.0.0"

[email protected], unpipe@~1.0.0:
Expand Down

0 comments on commit 627d290

Please sign in to comment.