Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v6.0.6 (#153)
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 Aug 1, 2024
1 parent f390558 commit 1458b4f
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.5",
"unleash-server": "6.0.0"
"unleash-server": "6.0.6"
},
"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 @@ -3474,10 +3474,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.0.0.tgz#34ef9aa0d2866a8d094ecb7c0fd7adf5483654b3"
integrity sha512-hmwGSRIyRLL8VykbvUNXFf1/yMntBJfjuJkZOAr6wdaiy8rEamWrC0gr8ZNMUKAlcNnbFdEhOdH6utpjFf+FAQ==
[email protected].6:
version "6.0.6"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.0.6.tgz#3bbfdc852016624c108ad19b65157e0ecd3a4732"
integrity sha512-6dWKtX1soCGXYlBH0O2u4XqppHlTsC96oNxSmlbwq0ba2T5O5AkxeZbX+8ydoQSaY0lsJpwnkKcQOS/fk73S6w==
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.2",
"unleash-server": "6.0.0"
"unleash-server": "6.0.6"
}
}
8 changes: 4 additions & 4 deletions platforms/openid-connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3192,10 +3192,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.0.0.tgz#34ef9aa0d2866a8d094ecb7c0fd7adf5483654b3"
integrity sha512-hmwGSRIyRLL8VykbvUNXFf1/yMntBJfjuJkZOAr6wdaiy8rEamWrC0gr8ZNMUKAlcNnbFdEhOdH6utpjFf+FAQ==
[email protected].6:
version "6.0.6"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-6.0.6.tgz#3bbfdc852016624c108ad19b65157e0ecd3a4732"
integrity sha512-6dWKtX1soCGXYlBH0O2u4XqppHlTsC96oNxSmlbwq0ba2T5O5AkxeZbX+8ydoQSaY0lsJpwnkKcQOS/fk73S6w==
dependencies:
"@slack/web-api" "^6.10.0"
"@wesleytodd/openapi" "^0.3.0"
Expand Down

0 comments on commit 1458b4f

Please sign in to comment.