Bump @babel/polyfill from 7.4.0 to 7.4.3

Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.4.0 to 7.4.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.4.0...v7.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-03 01:27:35 +00:00
parent 843cbc1b50
commit a4965a557e
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1217,9 +1217,9 @@
}
},
"@babel/polyfill": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.0.tgz",
"integrity": "sha512-bVsjsrtsDflIHp5I6caaAa2V25Kzn50HKPL6g3X0P0ni1ks+58cPB8Mz6AOKVuRPgaVdq/OwEUc/1vKqX+Mo4A==",
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.3.tgz",
"integrity": "sha512-rkv8WIvJshA5Ev8iNMGgz5WZkRtgtiPexiT7w5qevGTuT7ZBfM3de9ox1y9JR5/OXb/sWGBbWlHNa7vQKqku3Q==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2"

View file

@ -25,7 +25,7 @@
"bugs": "https://github.com/nextcloud/tasks/issues",
"contributors": [],
"dependencies": {
"@babel/polyfill": "^7.4.0",
"@babel/polyfill": "^7.4.3",
"axios": "^0.18.0",
"cdav-library": "github:nextcloud/cdav-library#3ec4dae028f086fed3e1baa49ec6f6dd04c95043",
"ical.js": "~1.3.0",