Merge pull request #1644 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.9.2

Bump @babel/runtime from 7.8.7 to 7.9.2
This commit is contained in:
Julius Härtl
2020-03-29 09:39:54 +02:00
committed by GitHub
2 changed files with 4 additions and 11 deletions

13
package-lock.json generated
View File

@@ -1866,18 +1866,11 @@
}
},
"@babel/runtime": {
"version": "7.8.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz",
"integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==",
"version": "7.9.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz",
"integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==",
"requires": {
"regenerator-runtime": "^0.13.4"
},
"dependencies": {
"regenerator-runtime": {
"version": "0.13.4",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz",
"integrity": "sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g=="
}
}
},
"@babel/template": {

View File

@@ -27,7 +27,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@babel/runtime": "^7.9.2",
"@juliushaertl/vue-richtext": "^0.3.0",
"@nextcloud/auth": "^1.2.2",
"@nextcloud/axios": "^1.3.2",