Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v5.5.7 (#94)
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 Oct 20, 2023
1 parent 90fdd87 commit 8498534
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.6.0",
"passport-azure-ad": "^4.3.1",
"unleash-server": "5.5.6"
"unleash-server": "5.5.7"
},
"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 @@ -3120,10 +3120,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].6:
version "5.5.6"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.5.6.tgz#685bebe29ef817f4b640c14a01a1992f06922f87"
integrity sha512-lAz2LmpIv0su6Wth4/BQAd62ZSdGgoTzslJCA7AVyfsuSu4/Bh78KivjsIPxgUGxxCQew2DIXf4lGyz0Mvi9IQ==
[email protected].7:
version "5.5.7"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.5.7.tgz#b27a626696d460e87e5d033d4675930010d5c912"
integrity sha512-wSGalv8/XPhJmVcwrI4YapVrxe55QIQ1HHCydZBQdBms/5hVznsiI028SzeydqCpJKthOD3pEWxU/D583r2Tig==
dependencies:
"@slack/web-api" "^6.9.0"
"@unleash/express-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.6.0",
"passport-openidconnect": "^0.1.1",
"unleash-server": "5.5.6"
"unleash-server": "5.5.7"
}
}
8 changes: 4 additions & 4 deletions platforms/openid-connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2672,10 +2672,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].6:
version "5.5.6"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.5.6.tgz#685bebe29ef817f4b640c14a01a1992f06922f87"
integrity sha512-lAz2LmpIv0su6Wth4/BQAd62ZSdGgoTzslJCA7AVyfsuSu4/Bh78KivjsIPxgUGxxCQew2DIXf4lGyz0Mvi9IQ==
[email protected].7:
version "5.5.7"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.5.7.tgz#b27a626696d460e87e5d033d4675930010d5c912"
integrity sha512-wSGalv8/XPhJmVcwrI4YapVrxe55QIQ1HHCydZBQdBms/5hVznsiI028SzeydqCpJKthOD3pEWxU/D583r2Tig==
dependencies:
"@slack/web-api" "^6.9.0"
"@unleash/express-openapi" "^0.3.0"
Expand Down

0 comments on commit 8498534

Please sign in to comment.