From 9cfd8013d22cd823b6d517ab3b9a1d62ab635a69 Mon Sep 17 00:00:00 2001 From: kenclary Date: Mon, 22 May 2023 11:06:42 -0400 Subject: [PATCH] feat: update frontend-lib-content-components to v1.151.2 (#503) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc6ee3e23..4c3c9dfbe 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.150.1", + "@edx/frontend-lib-content-components": "^1.151.2", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.32.0", "@fortawesome/fontawesome-svg-core": "1.2.28", @@ -2249,9 +2249,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.150.1", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.150.1.tgz", - "integrity": "sha512-nvava4IS4jkWtq/n1yFrB5vEx27UoBFp08y8oaa6FHKTJTM489MKXwipApoNF+6hnFnHSON9zSochZR/qyKfIg==", + "version": "1.151.2", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.151.2.tgz", + "integrity": "sha512-nSYvHtIbFlWqW2RIoGwf7PcoDhiJgTvBmNKAIw5BLLSNeEboUXHE4GPEcBiLP5G3PRirHk5k/+FLm08uyY0hbw==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", @@ -26987,9 +26987,9 @@ "requires": {} }, "@edx/frontend-lib-content-components": { - "version": "1.150.1", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.150.1.tgz", - "integrity": "sha512-nvava4IS4jkWtq/n1yFrB5vEx27UoBFp08y8oaa6FHKTJTM489MKXwipApoNF+6hnFnHSON9zSochZR/qyKfIg==", + "version": "1.151.2", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.151.2.tgz", + "integrity": "sha512-nSYvHtIbFlWqW2RIoGwf7PcoDhiJgTvBmNKAIw5BLLSNeEboUXHE4GPEcBiLP5G3PRirHk5k/+FLm08uyY0hbw==", "requires": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index 4d0881b28..543ce66cf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,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.150.1", + "@edx/frontend-lib-content-components": "^1.151.2", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.32.0", "@fortawesome/fontawesome-svg-core": "1.2.28",