Merge pull request #771 from hodgef/dependabot/npm_and_yarn/react-app-polyfill-2.0.0

This commit is contained in:
dependabot-preview[bot] 2020-10-25 06:08:19 +00:00 committed by GitHub
commit 13ca22d5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -17131,17 +17131,17 @@
}
},
"react-app-polyfill": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz",
"integrity": "sha512-OfBnObtnGgLGfweORmdZbyEz+3dgVePQBb3zipiaDsMHV1NpWm0rDFYIVXFV/AK+x4VIIfWHhrdMIeoTLyRr2g==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz",
"integrity": "sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==",
"dev": true,
"requires": {
"core-js": "^3.5.0",
"core-js": "^3.6.5",
"object-assign": "^4.1.1",
"promise": "^8.0.3",
"promise": "^8.1.0",
"raf": "^3.4.1",
"regenerator-runtime": "^0.13.3",
"whatwg-fetch": "^3.0.0"
"regenerator-runtime": "^0.13.7",
"whatwg-fetch": "^3.4.1"
}
},
"react-dev-utils": {
@ -21450,9 +21450,9 @@
}
},
"whatwg-fetch": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.3.1.tgz",
"integrity": "sha512-faXTmGDcLuEPBpJwb5LQfyxvubKiE+RlbmmweFGKjvIPFj4uHTTfdtTIkdTRhC6OSH9S9eyYbx8kZ0UEaQqYTA==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz",
"integrity": "sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ==",
"dev": true
},
"whatwg-mimetype": {

View File

@ -88,7 +88,7 @@
"prettier": "^1.19.1",
"prettier-webpack-plugin": "^1.2.0",
"react": "^17.0.0",
"react-app-polyfill": "^1.0.6",
"react-app-polyfill": "^2.0.0",
"react-dev-utils": "^11.0.0",
"react-dom": "^17.0.0",
"resolve": "1.18.1",