From ddcd56ea1afc3f8909b8d2d3bfafdb85ce654b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:37:54 +0000 Subject: [PATCH] Bump adaptivecards from 2.11.2 to 3.0.5 Bumps [adaptivecards](https://github.com/microsoft/AdaptiveCards) from 2.11.2 to 3.0.5. - [Release notes](https://github.com/microsoft/AdaptiveCards/releases) - [Commits](https://github.com/microsoft/AdaptiveCards/compare/adaptivecards@2.11.2...adaptivecards@3.0.5) --- updated-dependencies: - dependency-name: adaptivecards dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 773079982..3a237e787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@uifabric/react-hooks": "7.16.4", "@uifabric/utilities": "7.38.2", "adaptive-expressions": "4.22.3", - "adaptivecards": "2.11.2", + "adaptivecards": "3.0.5", "adaptivecards-designer": "2.4.3", "adaptivecards-templating": "^2.2.0", "animate.css": "^4.1.1", @@ -6238,6 +6238,15 @@ "node": ">=18.17.1 <19.0.0" } }, + "node_modules/@microsoft/sp-adaptive-card-extension-base/node_modules/adaptivecards": { + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-2.11.2.tgz", + "integrity": "sha512-yV+o272Xe+qVoz0yIaJAo0RwLtRUX8XyuXIaKepaS+Ei3BgU2w5yl2g0d1UbgoFAyRtk9mVZuvWtPiM8mj+FmA==", + "license": "MIT", + "peerDependencies": { + "swiper": "^8.2.6" + } + }, "node_modules/@microsoft/sp-application-base": { "version": "1.20.0", "resolved": "https://registry.npmjs.org/@microsoft/sp-application-base/-/sp-application-base-1.20.0.tgz", @@ -13027,11 +13036,12 @@ } }, "node_modules/adaptivecards": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-2.11.2.tgz", - "integrity": "sha512-yV+o272Xe+qVoz0yIaJAo0RwLtRUX8XyuXIaKepaS+Ei3BgU2w5yl2g0d1UbgoFAyRtk9mVZuvWtPiM8mj+FmA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-3.0.5.tgz", + "integrity": "sha512-MCj9tJY/G3X8T4aUHM2MOQliKSqsXEyxmIca1FoKXCiJpgSgLPhSifsmjMoz1nb+2HbSCqvvkZ12fxJwvkdtXA==", + "license": "MIT", "peerDependencies": { - "swiper": "^8.2.6" + "swiper": "^11.0.7" } }, "node_modules/adaptivecards-controls": { diff --git a/package.json b/package.json index 8a9513d87..dd5681800 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@uifabric/react-hooks": "7.16.4", "@uifabric/utilities": "7.38.2", "adaptive-expressions": "4.22.3", - "adaptivecards": "2.11.2", + "adaptivecards": "3.0.5", "adaptivecards-designer": "2.4.3", "adaptivecards-templating": "^2.2.0", "animate.css": "^4.1.1",