Merge pull request #2098 from nextcloud/dependabot/npm_and_yarn/babel/polyfill-7.10.4

Bump @babel/polyfill from 7.10.1 to 7.10.4
This commit is contained in:
Julius Härtl
2020-07-11 11:15:40 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2817,9 +2817,9 @@
}
},
"@babel/polyfill": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.1.tgz",
"integrity": "sha512-TviueJ4PBW5p48ra8IMtLXVkDucrlOZAIZ+EXqS3Ot4eukHbWiqcn7DcqpA1k5PcKtmJ4Xl9xwdv6yQvvcA+3g==",
"version": "7.10.4",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.4.tgz",
"integrity": "sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.4"

View File

@@ -28,7 +28,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@babel/polyfill": "^7.10.4",
"@babel/runtime": "^7.10.3",
"@juliushaertl/vue-richtext": "^0.3.1",
"@nextcloud/auth": "^1.3.0",