Merge pull request #458 from hodgef/dependabot/npm_and_yarn/react-16.13.1

This commit is contained in:
dependabot-preview[bot] 2020-03-20 10:43:28 +00:00 committed by GitHub
commit fda954dfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -22633,9 +22633,9 @@
}
},
"react": {
"version": "16.13.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.13.0.tgz",
"integrity": "sha512-TSavZz2iSLkq5/oiE7gnFzmURKZMltmi193rm5HEoUDAXpzT9Kzw6oNZnGoai/4+fUnm7FqS5dwgUL34TujcWQ==",
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz",
"integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==",
"dev": true,
"requires": {
"loose-envify": "^1.1.0",

View File

@ -85,7 +85,7 @@
"postcss-safe-parser": "4.0.2",
"prettier": "^1.19.1",
"prettier-webpack-plugin": "^1.2.0",
"react": "^16.13.0",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-dev-utils": "10.1.0",
"react-dom": "^16.13.0",