fix: update exams lib (#1422)

This commit is contained in:
Zachary Hancock
2024-07-19 10:56:13 -04:00
committed by GitHub
parent 7d99677acd
commit e0386fe40b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3547,9 +3547,9 @@
}
},
"node_modules/@edx/frontend-lib-special-exams": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-3.1.2.tgz",
"integrity": "sha512-BUG61jMoR4CWACDpnm4TsLDoZ9zCnIf0mpq9sSuuQky5tLtd8t7nt7Yl9X48fxgdS6iWUofs9RAXA1E2tb91Jg==",
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-special-exams/-/frontend-lib-special-exams-3.1.3.tgz",
"integrity": "sha512-qkcnjPybt/eEE5txl8srUGTAVRiT92SFkjvPJEx9xuoUWuKTt0AmE0z3CVM2KypmcklBLlUZHVqZQVmgHlbtdA==",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.11.2",

View File

@@ -33,7 +33,7 @@
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-header": "^5.0.2",
"@edx/frontend-lib-learning-assistant": "^2.1.2",
"@edx/frontend-lib-special-exams": "^3.1.2",
"@edx/frontend-lib-special-exams": "^3.1.3",
"@edx/frontend-platform": "^7.1.2",
"@edx/openedx-atlas": "^0.6.0",
"@edx/react-unit-test-utils": "2.0.0",