diff --git a/package-lock.json b/package-lock.json index 628ef3f..5ab9c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -832,9 +832,9 @@ } }, "@babel/polyfill": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.4.tgz", - "integrity": "sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.6.0.tgz", + "integrity": "sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" @@ -6685,9 +6685,9 @@ } }, "nextcloud-vue": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.3.tgz", - "integrity": "sha512-qH0s1A9jgsbd9LU+icOIkQIcu9HoY8IW+ELUmP+HJvOdLAjAh3TtEz9ifsy+RcnUUOqASTveSEqxVmXDckwWeQ==", + "version": "0.12.6", + "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.12.6.tgz", + "integrity": "sha512-UxtxItuhRXNaV3EO7Yef9xMbJnYxApf1YZIg01ltEf73d8WnqIH1CO75RL/wBdNz1eNDgHgBOv7OcXBk9ZJf9Q==", "requires": { "@babel/polyfill": "^7.4.4", "escape-html": "^1.0.3", diff --git a/package.json b/package.json index b585a7b..5984f56 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "json2csv": "4.5.3", "moment": "^2.23.0", "nextcloud-axios": "^0.2.1", - "nextcloud-vue": "^0.12.3", + "nextcloud-vue": "^0.12.6", "vue": "^2.6.10", "vue-clipboard2": "^0.3.1", "vue-router": "^3.1.3"