diff --git a/package-lock.json b/package-lock.json index e10a99b99..d23f6c89b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "@juliushaertl/vue-richtext": "^1.0.1", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0", @@ -1673,10 +1673,14 @@ } }, "node_modules/@babel/runtime": { - "version": "7.14.0", - "license": "MIT", + "version": "7.14.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", + "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", "dependencies": { "regenerator-runtime": "^0.13.4" + }, + "engines": { + "node": ">=6.9.0" } }, "node_modules/@babel/template": { @@ -20961,7 +20965,9 @@ } }, "@babel/runtime": { - "version": "7.14.0", + "version": "7.14.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", + "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -21660,8 +21666,7 @@ "remark-external-links": "^8.0.0", "remark-parse": "^8.0.3", "remark-rehype": "^8.0.0 ", - "unified": "^9.2.0", - "vue": "^2.6.12" + "unified": "^9.2.0" }, "dependencies": { "core-js": { @@ -22005,9 +22010,7 @@ "resolved": "https://registry.npmjs.org/@nextcloud/vue-dashboard/-/vue-dashboard-2.0.1.tgz", "integrity": "sha512-eLzdK8Ey5rrs3D6i2OAA5jkZ6lklrAbfnRgL40tZLIJ+MEKvRuPOjwrzhJKxHgVp3rU1rEgkaaPvSNXRVGS1mQ==", "requires": { - "@nextcloud/vue": "^3.1.1", - "core-js": "^3.6.4", - "vue": "^2.6.11" + "core-js": "^3.6.4" }, "dependencies": { "core-js": { @@ -29673,9 +29676,7 @@ "@nextcloud/axios": "^1.5.0", "@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/router": "^1.2.0", - "@nextcloud/vue": "^3.1.2", - "lodash": "^4.17.20", - "vue": "^2.6.12" + "lodash": "^4.17.20" }, "dependencies": { "@nextcloud/browserslist-config": { diff --git a/package.json b/package.json index acf3b7182..e9ca0a425 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@babel/polyfill": "^7.12.1", - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "@juliushaertl/vue-richtext": "^1.0.1", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0",