Merge pull request #2456 from nextcloud/dependabot/npm_and_yarn/master/babel/polyfill-7.12.1

Bump @babel/polyfill from 7.11.5 to 7.12.1
This commit is contained in:
Julius Härtl
2020-11-02 12:14:00 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3570,9 +3570,9 @@
} }
}, },
"@babel/polyfill": { "@babel/polyfill": {
"version": "7.11.5", "version": "7.12.1",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.11.5.tgz", "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz",
"integrity": "sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==", "integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==",
"requires": { "requires": {
"core-js": "^2.6.5", "core-js": "^2.6.5",
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"

View File

@@ -28,7 +28,7 @@
"test:coverage": "jest --coverage" "test:coverage": "jest --coverage"
}, },
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.11.5", "@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.12.1", "@babel/runtime": "^7.12.1",
"@juliushaertl/vue-richtext": "^0.3.3", "@juliushaertl/vue-richtext": "^0.3.3",
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",