Merge pull request #46 from Rawrington/dependabot/npm_and_yarn/react-16.14.0

Bump react from 16.12.0 to 16.14.0
This commit is contained in:
Rawrington 2020-12-17 17:11:48 +00:00 committed by GitHub
commit 75f7496ea9
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

@ -12059,9 +12059,9 @@
}
},
"react": {
"version": "16.12.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.12.0.tgz",
"integrity": "sha512-fglqy3k5E+81pA8s+7K0/T3DBCF0ZDOher1elBFzF7O6arXJgzyu/FW+COxFvAWXJoJN9KIZbT2LXlukwphYTA==",
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz",
"integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",

View File

@ -3,7 +3,7 @@
"version": "0.3.0",
"private": true,
"dependencies": {
"react": "^16.12.0",
"react": "^16.14.0",
"react-dom": "^16.13.0",
"react-scripts": "4.0.1"
},