fix(deps): update dependency @edx/frontend-component-footer to v13.2.0

This commit is contained in:
renovate[bot]
2024-05-13 06:28:52 +00:00
parent 44f0295d0d
commit 06f6e3537a
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "AGPL-3.0",
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-footer": "13.1.0",
"@edx/frontend-component-footer": "13.2.0",
"@edx/frontend-component-header": "5.3.1",
"@edx/frontend-platform": "7.1.4",
"@edx/openedx-atlas": "^0.6.0",
@@ -3079,9 +3079,9 @@
}
},
"node_modules/@edx/frontend-component-footer": {
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-component-footer/-/frontend-component-footer-13.1.0.tgz",
"integrity": "sha512-Rtv8dfQmL75El8kF8dG9nYF1Cqj2AbWPLVLE4b0XTvipfx2RMeDKpgAO5XLAzTt0h+5fmiMCGhVEv3Y70Xu5pQ==",
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-component-footer/-/frontend-component-footer-13.2.0.tgz",
"integrity": "sha512-oXcNSZ+1o1TFIolBmd3mdQsDQ0fzJZMK5hNvEIwWbyLNX6977t7QjyihocYlLY+0LMl3LmqdSJpSuvNzBrvCyA==",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
@@ -3094,10 +3094,16 @@
},
"peerDependencies": {
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
"@openedx/frontend-plugin-framework": "^1.1.2",
"@openedx/paragon": ">= 21.11.3 < 23.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"@openedx/frontend-plugin-framework": {
"optional": true
}
}
},
"node_modules/@edx/frontend-component-footer/node_modules/@jest/transform": {

View File

@@ -29,7 +29,7 @@
],
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-footer": "13.1.0",
"@edx/frontend-component-footer": "13.2.0",
"@edx/frontend-component-header": "5.3.1",
"@edx/frontend-platform": "7.1.4",
"@edx/openedx-atlas": "^0.6.0",