Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v5.6.4 (#99)
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 Nov 6, 2023
1 parent bec0a9a commit b5b7b6e
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.6.2"
"unleash-server": "5.6.4"
},
"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 @@ -3160,10 +3160,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.6.2.tgz#8fbc9847b460470727bedf2524c293c29f9b0ade"
integrity sha512-Sa+J4+FfpoI1PAFzN+TKoE+lzW2ouVe9o7J/lSuViVQXFx9ucEg/Y1RUxV6HWpa3/kSbJnOZeTk1L3ErZeJvTQ==
[email protected].4:
version "5.6.4"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.6.4.tgz#661ee8447ed2c5766a4161785e7b86ecabe57be7"
integrity sha512-XN4BZjJawXo4+GLGWemxMjjjVvVcE32iwTNxazt4kJK3xSRIBm9QMpOlUspReOeVl9B+bSRVu5gkXm/g58IMCQ==
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.6.2"
"unleash-server": "5.6.4"
}
}
8 changes: 4 additions & 4 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].2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.6.2.tgz#8fbc9847b460470727bedf2524c293c29f9b0ade"
integrity sha512-Sa+J4+FfpoI1PAFzN+TKoE+lzW2ouVe9o7J/lSuViVQXFx9ucEg/Y1RUxV6HWpa3/kSbJnOZeTk1L3ErZeJvTQ==
[email protected].4:
version "5.6.4"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.6.4.tgz#661ee8447ed2c5766a4161785e7b86ecabe57be7"
integrity sha512-XN4BZjJawXo4+GLGWemxMjjjVvVcE32iwTNxazt4kJK3xSRIBm9QMpOlUspReOeVl9B+bSRVu5gkXm/g58IMCQ==
dependencies:
"@slack/web-api" "^6.9.0"
"@unleash/express-openapi" "^0.3.0"
Expand Down

0 comments on commit b5b7b6e

Please sign in to comment.