diff --git a/dashboard-ui/bower_components/emby-apiclient/.bower.json b/dashboard-ui/bower_components/emby-apiclient/.bower.json index af80dd8258..3dad57dd05 100644 --- a/dashboard-ui/bower_components/emby-apiclient/.bower.json +++ b/dashboard-ui/bower_components/emby-apiclient/.bower.json @@ -16,12 +16,12 @@ }, "devDependencies": {}, "ignore": [], - "version": "1.0.16", - "_release": "1.0.16", + "version": "1.0.17", + "_release": "1.0.17", "_resolution": { "type": "version", - "tag": "1.0.16", - "commit": "a454b78f6e617aef9359736c57f38ac40fcc8d61" + "tag": "1.0.17", + "commit": "3ce9bb842c3188d3440aef5319b01a24e57603cb" }, "_source": "git://github.com/MediaBrowser/Emby.ApiClient.Javascript.git", "_target": "~1.0.3", diff --git a/dashboard-ui/bower_components/emby-apiclient/connectservice.js b/dashboard-ui/bower_components/emby-apiclient/connectservice.js index f08f6df20a..a1f10a87e6 100644 --- a/dashboard-ui/bower_components/emby-apiclient/connectservice.js +++ b/dashboard-ui/bower_components/emby-apiclient/connectservice.js @@ -1,5 +1,10 @@ define([], function () { + function replaceAll(str, find, replace) { + + return str.split(find).join(replace); + } + return { cleanPassword: function (password) { diff --git a/dashboard-ui/bower_components/iron-flex-layout/.bower.json b/dashboard-ui/bower_components/iron-flex-layout/.bower.json index 0985b733c6..846bf5c150 100644 --- a/dashboard-ui/bower_components/iron-flex-layout/.bower.json +++ b/dashboard-ui/bower_components/iron-flex-layout/.bower.json @@ -28,14 +28,14 @@ "iron-component-page": "polymerelements/iron-component-page#^1.0.0" }, "ignore": [], - "homepage": "https://github.com/PolymerElements/iron-flex-layout", + "homepage": "https://github.com/polymerelements/iron-flex-layout", "_release": "1.2.2", "_resolution": { "type": "version", "tag": "v1.2.2", "commit": "41c4f35be1368afb770312b907a258175565dbdf" }, - "_source": "git://github.com/PolymerElements/iron-flex-layout.git", + "_source": "git://github.com/polymerelements/iron-flex-layout.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/iron-flex-layout" + "_originalSource": "polymerelements/iron-flex-layout" } \ No newline at end of file