diff --git a/core/js/dist/main.js b/core/js/dist/main.js index 1cf051e0eae6c301638167dec267386bb503f1da..1d7b8b5b15fa85354b26f6274d4737a4298fcba6 100644 Binary files a/core/js/dist/main.js and b/core/js/dist/main.js differ diff --git a/core/js/dist/main.js.map b/core/js/dist/main.js.map index 03e291049087f21610d7c256a907012c61b960f4..7bb88b11673a1c67c2d8fd432a77eb7dd4495aea 100644 Binary files a/core/js/dist/main.js.map and b/core/js/dist/main.js.map differ diff --git a/package-lock.json b/package-lock.json index 9da2341b5c02a2ec1d8c88c5c8e640010e395b4d..f2d5571c1d1d806accfa8180235cf4c15d6c8163 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1282,7 +1282,7 @@ }, "async": { "version": "1.5.2", - "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" }, "async-each": { @@ -2060,9 +2060,9 @@ } }, "css-vars-ponyfill": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-1.16.2.tgz", - "integrity": "sha512-cnF2KwwMPjU+P5jgDnPv/o+RioqDyjw81YNLki3rEPDp28xYE0zjpN23RaFF/pimmS4G4MG1eJtSYGaf19mvyw==" + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-1.16.3.tgz", + "integrity": "sha512-JpMyaChvHNAGo21ap+NmzcALPq4fk8d5Yw8g92MCexMtGmKYXwX/53rMCnHDT/YpQIoW6URNpBENkMi+Wu4qkg==" }, "cssesc": { "version": "0.1.0", diff --git a/package.json b/package.json index a6eaf44f452070015378522b30c5811e3e998575..2f5d0e1fa0f2d3a215f78cce196b70c5af752549 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "blueimp-md5": "^2.10.0", "bootstrap": "^3.4.0", "clipboard": "^2.0.4", - "css-vars-ponyfill": "^1.16.2", + "css-vars-ponyfill": "^1.16.3", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3", "dompurify": "^1.0.9", "handlebars": "^4.0.12",