From 7247cc2d71d9e593dea58e6bf9e6f0274341cede Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Wed, 22 May 2024 15:40:04 -0400 Subject: [PATCH] feat: bump frontend-lib-content-components 2.1.9 (#1028) --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index da06dda12..47cdf7f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@edx/frontend-component-footer": "^13.0.2", "@edx/frontend-component-header": "^5.1.0", "@edx/frontend-enterprise-hotjar": "^2.0.0", - "@edx/frontend-lib-content-components": "^2.1.7", + "@edx/frontend-lib-content-components": "^2.1.9", "@edx/frontend-platform": "7.0.1", "@edx/openedx-atlas": "^0.6.0", "@fortawesome/fontawesome-svg-core": "1.2.36", @@ -2580,10 +2580,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-2.1.8.tgz", - "integrity": "sha512-toCgEQpuPwlwQxE42IXrrVTQxdbt2Vlpnsq8jlG2d22LsCmIHDg3LSyRSCHeaJxy57OVEtSh6qHZ8RtZ8EeKoQ==", - "license": "AGPL-3.0", + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-2.1.9.tgz", + "integrity": "sha512-ACnW0w1bWBvzkC+EY83/SZHlNJ5bWpzAxMYlUSZV2CfOMQfZss48zOcCwo5WbDSw4I3q62u9qRiLLusB4Xynkw==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index e84d072e8..81ca8963d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@edx/frontend-component-footer": "^13.0.2", "@edx/frontend-component-header": "^5.1.0", "@edx/frontend-enterprise-hotjar": "^2.0.0", - "@edx/frontend-lib-content-components": "^2.1.7", + "@edx/frontend-lib-content-components": "^2.1.9", "@edx/frontend-platform": "7.0.1", "@edx/openedx-atlas": "^0.6.0", "@fortawesome/fontawesome-svg-core": "1.2.36",