diff --git a/.changeset/renovate-488b7e7.md b/.changeset/renovate-488b7e7.md new file mode 100644 index 0000000000..35940f474b --- /dev/null +++ b/.changeset/renovate-488b7e7.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-backend': patch +--- + +Updated dependency `@types/passport-microsoft` to `^1.0.0`. diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index 523568cc2c..92f3264503 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -86,7 +86,7 @@ "@types/passport-auth0": "^1.0.5", "@types/passport-github2": "^1.2.4", "@types/passport-google-oauth20": "^2.0.3", - "@types/passport-microsoft": "^0.0.0", + "@types/passport-microsoft": "^1.0.0", "@types/passport-saml": "^1.1.3", "@types/passport-strategy": "^0.2.35", "@types/xml2js": "^0.4.7", diff --git a/yarn.lock b/yarn.lock index 4731f18a66..1b4b3a9aeb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4564,7 +4564,7 @@ __metadata: "@types/passport-auth0": ^1.0.5 "@types/passport-github2": ^1.2.4 "@types/passport-google-oauth20": ^2.0.3 - "@types/passport-microsoft": ^0.0.0 + "@types/passport-microsoft": ^1.0.0 "@types/passport-saml": ^1.1.3 "@types/passport-strategy": ^0.2.35 "@types/xml2js": ^0.4.7 @@ -15325,12 +15325,12 @@ __metadata: languageName: node linkType: hard -"@types/passport-microsoft@npm:^0.0.0": - version: 0.0.0 - resolution: "@types/passport-microsoft@npm:0.0.0" +"@types/passport-microsoft@npm:^1.0.0": + version: 1.0.0 + resolution: "@types/passport-microsoft@npm:1.0.0" dependencies: "@types/passport-oauth2": "*" - checksum: fee27b238975ba86982616d713247bd9f8ab4e325270dd42841c140710ece3f32655b2536fcbffe0166f25b51e1b25316006718f037b5a88018406c64351ae27 + checksum: d7c8b439b18cddcf707ea0c575748ecb344b6fb3c78a847aaad83246abf081c8b485efa86a3788cd5f49f4ca84a1444d813697a433fab9d04f35fb67d628cb23 languageName: node linkType: hard