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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-15 09:54:25 +00:00
committed by GitHub
parent b0c62b1921
commit 6fec74e24b
2 changed files with 14 additions and 13 deletions

25
package-lock.json generated
View File

@@ -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": {