Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v5.10.1 (#130)
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 Mar 13, 2024
1 parent dda78ef commit aa6d8a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.1",
"unleash-server": "5.10.0"
"unleash-server": "5.10.1"
},
"resolutions": {
"async": "^3.2.3",
Expand Down
8 changes: 4 additions & 4 deletions platforms/azure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3481,10 +3481,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].0:
version "5.10.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.10.0.tgz#ffc95fcfb276e0b60249c4f3a94f332e3a6ed433"
integrity sha512-F71I29Tqhlv3uYYbEJYV0wfJM0orfkmccPw9brsOM+jAo4kU/BdY+9CE5BhiU6i9TBJ/4M4Dzu3OcP50jPWtdQ==
[email protected].1:
version "5.10.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.10.1.tgz#a5c52dc0f9461c815b4272c83d078ef454ff7be2"
integrity sha512-WpXUm//LAO9nQR9n6qR7kaWfUmdf+k6AEzCFKGcyKTlaGntCwZ2ufbk22Lft810d6kHSsH7Sy0v+dh/n97fuIw==
dependencies:
"@slack/web-api" "^6.10.0"
"@wesleytodd/openapi" "^0.3.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.1",
"unleash-server": "5.10.0"
"unleash-server": "5.10.1"
}
}
8 changes: 4 additions & 4 deletions platforms/openid-connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2988,10 +2988,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].0:
version "5.10.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.10.0.tgz#ffc95fcfb276e0b60249c4f3a94f332e3a6ed433"
integrity sha512-F71I29Tqhlv3uYYbEJYV0wfJM0orfkmccPw9brsOM+jAo4kU/BdY+9CE5BhiU6i9TBJ/4M4Dzu3OcP50jPWtdQ==
[email protected].1:
version "5.10.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.10.1.tgz#a5c52dc0f9461c815b4272c83d078ef454ff7be2"
integrity sha512-WpXUm//LAO9nQR9n6qR7kaWfUmdf+k6AEzCFKGcyKTlaGntCwZ2ufbk22Lft810d6kHSsH7Sy0v+dh/n97fuIw==
dependencies:
"@slack/web-api" "^6.10.0"
"@wesleytodd/openapi" "^0.3.0"
Expand Down

0 comments on commit aa6d8a7

Please sign in to comment.