From 528f7e3edae7eec7dc168b9a82e67b34ba982160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 04:13:08 +0000 Subject: [PATCH 1/2] build(deps): bump @microsoft/microsoft-graph-types from 1.25.0 to 2.6.0 Bumps [@microsoft/microsoft-graph-types](https://github.com/microsoftgraph/msgraph-typescript-typings) from 1.25.0 to 2.6.0. - [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases) - [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/compare/1.25.0...2.6.0) --- updated-dependencies: - dependency-name: "@microsoft/microsoft-graph-types" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/catalog-backend-module-msgraph/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/catalog-backend-module-msgraph/package.json b/plugins/catalog-backend-module-msgraph/package.json index 3cccc69215..b701203330 100644 --- a/plugins/catalog-backend-module-msgraph/package.json +++ b/plugins/catalog-backend-module-msgraph/package.json @@ -33,7 +33,7 @@ "@backstage/catalog-model": "^0.9.3", "@backstage/config": "^0.1.10", "@backstage/plugin-catalog-backend": "^0.14.0", - "@microsoft/microsoft-graph-types": "^1.25.0", + "@microsoft/microsoft-graph-types": "^2.6.0", "cross-fetch": "^3.0.6", "lodash": "^4.17.21", "p-limit": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index b5e7ee52ee..4d8b705717 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4661,10 +4661,10 @@ resolved "https://registry.npmjs.org/@microsoft/fetch-event-source/-/fetch-event-source-2.0.1.tgz#9ceecc94b49fbaa15666e38ae8587f64acce007d" integrity sha512-W6CLUJ2eBMw3Rec70qrsEW0jOm/3twwJv21mrmj2yORiaVmVYGS4sSS5yUwvQc1ZlDLYGPnClVWmUUMagKNsfA== -"@microsoft/microsoft-graph-types@^1.25.0": - version "1.25.0" - resolved "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-1.25.0.tgz#1f543ebc029a115dd1d48a1ae99d7ddd5ee9af57" - integrity sha512-RsuA+ROaU3voWzG9TVBkRKxmLatteRGduFDi5p0k3FUHho49rm9SvrA7DUyYbSXLy2xXRx9AnjKM9klYBeKEiQ== +"@microsoft/microsoft-graph-types@^2.6.0": + version "2.6.0" + resolved "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.6.0.tgz#d1f97049362ea5c0ed79199875f24707f9832b29" + integrity sha512-wK26kqUdQJLpgPh2Fk5jcRuFtnGLjNrXCWKM78zXnvAg+On246WYLz6+7amILJDC5rpaZTGXf4eynXoJFuNBTw== "@microsoft/tsdoc-config@~0.15.2": version "0.15.2" From 664bba5c45801ac73a367f5abf93d8eb02e16719 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 29 Sep 2021 10:20:07 +0200 Subject: [PATCH 2/2] changesets: added changeset for catalog-backend-module-msgraph types bump Signed-off-by: Patrik Oldsberg --- .changeset/hot-years-return.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/hot-years-return.md diff --git a/.changeset/hot-years-return.md b/.changeset/hot-years-return.md new file mode 100644 index 0000000000..bb1d5934e5 --- /dev/null +++ b/.changeset/hot-years-return.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend-module-msgraph': patch +--- + +Bumped `@microsoft/microsoft-graph-types` to v2