Bump react-app-polyfill from 1.0.5 to 1.0.6

Bumps [react-app-polyfill](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-app-polyfill) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-app-polyfill@1.0.6/packages/react-app-polyfill)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-31 10:52:04 +00:00 committed by GitHub
parent ad23041c3e
commit f740cb0099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -8656,9 +8656,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "3.4.7", "version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.7.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-qaPVGw30J1wQ0GR3GvoPqlGf9GZfKKF4kFC7kiHlcsPTqH3txrs9crCp3ZiMAXuSenhz89Jnl4GZs/67S5VOSg==", "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==",
"dev": true "dev": true
}, },
"core-js-compat": { "core-js-compat": {
@ -22159,12 +22159,12 @@
} }
}, },
"react-app-polyfill": { "react-app-polyfill": {
"version": "1.0.5", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.5.tgz", "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz",
"integrity": "sha512-RcbV6+msbvZJZUIK/LX3UafPtoaDSJgUWu4sqBxHKTVmBsnlU2QWCKJRBRmgjxu+ivW/GPINbPWRM4Ppa6Lbgw==", "integrity": "sha512-OfBnObtnGgLGfweORmdZbyEz+3dgVePQBb3zipiaDsMHV1NpWm0rDFYIVXFV/AK+x4VIIfWHhrdMIeoTLyRr2g==",
"dev": true, "dev": true,
"requires": { "requires": {
"core-js": "^3.4.1", "core-js": "^3.5.0",
"object-assign": "^4.1.1", "object-assign": "^4.1.1",
"promise": "^8.0.3", "promise": "^8.0.3",
"raf": "^3.4.1", "raf": "^3.4.1",

View File

@ -86,7 +86,7 @@
"postcss-preset-env": "6.7.0", "postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1", "postcss-safe-parser": "4.0.1",
"react": "^16.12.0", "react": "^16.12.0",
"react-app-polyfill": "^1.0.5", "react-app-polyfill": "^1.0.6",
"react-dev-utils": "^10.0.0", "react-dev-utils": "^10.0.0",
"react-dom": "^16.12.0", "react-dom": "^16.12.0",
"resolve": "1.15.0", "resolve": "1.15.0",