From 486faa57441b5d00471327fefe79394dddb287fd Mon Sep 17 00:00:00 2001 From: Zachary Hancock Date: Mon, 8 Jan 2024 13:56:01 -0500 Subject: [PATCH] chore: update exams lib (#1268) --- 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 16165393..8af28070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@edx/frontend-component-footer": "12.2.1", "@edx/frontend-component-header": "4.6.0", "@edx/frontend-lib-learning-assistant": "^1.19.0", - "@edx/frontend-lib-special-exams": "2.26.0", + "@edx/frontend-lib-special-exams": "2.27.0", "@edx/frontend-platform": "5.5.2", "@edx/paragon": "20.46.0", "@edx/react-unit-test-utils": "npm:@edx/react-unit-test-utils@1.7.0", @@ -3539,9 +3539,9 @@ } }, "node_modules/@edx/frontend-lib-special-exams": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.26.0.tgz", - "integrity": "sha512-havK1JHJT6cLTK6P/qw5Kl0bqMQJTcVdk0P1humHqtuUGr7gn/b9/4ADni9X7grMAXBwK8oYzMVk8nrrE3owXg==", + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-2.27.0.tgz", + "integrity": "sha512-osKuKq1+RfoLBKeDabmUf82bRP+xQu3USGodhNi4Mt0jX9FWJdZsN0CulhFW+mGFManz8dzKyXnO1AXDX1/I8g==", "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.34", "@fortawesome/free-brands-svg-icons": "5.11.2", diff --git a/package.json b/package.json index f67f011c..4dac3178 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", "@edx/frontend-component-footer": "12.2.1", "@edx/frontend-component-header": "4.6.0", - "@edx/frontend-lib-special-exams": "2.26.0", + "@edx/frontend-lib-special-exams": "2.27.0", "@edx/frontend-lib-learning-assistant": "^1.19.0", "@edx/frontend-platform": "5.5.2", "@edx/paragon": "20.46.0",