From 9eedb00a23bee23611c70a6fcb3190d6c43303ba Mon Sep 17 00:00:00 2001 From: KristinAoki Date: Tue, 8 Aug 2023 12:50:52 -0400 Subject: [PATCH] feat: upgrade frontend-lib-content-components --- 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 f1eb55834e..802669ba98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-component-footer": "12.0.0", "@edx/frontend-enterprise-hotjar": "^1.2.1", - "@edx/frontend-lib-content-components": "^1.167.0", + "@edx/frontend-lib-content-components": "^1.167.1", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.45.4", "@fortawesome/fontawesome-svg-core": "1.2.28", @@ -2297,9 +2297,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.167.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.167.0.tgz", - "integrity": "sha512-fISyyUiZhdAkEhYsz8hJOIt5w3vpBAH5J0pf4UpxyzqzpxU6anTI3VIkF3i78yJMZgIQ6Sl4eW75KXqIXAijPw==", + "version": "1.167.1", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.167.1.tgz", + "integrity": "sha512-f9md6rfhYi/AFao0rEsIRPHCrkfkfTH6L2ogt7yFVSRiyWm96z+8nyk/wgKmm0m3P2Fn9WwJOqx4HHpbQ+/WrA==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index 03fbe8378c..1244f3c863 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.1.0", "@edx/frontend-component-footer": "12.0.0", "@edx/frontend-enterprise-hotjar": "^1.2.1", - "@edx/frontend-lib-content-components": "^1.167.0", + "@edx/frontend-lib-content-components": "^1.167.1", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.45.4", "@fortawesome/fontawesome-svg-core": "1.2.28",