Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 757b69e commit 7af28af
Show file tree
Hide file tree
Showing 6 changed files with 30 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.1"
"unleash-server": "6.5.2"
},
"resolutions": {
"async": "^3.2.3",
Expand Down
18 changes: 9 additions & 9 deletions platforms/azure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3013,10 +3013,10 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==

[email protected].0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.3.0.tgz#b97296dfca636dcb0dbfce260e4572f51599437e"
integrity sha512-yWBw1XcOvzjFa4apNw7RtlbV4RctPLWnSasYPwmAbvpaumL/agNHIeEc/p3hbkaLwTAD/BYEbLlQtPH7huXGDw==
[email protected].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==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
Expand All @@ -3027,10 +3027,10 @@ [email protected]:
proxy-from-env "^1.1.0"
semver "^7.6.2"

[email protected].1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.1.tgz#6f6bc8df10c542dc97d024cf507ba1184904a79c"
integrity sha512-6ILKkdYIMS0y4ebymCs92EwWCGFHzoFSydCYBReP/iKJhCUssfKtageJu3vjVEq4LqRCHxzYW1LfmQXd06Mzbw==
[email protected].2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.2.tgz#f2334fc074e4f527960c35494ff672235b2d58e3"
integrity sha512-PRP9r7Ug3fEKV8BskIAfd/x20r4CVEHsMUyLUAmRh8gkrQkc3Uw+1ONU4UuM1j4WnNVIJ7fAdegK6N5MjPjZjQ==
dependencies:
"@slack/web-api" "^7.3.4"
"@wesleytodd/openapi" "^1.1.0"
Expand Down Expand Up @@ -3090,7 +3090,7 @@ [email protected]:
stoppable "^1.1.0"
ts-toolbelt "^9.6.0"
type-is "^1.6.18"
unleash-client "6.3.0"
unleash-client "6.3.1"
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.1"
"unleash-server": "6.5.2"
}
}
18 changes: 9 additions & 9 deletions platforms/google/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2659,10 +2659,10 @@ universalify@^0.1.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

[email protected].0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.3.0.tgz#b97296dfca636dcb0dbfce260e4572f51599437e"
integrity sha512-yWBw1XcOvzjFa4apNw7RtlbV4RctPLWnSasYPwmAbvpaumL/agNHIeEc/p3hbkaLwTAD/BYEbLlQtPH7huXGDw==
[email protected].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==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
Expand All @@ -2673,10 +2673,10 @@ [email protected]:
proxy-from-env "^1.1.0"
semver "^7.6.2"

[email protected].1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.1.tgz#6f6bc8df10c542dc97d024cf507ba1184904a79c"
integrity sha512-6ILKkdYIMS0y4ebymCs92EwWCGFHzoFSydCYBReP/iKJhCUssfKtageJu3vjVEq4LqRCHxzYW1LfmQXd06Mzbw==
[email protected].2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.2.tgz#f2334fc074e4f527960c35494ff672235b2d58e3"
integrity sha512-PRP9r7Ug3fEKV8BskIAfd/x20r4CVEHsMUyLUAmRh8gkrQkc3Uw+1ONU4UuM1j4WnNVIJ7fAdegK6N5MjPjZjQ==
dependencies:
"@slack/web-api" "^7.3.4"
"@wesleytodd/openapi" "^1.1.0"
Expand Down Expand Up @@ -2736,7 +2736,7 @@ [email protected]:
stoppable "^1.1.0"
ts-toolbelt "^9.6.0"
type-is "^1.6.18"
unleash-client "6.3.0"
unleash-client "6.3.1"
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.1"
"unleash-server": "6.5.2"
}
}
18 changes: 9 additions & 9 deletions platforms/openid-connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2717,10 +2717,10 @@ universalify@^0.1.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

[email protected].0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.3.0.tgz#b97296dfca636dcb0dbfce260e4572f51599437e"
integrity sha512-yWBw1XcOvzjFa4apNw7RtlbV4RctPLWnSasYPwmAbvpaumL/agNHIeEc/p3hbkaLwTAD/BYEbLlQtPH7huXGDw==
[email protected].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==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
Expand All @@ -2731,10 +2731,10 @@ [email protected]:
proxy-from-env "^1.1.0"
semver "^7.6.2"

[email protected].1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.1.tgz#6f6bc8df10c542dc97d024cf507ba1184904a79c"
integrity sha512-6ILKkdYIMS0y4ebymCs92EwWCGFHzoFSydCYBReP/iKJhCUssfKtageJu3vjVEq4LqRCHxzYW1LfmQXd06Mzbw==
[email protected].2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.2.tgz#f2334fc074e4f527960c35494ff672235b2d58e3"
integrity sha512-PRP9r7Ug3fEKV8BskIAfd/x20r4CVEHsMUyLUAmRh8gkrQkc3Uw+1ONU4UuM1j4WnNVIJ7fAdegK6N5MjPjZjQ==
dependencies:
"@slack/web-api" "^7.3.4"
"@wesleytodd/openapi" "^1.1.0"
Expand Down Expand Up @@ -2794,7 +2794,7 @@ [email protected]:
stoppable "^1.1.0"
ts-toolbelt "^9.6.0"
type-is "^1.6.18"
unleash-client "6.3.0"
unleash-client "6.3.1"
uuid "^9.0.0"

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

0 comments on commit 7af28af

Please sign in to comment.