Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v5.11.3 (#141)
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 Apr 19, 2024
1 parent 691a750 commit c9dcab1
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.11.2"
"unleash-server": "5.11.3"
},
"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 @@ -3519,10 +3519,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].2:
version "5.11.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.11.2.tgz#974352f996e5806072e942b0eca41b860f161d4d"
integrity sha512-NkSR4bhlzVuLiZ1gttu/n+lFR2jckIDxkeZDq2QhFGzBXe6hhuo8Tx7xPxKUCFwqtvi418z9d/cae6NsuZhuHA==
[email protected].3:
version "5.11.3"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.11.3.tgz#27327030c9b0281148d62b1fc6995d9b06563338"
integrity sha512-INx8OAplNlMrGawyedhRwlFvBSLmTZ1tGgVMzpgaYZSDX5a6N8V9B7kk9533IiYxQZtNYa/wLNB0QaqwvcIitQ==
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.11.2"
"unleash-server": "5.11.3"
}
}
8 changes: 4 additions & 4 deletions platforms/openid-connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3021,10 +3021,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].2:
version "5.11.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.11.2.tgz#974352f996e5806072e942b0eca41b860f161d4d"
integrity sha512-NkSR4bhlzVuLiZ1gttu/n+lFR2jckIDxkeZDq2QhFGzBXe6hhuo8Tx7xPxKUCFwqtvi418z9d/cae6NsuZhuHA==
[email protected].3:
version "5.11.3"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.11.3.tgz#27327030c9b0281148d62b1fc6995d9b06563338"
integrity sha512-INx8OAplNlMrGawyedhRwlFvBSLmTZ1tGgVMzpgaYZSDX5a6N8V9B7kk9533IiYxQZtNYa/wLNB0QaqwvcIitQ==
dependencies:
"@slack/web-api" "^6.10.0"
"@wesleytodd/openapi" "^0.3.0"
Expand Down

0 comments on commit c9dcab1

Please sign in to comment.