diff --git a/package-lock.json b/package-lock.json index 34b37569..5023c8cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@braintree/sanitize-url": "^6.0.4", "@fontsource/figtree": "5.0.19", - "adaptivecards": "2.11.1", + "adaptivecards": "^2.11.3", "classnames": "^2.3.2", "dompurify": "^3.0.11", "moment": "^2.30.1", @@ -3252,9 +3252,13 @@ } }, "node_modules/adaptivecards": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-2.11.1.tgz", - "integrity": "sha512-dyF23HK+lRMEreexJgHz4y9U5B0ZuGk66N8nhwXRnICyYjq8hE4A6n8rLoV/CNY2QAZ0iRjOIR2J8U7M1CKl8Q==" + "version": "2.11.3", + "resolved": "https://registry.npmjs.org/adaptivecards/-/adaptivecards-2.11.3.tgz", + "integrity": "sha512-pfqGVU9B33vqVWDhvqGuoinEPwKe7xNPzljaQ0qHMwVCMv2OqweQ2pBH5htfzE/XNYPViq+4rNvqIDubDmuZoQ==", + "license": "MIT", + "peerDependencies": { + "swiper": "^8.2.6" + } }, "node_modules/agent-base": { "version": "7.1.1", diff --git a/package.json b/package.json index 0d8102c0..12ff99b0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "@braintree/sanitize-url": "^6.0.4", "@fontsource/figtree": "5.0.19", - "adaptivecards": "2.11.1", + "adaptivecards": "2.11.3", "classnames": "^2.3.2", "dompurify": "^3.0.11", "moment": "^2.30.1",