feat: install new version of frontend-lib-learning-assistant and add Privacy Policy URL to config (#1171)

This commit installs version 1.6.0 of @edx/frontend-lib-learning-assistant, which includes a new user disclosure feature. This commit also includes the Privacy Policy URL to the frontend-app-learning config, because the Xpert learning assistant uses this config value in the disclosure.
This commit is contained in:
Michael Roytman
2023-08-28 10:44:27 -04:00
committed by GitHub
parent ba843622c2
commit 694e3ed6d5
5 changed files with 8 additions and 5 deletions

8
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-component-header": "4.0.0",
"@edx/frontend-lib-learning-assistant": "^1.5.0",
"@edx/frontend-lib-learning-assistant": "^1.6.0",
"@edx/frontend-lib-special-exams": "2.20.1",
"@edx/frontend-platform": "4.3.0",
"@edx/paragon": "20.46.0",
@@ -3433,9 +3433,9 @@
}
},
"node_modules/@edx/frontend-lib-learning-assistant": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.5.0.tgz",
"integrity": "sha512-UZDxo9xzt0NEYv+S1RHXTe2RtkNFebKWk+ZE1BiYgWk3BcwTwUfNhvKAdfg9h0N7GW4Mxzop6405NjVbL561SA==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.6.0.tgz",
"integrity": "sha512-UClHSjnM10+vckFK8rk7M4+qaqfk4Y0q/G+CyDD6hPhWtpyHvnU0lgAHD9OZB0KfSddT/UTkuJttZMsJnaK57A==",
"dependencies": {
"@edx/brand": "npm:@edx/brand-openedx@1.2.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",