diff --git a/package-lock.json b/package-lock.json index bacc14b..a65693d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-parallax-tilt": "^1.7.42", "react-pdf": "^5.7.1", "react-router-dom": "^6.2.2", - "react-scripts": "5.0.0", + "react-scripts": "^5.0.1", "react-tsparticles": "^1.42.2", "typewriter-effect": "^2.18.2", "web-vitals": "^2.1.4" @@ -15705,9 +15705,10 @@ } }, "node_modules/react-scripts": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.0.tgz", - "integrity": "sha512-3i0L2CyIlROz7mxETEdfif6Sfhh9Lfpzi10CtcGs1emDQStmZfWjJbAIMtRD0opVUjQuFWqHZyRZ9PPzKCFxWg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", + "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", + "license": "MIT", "dependencies": { "@babel/core": "^7.16.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", @@ -15725,7 +15726,7 @@ "dotenv": "^10.0.0", "dotenv-expand": "^5.1.0", "eslint": "^8.3.0", - "eslint-config-react-app": "^7.0.0", + "eslint-config-react-app": "^7.0.1", "eslint-webpack-plugin": "^3.1.1", "file-loader": "^6.2.0", "fs-extra": "^10.0.0", @@ -15742,7 +15743,7 @@ "postcss-preset-env": "^7.0.1", "prompts": "^2.4.2", "react-app-polyfill": "^3.0.0", - "react-dev-utils": "^12.0.0", + "react-dev-utils": "^12.0.1", "react-refresh": "^0.11.0", "resolve": "^1.20.0", "resolve-url-loader": "^4.0.0", diff --git a/package.json b/package.json index ff3bd4a..78adcbc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-parallax-tilt": "^1.7.42", "react-pdf": "^5.7.1", "react-router-dom": "^6.2.2", - "react-scripts": "5.0.0", + "react-scripts": "5.0.1", "react-tsparticles": "^1.42.2", "typewriter-effect": "^2.18.2", "web-vitals": "^2.1.4"