From 6fec74e24ba9c6cbacb57a56752f4844af6ae6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:54:25 +0000 Subject: [PATCH] Bump @babel/runtime from 7.14.0 to 7.14.6 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.14.0 to 7.14.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.6/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++------------ package.json | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) 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",