diff --git a/package-lock.json b/package-lock.json index af1909b48..821d9cda2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@edx/frontend-component-header": "^6.2.0", "@edx/frontend-enterprise-hotjar": "^7.2.0", "@edx/frontend-platform": "^8.3.1", - "@edx/openedx-atlas": "^0.6.0", + "@edx/openedx-atlas": "^0.7.0", "@openedx-plugins/course-app-calculator": "file:plugins/course-apps/calculator", "@openedx-plugins/course-app-edxnotes": "file:plugins/course-apps/edxnotes", "@openedx-plugins/course-app-learning_assistant": "file:plugins/course-apps/learning_assistant", @@ -2533,9 +2533,9 @@ } }, "node_modules/@edx/openedx-atlas": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@edx/openedx-atlas/-/openedx-atlas-0.6.2.tgz", - "integrity": "sha512-28Q8vzJDMS4wUxdkbIUBQpzWJ3HTdMaGlaEhFjrVGfuZkh++1AG6Tn/7FMD88cegalYAkphu530VQCHEkMZQhw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@edx/openedx-atlas/-/openedx-atlas-0.7.0.tgz", + "integrity": "sha512-jqv0IV1pHsSn9+RO8Rdsr8jm3SOd84CCzzmo2QC9yvh1MK1+p4YDURQLpmmgKJ0JzE5Cb6ImhnNL/ogpJ2wetQ==", "license": "AGPL-3.0", "bin": { "atlas": "atlas" diff --git a/package.json b/package.json index f0fe601b2..91c899271 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@edx/frontend-component-header": "^6.2.0", "@edx/frontend-enterprise-hotjar": "^7.2.0", "@edx/frontend-platform": "^8.3.1", - "@edx/openedx-atlas": "^0.6.0", + "@edx/openedx-atlas": "^0.7.0", "@openedx-plugins/course-app-calculator": "file:plugins/course-apps/calculator", "@openedx-plugins/course-app-edxnotes": "file:plugins/course-apps/edxnotes", "@openedx-plugins/course-app-learning_assistant": "file:plugins/course-apps/learning_assistant",