Merge pull request #2056 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.10.3

This commit is contained in:
dependabot-preview[bot] 2020-06-21 09:34:08 +00:00 коммит произвёл GitHub
Родитель 61f4fd5482 819ed796b8
Коммит 11ded1d74d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

6
package-lock.json сгенерированный
Просмотреть файл

@ -3926,9 +3926,9 @@
}
},
"@babel/runtime": {
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
"version": "7.10.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz",
"integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

Просмотреть файл

@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@babel/runtime": "^7.10.3",
"@juliushaertl/vue-richtext": "^0.3.1",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.2",