diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index dadb5296..11e4241d 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -33,7 +33,7 @@ "autoprefixer": "^10.4.14", "eslint": "^8.35.0", "eslint-config-react-app": "^7.0.1", - "eslint-config-standard-with-typescript": "^34.0.0", + "eslint-config-standard-with-typescript": "^36.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1", @@ -5321,16 +5321,16 @@ } }, "node_modules/eslint-config-standard-with-typescript": { - "version": "34.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-34.0.0.tgz", - "integrity": "sha512-zhCsI4/A0rJ1ma8sf3RLXYc0gc7yPmdTWRVXMh9dtqeUx3yBQyALH0wosHhk1uQ9QyItynLdNOtcHKNw8G7lQw==", + "version": "36.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-36.0.1.tgz", + "integrity": "sha512-D+3UFowzl0gF2neJNXL+MyXZMTjsVRkr4SuNzIjsv5T7l0mTymr1YiT+r48Xd+lgiPaifbWVuGz1iGxmvJdGkQ==", "dev": true, "dependencies": { - "@typescript-eslint/parser": "^5.0.0", + "@typescript-eslint/parser": "^5.50.0", "eslint-config-standard": "17.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", + "@typescript-eslint/eslint-plugin": "^5.50.0", "eslint": "^8.0.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", diff --git a/src/frontend/package.json b/src/frontend/package.json index f1713596..24577c04 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -41,7 +41,7 @@ "autoprefixer": "^10.4.14", "eslint": "^8.35.0", "eslint-config-react-app": "^7.0.1", - "eslint-config-standard-with-typescript": "^34.0.0", + "eslint-config-standard-with-typescript": "^36.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-promise": "^6.1.1",