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",