chore(deps-dev): bump @babel/plugin-proposal-function-bind

Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel) from 7.2.0 to 7.8.0.
- [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.2.0...v7.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-12 01:40:21 +00:00 committed by Michael Vines
parent fc53b38a5a
commit c0f806c4ef
1 changed files with 25 additions and 9 deletions

View File

@ -1101,13 +1101,21 @@
}
},
"@babel/plugin-proposal-function-bind": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-function-bind/-/plugin-proposal-function-bind-7.2.0.tgz",
"integrity": "sha512-qOFJ/eX1Is78sywwTxDcsntLOdb5ZlHVVqUz5xznq8ldAfOVIyZzp1JE2rzHnaksZIhrqMrwIpQL/qcEprnVbw==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-function-bind/-/plugin-proposal-function-bind-7.8.0.tgz",
"integrity": "sha512-mbGbYcKbRyws4YEyb1db/wGJ7qwkCWWAjG00QFPmtqHGRigIPJ54MZuSlgl3uTvHg6I3u5kGEMk4VJWaXv2mUw==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-function-bind": "^7.2.0"
"@babel/helper-plugin-utils": "^7.8.0",
"@babel/plugin-syntax-function-bind": "^7.8.0"
},
"dependencies": {
"@babel/helper-plugin-utils": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz",
"integrity": "sha512-+hAlRGdf8fHQAyNnDBqTHQhwdLURLdrCROoWaEQYiQhk2sV9Rhs+GoFZZfMJExTq9HG8o2NX3uN2G90bFtmFdA==",
"dev": true
}
}
},
"@babel/plugin-proposal-json-strings": {
@ -1179,12 +1187,20 @@
}
},
"@babel/plugin-syntax-function-bind": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-function-bind/-/plugin-syntax-function-bind-7.2.0.tgz",
"integrity": "sha512-/WzU1lLU2l0wDfB42Wkg6tahrmtBbiD8C4H6EGSX0M4GAjzN6JiOpq/Uh8G6GSoR6lPMvhjM0MNiV6znj6y/zg==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-function-bind/-/plugin-syntax-function-bind-7.8.0.tgz",
"integrity": "sha512-iHir8a9jJ4/DKseBhcPMQjBJvlnupXORLyxuevHC6XYnIe6jVd4jtAA1IgFUn0OXW4EkpFAcJcO6nW8y8nUUZw==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0"
"@babel/helper-plugin-utils": "^7.8.0"
},
"dependencies": {
"@babel/helper-plugin-utils": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.0.tgz",
"integrity": "sha512-+hAlRGdf8fHQAyNnDBqTHQhwdLURLdrCROoWaEQYiQhk2sV9Rhs+GoFZZfMJExTq9HG8o2NX3uN2G90bFtmFdA==",
"dev": true
}
}
},
"@babel/plugin-syntax-json-strings": {