From 84c539a969f8f8caa1068faf6bb7b02c862b584c Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:53:20 -0400 Subject: [PATCH] fix: bump frontend-lib-content-components (#595) --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e29f733f28..6b9b873d72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2342,9 +2342,9 @@ } }, "node_modules/@edx/frontend-lib-content-components": { - "version": "1.169.3", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.169.3.tgz", - "integrity": "sha512-CgqMs9vEkx9rw6DBlLThKB/omJzMD+mntZGRevF547G/Gl8dt/KSquNZrOiNph1PImXTD1eb2DtSyN7VbYNBaA==", + "version": "1.170.2", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.170.2.tgz", + "integrity": "sha512-BU6mLAq82s5syRj7NCEYPcaCapXw2cO8hBZQfsulP6Fu6UjASTuyJX8jayovyyLrmJSkwtl+iUX2g8nLDc3NNA==", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/lang-xml": "^6.0.0",