From 31ca383e005e86b781c0de174e80fdef062a0608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:36:37 +0000 Subject: [PATCH] Bump @backstage/plugin-user-settings from 0.7.10 to 0.7.11 in /backstage Bumps [@backstage/plugin-user-settings](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings) from 0.7.10 to 0.7.11. - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/plugins/user-settings/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/user-settings) --- updated-dependencies: - dependency-name: "@backstage/plugin-user-settings" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backstage/yarn.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/backstage/yarn.lock b/backstage/yarn.lock index a2ed41a5..89bb2d19 100644 --- a/backstage/yarn.lock +++ b/backstage/yarn.lock @@ -3994,16 +3994,17 @@ react-use "^17.2.4" "@backstage/plugin-user-settings@^0.7.3": - version "0.7.10" - resolved "https://registry.yarnpkg.com/@backstage/plugin-user-settings/-/plugin-user-settings-0.7.10.tgz#3183c56b9fa3c002d2b74b2253dc4d4a014832ef" - integrity sha512-r3ReEnVVYMERzh8Ofjsmgufka0s1G12yrTnU0oYUW7Fwxm5X8uMOCGlIJvFyd83VPbOAXO7HlyBwf6+K1FlK5w== + version "0.7.11" + resolved "https://registry.yarnpkg.com/@backstage/plugin-user-settings/-/plugin-user-settings-0.7.11.tgz#fb5488a6229bdfbe172fa691a81a2b2869c3c9ca" + integrity sha512-LxZsrTh9OtDwzBeFTsJS3STUY4JL3GzM4PUh9tr0mqWMLfnyl4hHgwNRnnz9nK7ZR1MYCU93Q6ceOLGBsWHvhQ== dependencies: - "@backstage/core-app-api" "^1.10.0" - "@backstage/core-components" "^0.13.5" - "@backstage/core-plugin-api" "^1.6.0" - "@backstage/errors" "^1.2.2" - "@backstage/plugin-catalog-react" "^1.8.4" - "@backstage/theme" "^0.4.2" + "@backstage/core-app-api" "^1.11.0" + "@backstage/core-components" "^0.13.6" + "@backstage/core-plugin-api" "^1.7.0" + "@backstage/errors" "^1.2.3" + "@backstage/frontend-plugin-api" "^0.2.0" + "@backstage/plugin-catalog-react" "^1.8.5" + "@backstage/theme" "^0.4.3" "@backstage/types" "^1.1.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1"