fix(deps): update dependency @edx/frontend-platform to v1.15.3

This commit is contained in:
Renovate Bot
2022-03-14 18:30:12 +00:00
committed by renovate[bot]
parent 7e19af44da
commit a22ac3a776
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -4002,12 +4002,12 @@
}
},
"@edx/frontend-platform": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/@edx/frontend-platform/-/frontend-platform-1.15.2.tgz",
"integrity": "sha512-nY1qiZeXOlpVU5ltygIxr+mV0TWSNBo7Zusc6n2QpvpUfYSVRjDUWDujh1eYKSk6Zd7WJuNLfPaUTAQlMAazCg==",
"version": "1.15.3",
"resolved": "https://registry.npmjs.org/@edx/frontend-platform/-/frontend-platform-1.15.3.tgz",
"integrity": "sha512-GfFqJqOu5NDt1AUOW3eikP6uqmS/6ZBGW4QmhjA8pXpeoekxSJ/J+RugKClcgt6Wm4sVmcQl8t8Ighu7ybgGAw==",
"requires": {
"@cospired/i18n-iso-languages": "2.2.0",
"axios": "0.26.0",
"axios": "0.26.1",
"axios-cache-adapter": "2.7.3",
"form-urlencoded": "4.1.4",
"glob": "7.1.7",
@@ -4026,9 +4026,9 @@
},
"dependencies": {
"axios": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.0.tgz",
"integrity": "sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==",
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
"requires": {
"follow-redirects": "^1.14.8"
}