Skip to content

Commit

Permalink
fix(deps): update dependency unleash-server to v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 42bd56e commit eee2474
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.8.0"
"unleash-server": "5.8.1"
},
"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 @@ -3538,10 +3538,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.8.0.tgz#103d9df8d979ed9143459dcb4651dc316a417273"
integrity sha512-na3/4GGEAxbUS/3SwoSJZmtvFY1Ov/a+y+9OU/2tZO/7RwSPuWxpWqaVL73GL1xcH7fyXjS8FZH/BP0Ft37Xjg==
[email protected].1:
version "5.8.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.8.1.tgz#444cd2fc471af17c86f3df186645ca214975e7dc"
integrity sha512-kyAnUjZEcmcmGim7MaHnJEZKG5P1WfzEWR4rbB/VXywXSQr8eHdfEKB9yB3Gx71BcjIX+/GuUO3nSnAqARegoQ==
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.6.0",
"passport-openidconnect": "^0.1.1",
"unleash-server": "5.8.0"
"unleash-server": "5.8.1"
}
}
8 changes: 4 additions & 4 deletions platforms/openid-connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3070,10 +3070,10 @@ [email protected]:
murmurhash3js "^3.0.1"
semver "^7.5.3"

[email protected].0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.8.0.tgz#103d9df8d979ed9143459dcb4651dc316a417273"
integrity sha512-na3/4GGEAxbUS/3SwoSJZmtvFY1Ov/a+y+9OU/2tZO/7RwSPuWxpWqaVL73GL1xcH7fyXjS8FZH/BP0Ft37Xjg==
[email protected].1:
version "5.8.1"
resolved "https://registry.yarnpkg.com/unleash-server/-/unleash-server-5.8.1.tgz#444cd2fc471af17c86f3df186645ca214975e7dc"
integrity sha512-kyAnUjZEcmcmGim7MaHnJEZKG5P1WfzEWR4rbB/VXywXSQr8eHdfEKB9yB3Gx71BcjIX+/GuUO3nSnAqARegoQ==
dependencies:
"@slack/web-api" "^6.10.0"
"@wesleytodd/openapi" "^0.3.0"
Expand Down

0 comments on commit eee2474

Please sign in to comment.