diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dae27498..0496a228 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.12.10", "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.9.1", - "@material-ui/lab": "^4.0.0-alpha.56", + "@material-ui/lab": "^4.0.0-alpha.58", "@reduxjs/toolkit": "^1.4.0", "babel-install": "^2.1.0", "babel-plugin-import": "^1.13.1", @@ -21,7 +21,7 @@ "dateformat": "^4.5.1", "email-validator": "^2.0.4", "form-data": "^3.0.0", - "formik": "^2.2.1", + "formik": "^2.2.9", "formik-material-ui": "^3.0.0", "hamburger-react": "^2.3.0", "immutable": "^4.0.0-rc.12", @@ -32,11 +32,11 @@ "next": "^10.2.3", "next-pwa": "^5.0.6", "next-redux-wrapper": "^6.0.2", - "react": "^17.0.1", + "react": "^17.0.2", "react-animated-burgers": "^1.2.8", "react-burger-menu": "^3.0.6", "react-cookie": "^4.0.3", - "react-dom": "^17.0.1", + "react-dom": "^17.0.2", "react-google-recaptcha": "^2.1.0", "react-particles-js": "^3.4.1", "react-redux": "^7.2.3", @@ -51,7 +51,7 @@ }, "devDependencies": { "babel-plugin-styled-components": "^1.12.0", - "eslint": "^7.12.1", + "eslint": "^7.29.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", @@ -4183,9 +4183,9 @@ } }, "node_modules/eslint": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", - "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz", + "integrity": "sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==", "dev": true, "dependencies": { "@babel/code-frame": "7.12.11", @@ -13635,9 +13635,9 @@ } }, "eslint": { - "version": "7.28.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz", - "integrity": "sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==", + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz", + "integrity": "sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==", "dev": true, "requires": { "@babel/code-frame": "7.12.11", @@ -14261,13 +14261,6 @@ "react-fast-compare": "^2.0.1", "tiny-warning": "^1.0.2", "tslib": "^1.10.0" - }, - "dependencies": { - "lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" - } } }, "formik-material-ui": { diff --git a/frontend/package.json b/frontend/package.json index 5b399e55..aa88ac75 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "babel-plugin-styled-components": "^1.12.0", - "eslint": "^7.12.1", + "eslint": "^7.29.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1",