diff --git a/package-lock.json b/package-lock.json index 36fd701..9061b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,8 +42,8 @@ "peerDependencies": { "@babel/runtime": "^7.9.0", "prop-types": "^15.7.0", - "react": "^16.14.0", - "react-dom": "^16.14.0" + "react": ">=16.14.0", + "react-dom": ">=16.14.0" } }, "node_modules/@babel/cli": { @@ -8781,10 +8781,11 @@ } }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" },