From 73406fbb3120e8c3761231c690df73d3224ac53d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 02:39:17 +0000 Subject: [PATCH] fix(deps): update dependency @edx/openedx-atlas to ^0.7.0 (#1699) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 42b6126a..c42c1670 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@edx/frontend-lib-learning-assistant": "^2.20.0", "@edx/frontend-lib-special-exams": "^3.5.0", "@edx/frontend-platform": "^8.3.1", - "@edx/openedx-atlas": "^0.6.0", + "@edx/openedx-atlas": "^0.7.0", "@edx/react-unit-test-utils": "^4.0.0", "@fortawesome/free-brands-svg-icons": "5.15.4", "@fortawesome/free-regular-svg-icons": "5.15.4", @@ -2435,9 +2435,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 63f57520..d84a9f68 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@edx/frontend-lib-learning-assistant": "^2.20.0", "@edx/frontend-lib-special-exams": "^3.5.0", "@edx/frontend-platform": "^8.3.1", - "@edx/openedx-atlas": "^0.6.0", + "@edx/openedx-atlas": "^0.7.0", "@edx/react-unit-test-utils": "^4.0.0", "@fortawesome/free-brands-svg-icons": "5.15.4", "@fortawesome/free-regular-svg-icons": "5.15.4",