From bf373fff7f5c6646103628680178b70e07d27d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:05:16 +0000 Subject: [PATCH] Bump @microsoft/microsoft-graph-types from 2.40.0 to 2.43.1 Bumps [@microsoft/microsoft-graph-types](https://github.com/microsoftgraph/msgraph-typescript-typings) from 2.40.0 to 2.43.1. - [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-typescript-typings/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/commits/v2.43.1) --- updated-dependencies: - dependency-name: "@microsoft/microsoft-graph-types" dependency-version: 2.43.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4176af..13787cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "readline-sync": "^1.4.10" }, "devDependencies": { - "@microsoft/microsoft-graph-types": "^2.40.0", + "@microsoft/microsoft-graph-types": "^2.43.1", "@types/config": "^3.3.5", "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^20.19.0", @@ -514,9 +514,9 @@ } }, "node_modules/@microsoft/microsoft-graph-types": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.40.0.tgz", - "integrity": "sha512-1fcPVrB/NkbNcGNfCy+Cgnvwxt6/sbIEEFgZHFBJ670zYLegENYJF8qMo7x3LqBjWX2/Eneq5BVVRCLTmlJN+g==", + "version": "2.43.1", + "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.43.1.tgz", + "integrity": "sha512-7r3FiJYW2qTWnl+Li8GV5MzJqPiJp27hvY98kH5V/ZMzGuIOkcJqOfIpusoIQrskLDfYk5kFT8AjpeW713qcIg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index f0a1cc2..9574a3f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "Microsoft Corporation", "license": "MIT", "devDependencies": { - "@microsoft/microsoft-graph-types": "^2.40.0", + "@microsoft/microsoft-graph-types": "^2.43.1", "@types/config": "^3.3.5", "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^20.19.0",