From 77dfd0296c14487a4ab0268a242ac5d97f4b3bd5 Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:42:04 -0400 Subject: [PATCH] fix: bump frontend-lib-content-components (#601) --- 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 4323cb596..b44306ec5 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.171.1", + "@edx/frontend-lib-content-components": "^1.173.0", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.45.4", "@fortawesome/fontawesome-svg-core": "1.2.28", @@ -2299,9 +2299,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.171.1", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.171.1.tgz", - "integrity": "sha512-7nO9lVUSsEJW/Gh5ta6BVFJlsOqVf08cV+yGYq/+PtMPwHwTyh+gduqlOnEicLwnijm3qFFQUVOS6mYBh15l6A==", + "version": "1.173.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.173.0.tgz", + "integrity": "sha512-0vw9fe48I1VzUwFgaZgSB151FTP3yuOQqMQmzEfdP2DOSVBLSiCKF9SrIzyT5/qOJi2xK+nDbb5En1zc+/h+lA==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0", diff --git a/package.json b/package.json index bcfb21b80..f069e1bdf 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.171.1", + "@edx/frontend-lib-content-components": "^1.173.0", "@edx/frontend-platform": "4.2.0", "@edx/paragon": "^20.45.4", "@fortawesome/fontawesome-svg-core": "1.2.28",