Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v6.5.1 (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 216b52e commit 757b69e
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 83 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.0"
"unleash-server": "6.5.1"
},
"resolutions": {
"async": "^3.2.3",
Expand Down
63 changes: 35 additions & 28 deletions platforms/azure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==

cookie@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
cookie@0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==

[email protected]:
version "0.8.0"
Expand Down Expand Up @@ -1047,17 +1047,17 @@ express-session@^1.17.3:
safe-buffer "5.2.1"
uid-safe "~2.1.5"

express@^4.21.0:
version "4.21.0"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
express@^4.21.2:
version "4.21.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.3"
content-disposition "0.5.4"
content-type "~1.0.4"
cookie "0.6.0"
cookie "0.7.1"
cookie-signature "1.0.6"
debug "2.6.9"
depd "2.0.0"
Expand All @@ -1071,7 +1071,7 @@ express@^4.21.0:
methods "~1.1.2"
on-finished "2.4.1"
parseurl "~1.3.3"
path-to-regexp "0.1.10"
path-to-regexp "0.1.12"
proxy-addr "~2.0.7"
qs "6.13.0"
range-parser "~1.2.1"
Expand Down Expand Up @@ -1433,7 +1433,7 @@ interpret@^2.2.0:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==

ip-address@^10.0.0:
ip-address@^10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.0.1.tgz#a8180b783ce7788777d796286d61bce4276818ed"
integrity sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==
Expand Down Expand Up @@ -1671,6 +1671,11 @@ knex@3, knex@^3.1.0:
tarn "^3.0.2"
tildify "2.0.0"

[email protected]:
version "2.0.3"
resolved "https://registry.yarnpkg.com/launchdarkly-eventsource/-/launchdarkly-eventsource-2.0.3.tgz#8a7b8da5538153f438f7d452b1c87643d900f984"
integrity sha512-VhFjppK7jXlcEKaS7bxdoibB5j01NKyeDR7a8XfssdDGNWCTsbF0/5IExSmPi44eDncPhkoPNxlSZhEZvrbD5w==

lazy-cache@^0.2.3:
version "0.2.7"
resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65"
Expand Down Expand Up @@ -1758,7 +1763,7 @@ lru-queue@^0.1.0:
dependencies:
es5-ext "~0.10.2"

make-fetch-happen@^13.0.0, make-fetch-happen@^13.0.1:
make-fetch-happen@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz#273ba2f78f45e1f3a6dca91cede87d9fa4821e36"
integrity sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==
Expand Down Expand Up @@ -2241,10 +2246,10 @@ path-scurry@^1.11.1:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"

[email protected].10:
version "0.1.10"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
[email protected].12:
version "0.1.12"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==

[email protected]:
version "0.1.7"
Expand Down Expand Up @@ -3008,22 +3013,24 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==

unleash-client@6.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.1.3.tgz#b32cc2d36802dbac3790b6646232a1fa93948fd0"
integrity sha512-L3aHxEzKbUBdQsE8gw741OlGQwWLnsx6HTrzydsnd8L2OBxwc9tzxRgBTjpKyELrHgfj4Q3u9nvuhjrVJ/jazA==
unleash-client@6.3.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==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
ip-address "^9.0.5"
launchdarkly-eventsource "2.0.3"
make-fetch-happen "^13.0.1"
murmurhash3js "^3.0.1"
proxy-from-env "^1.1.0"
semver "^7.6.2"

[email protected].0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.0.tgz#6560187f6042e9de7b7d9b97a69b96bfc562041f"
integrity sha512-F5aLAYsrJoJftPt2lRnl4Ke2tI2xfC5fspqE4DkCWAClP4GJzNLvh6t0qn5VvaG8T/RLFhVm9ijKD225E/v5Ag==
[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==
dependencies:
"@slack/web-api" "^7.3.4"
"@wesleytodd/openapi" "^1.1.0"
Expand All @@ -3043,14 +3050,14 @@ [email protected]:
deep-object-diff "^1.1.9"
deepmerge "^4.3.1"
errorhandler "^1.5.1"
express "^4.21.0"
express "^4.21.2"
express-rate-limit "^7.3.1"
express-session "^1.17.3"
fast-json-patch "^3.1.0"
hash-sum "^2.0.0"
helmet "^6.0.0"
http-errors "^2.0.0"
ip-address "^10.0.0"
ip-address "^10.0.1"
joi "^17.13.3"
js-sha256 "^0.11.0"
js-yaml "^4.1.0"
Expand All @@ -3062,7 +3069,7 @@ [email protected]:
lodash.groupby "^4.6.0"
lodash.sortby "^4.7.0"
log4js "^6.0.0"
make-fetch-happen "^13.0.0"
make-fetch-happen "^13.0.1"
memoizee "^0.4.17"
mime "^4.0.4"
murmurhash3js "^3.0.1"
Expand All @@ -3083,7 +3090,7 @@ [email protected]:
stoppable "^1.1.0"
ts-toolbelt "^9.6.0"
type-is "^1.6.18"
unleash-client "6.1.3"
unleash-client "6.3.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.0"
"unleash-server": "6.5.1"
}
}
60 changes: 36 additions & 24 deletions platforms/google/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==

[email protected]:
version "0.7.1"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==

[email protected]:
version "0.9.1"
resolved "https://registry.yarnpkg.com/cookies/-/cookies-0.9.1.tgz#3ffed6f60bb4fb5f146feeedba50acc418af67e3"
Expand Down Expand Up @@ -932,17 +937,17 @@ express-session@^1.17.3:
safe-buffer "5.2.1"
uid-safe "~2.1.5"

express@^4.21.0:
version "4.21.0"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.0.tgz#d57cb706d49623d4ac27833f1cbc466b668eb915"
integrity sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==
express@^4.21.2:
version "4.21.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.3"
content-disposition "0.5.4"
content-type "~1.0.4"
cookie "0.6.0"
cookie "0.7.1"
cookie-signature "1.0.6"
debug "2.6.9"
depd "2.0.0"
Expand All @@ -956,7 +961,7 @@ express@^4.21.0:
methods "~1.1.2"
on-finished "2.4.1"
parseurl "~1.3.3"
path-to-regexp "0.1.10"
path-to-regexp "0.1.12"
proxy-addr "~2.0.7"
qs "6.13.0"
range-parser "~1.2.1"
Expand Down Expand Up @@ -1272,7 +1277,7 @@ interpret@^2.2.0:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==

ip-address@^10.0.0:
ip-address@^10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-10.0.1.tgz#a8180b783ce7788777d796286d61bce4276818ed"
integrity sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==
Expand Down Expand Up @@ -1476,6 +1481,11 @@ knex@3, knex@^3.1.0:
tarn "^3.0.2"
tildify "2.0.0"

[email protected]:
version "2.0.3"
resolved "https://registry.yarnpkg.com/launchdarkly-eventsource/-/launchdarkly-eventsource-2.0.3.tgz#8a7b8da5538153f438f7d452b1c87643d900f984"
integrity sha512-VhFjppK7jXlcEKaS7bxdoibB5j01NKyeDR7a8XfssdDGNWCTsbF0/5IExSmPi44eDncPhkoPNxlSZhEZvrbD5w==

lazy-cache@^0.2.3:
version "0.2.7"
resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65"
Expand Down Expand Up @@ -1546,7 +1556,7 @@ lru-queue@^0.1.0:
dependencies:
es5-ext "~0.10.2"

make-fetch-happen@^13.0.0, make-fetch-happen@^13.0.1:
make-fetch-happen@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz#273ba2f78f45e1f3a6dca91cede87d9fa4821e36"
integrity sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==
Expand Down Expand Up @@ -1941,10 +1951,10 @@ path-scurry@^1.11.1:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"

[email protected].10:
version "0.1.10"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
[email protected].12:
version "0.1.12"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==

[email protected]:
version "0.1.7"
Expand Down Expand Up @@ -2649,22 +2659,24 @@ 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.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-6.1.3.tgz#b32cc2d36802dbac3790b6646232a1fa93948fd0"
integrity sha512-L3aHxEzKbUBdQsE8gw741OlGQwWLnsx6HTrzydsnd8L2OBxwc9tzxRgBTjpKyELrHgfj4Q3u9nvuhjrVJ/jazA==
unleash-client@6.3.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==
dependencies:
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.5"
ip-address "^9.0.5"
launchdarkly-eventsource "2.0.3"
make-fetch-happen "^13.0.1"
murmurhash3js "^3.0.1"
proxy-from-env "^1.1.0"
semver "^7.6.2"

[email protected].0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.5.0.tgz#6560187f6042e9de7b7d9b97a69b96bfc562041f"
integrity sha512-F5aLAYsrJoJftPt2lRnl4Ke2tI2xfC5fspqE4DkCWAClP4GJzNLvh6t0qn5VvaG8T/RLFhVm9ijKD225E/v5Ag==
[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==
dependencies:
"@slack/web-api" "^7.3.4"
"@wesleytodd/openapi" "^1.1.0"
Expand All @@ -2684,14 +2696,14 @@ [email protected]:
deep-object-diff "^1.1.9"
deepmerge "^4.3.1"
errorhandler "^1.5.1"
express "^4.21.0"
express "^4.21.2"
express-rate-limit "^7.3.1"
express-session "^1.17.3"
fast-json-patch "^3.1.0"
hash-sum "^2.0.0"
helmet "^6.0.0"
http-errors "^2.0.0"
ip-address "^10.0.0"
ip-address "^10.0.1"
joi "^17.13.3"
js-sha256 "^0.11.0"
js-yaml "^4.1.0"
Expand All @@ -2703,7 +2715,7 @@ [email protected]:
lodash.groupby "^4.6.0"
lodash.sortby "^4.7.0"
log4js "^6.0.0"
make-fetch-happen "^13.0.0"
make-fetch-happen "^13.0.1"
memoizee "^0.4.17"
mime "^4.0.4"
murmurhash3js "^3.0.1"
Expand All @@ -2724,7 +2736,7 @@ [email protected]:
stoppable "^1.1.0"
ts-toolbelt "^9.6.0"
type-is "^1.6.18"
unleash-client "6.1.3"
unleash-client "6.3.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.0"
"unleash-server": "6.5.1"
}
}
Loading

0 comments on commit 757b69e

Please sign in to comment.