Merge pull request #965 from nextcloud/dependabot/npm_and_yarn/babel/runtime-7.11.2

pull/986/head
dependabot-preview[bot] 2020-08-24 06:32:41 +00:00 zatwierdzone przez GitHub
commit 12d37f8ecc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 4 usunięć

6
package-lock.json wygenerowano
Wyświetl plik

@ -2864,9 +2864,9 @@
}
},
"@babel/runtime": {
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz",
"integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==",
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

Wyświetl plik

@ -27,7 +27,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.3",
"@nextcloud/logger": "^1.1.2",