Merge pull request #3138 from nextcloud/dependabot/npm_and_yarn/master/babel/runtime-7.14.6

Bump @babel/runtime from 7.14.0 to 7.14.6
This commit is contained in:
Julius Härtl
2021-06-15 12:17:06 +02:00
committed by GitHub
2 changed files with 14 additions and 13 deletions

25
package-lock.json generated
View File

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

View File

@@ -29,7 +29,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.14.0", "@babel/runtime": "^7.14.6",
"@juliushaertl/vue-richtext": "^1.0.1", "@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0", "@nextcloud/axios": "^1.6.0",