feat: update frontend-auth which eliminates unneeded error logging (#171)

This commit is contained in:
Adam Butterworth
2019-05-08 14:24:33 -06:00
committed by GitHub
parent 89e77ee8c9
commit 511c8addab
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@@ -2587,11 +2587,11 @@
}
},
"@edx/frontend-auth": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-auth/-/frontend-auth-5.1.1.tgz",
"integrity": "sha512-bkPTzSr4EO4VuceM+2Aks/fqoSfnUr/MWxkRS2WNNCrvLRhW26aG5eK3z6UtPCYS2CiUpflt6lJc5CQXBrAksA==",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-auth/-/frontend-auth-5.2.0.tgz",
"integrity": "sha512-/S5IMEIQXXUzXEQThZczWh4jRCyTvMB/oWFjMTbYr0WseyRhH2DWpy2X6WRgWObwnyiFRvYLzktIpcGoHLFA9A==",
"requires": {
"@edx/frontend-logging": "^2.0.0",
"@edx/frontend-logging": "^2.0.1",
"axios": "^0.18.0",
"camelcase-keys": "^5.0.0",
"jwt-decode": "^2.2.0",
@@ -2599,6 +2599,13 @@
"snakecase-keys": "^2.1.0",
"universal-cookie": "^3.0.4",
"url-parse": "^1.4.3"
},
"dependencies": {
"@edx/frontend-logging": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-logging/-/frontend-logging-2.0.1.tgz",
"integrity": "sha512-FmEV8wS6Q6GPH76SXubT7n9nvtwu986OiRVzg2IbrRj589mfx1sjHKNlAhyJqa3p5Iz+xMoaPqKl8CGY4SlTnQ=="
}
}
},
"@edx/frontend-component-footer": {

View File

@@ -27,7 +27,7 @@
"@cospired/i18n-iso-languages": "^2.0.2",
"@edx/edx-bootstrap": "^2.0.1",
"@edx/frontend-analytics": "^1.0.0",
"@edx/frontend-auth": "^5.1.1",
"@edx/frontend-auth": "^5.2.0",
"@edx/frontend-component-footer": "^2.0.3",
"@edx/frontend-component-site-header": "^2.1.4",
"@edx/frontend-logging": "^2.0.0",