Merge pull request #132 from oceanprotocol/dependabot/npm_and_yarn/react-16.14.0

Bump react from 16.13.1 to 16.14.0
This commit is contained in:
Matthias Kretschmann 2021-02-15 05:23:45 +01:00 committed by GitHub
commit d9e39a538b
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

@ -9664,9 +9664,9 @@
}
},
"react": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz",
"integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==",
"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

@ -21,7 +21,7 @@
"next": "^9.5.5",
"next-seo": "^4.7.3",
"next-svgr": "^0.0.2",
"react": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-dropzone": "^11.3.1"
},