Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v5.6.1 (#97)
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 30, 2023
1 parent 4884aa3 commit 5fe4e85
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 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.6.0"
"unleash-server": "5.6.1"
},
"resolutions": {
"async": "^3.2.3",
Expand Down
9 changes: 4 additions & 5 deletions platforms/azure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3160,10 +3160,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.6.0.tgz#ac40816061002b7f7bb55b5fcd2ad1734072e49b"
integrity sha512-3LfbJEiLhyKflHUmgNaod46zXflVntVODqCu7BU+kvoSCPlLOxAkgJJ0buAAPyuy8gTow28xnCXyj1bTEUbTzw==
[email protected].1:
version "5.6.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.6.1.tgz#40cbeeb1e53ab673467c6ae0587fdd24d1f7f15d"
integrity sha512-RnypFk+Jp05XmDtkkEsZSygIVPP1UrMEUpj2S995pCFhBOIlIrbMdMHMq9ITabGdcbqTJSsDjF33XXUhAmVi3g==
dependencies:
"@slack/web-api" "^6.9.0"
"@unleash/express-openapi" "^0.3.0"
Expand Down Expand Up @@ -3199,7 +3199,6 @@ [email protected]:
knex "^2.5.1"
lodash.get "^4.4.2"
lodash.groupby "^4.6.0"
lodash.isequal "^4.5.0"
lodash.sortby "^4.7.0"
log4js "^6.0.0"
make-fetch-happen "^11.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.6.0",
"passport-openidconnect": "^0.1.1",
"unleash-server": "5.6.0"
"unleash-server": "5.6.1"
}
}
9 changes: 4 additions & 5 deletions platforms/openid-connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2712,10 +2712,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.6.0.tgz#ac40816061002b7f7bb55b5fcd2ad1734072e49b"
integrity sha512-3LfbJEiLhyKflHUmgNaod46zXflVntVODqCu7BU+kvoSCPlLOxAkgJJ0buAAPyuy8gTow28xnCXyj1bTEUbTzw==
[email protected].1:
version "5.6.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.6.1.tgz#40cbeeb1e53ab673467c6ae0587fdd24d1f7f15d"
integrity sha512-RnypFk+Jp05XmDtkkEsZSygIVPP1UrMEUpj2S995pCFhBOIlIrbMdMHMq9ITabGdcbqTJSsDjF33XXUhAmVi3g==
dependencies:
"@slack/web-api" "^6.9.0"
"@unleash/express-openapi" "^0.3.0"
Expand Down Expand Up @@ -2751,7 +2751,6 @@ [email protected]:
knex "^2.5.1"
lodash.get "^4.4.2"
lodash.groupby "^4.6.0"
lodash.isequal "^4.5.0"
lodash.sortby "^4.7.0"
log4js "^6.0.0"
make-fetch-happen "^11.0.0"
Expand Down

0 comments on commit 5fe4e85

Please sign in to comment.