diff --git a/evaluation-app/frontend/package-lock.json b/evaluation-app/frontend/package-lock.json index 6617e89..abe6caf 100644 --- a/evaluation-app/frontend/package-lock.json +++ b/evaluation-app/frontend/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react-hooks": "^7.0.1", "postcss": "^8.5.6", - "prettier": "^3.7.1", + "prettier": "^3.7.4", "typescript": "^5.9.3", "typescript-eslint": "^8.48.0", "vite": "^7.2.4" @@ -6553,6 +6553,7 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -6610,9 +6611,9 @@ } }, "node_modules/prettier": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.1.tgz", - "integrity": "sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", + "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", "dev": true, "license": "MIT", "bin": { diff --git a/evaluation-app/frontend/package.json b/evaluation-app/frontend/package.json index f622ba3..5bde97b 100644 --- a/evaluation-app/frontend/package.json +++ b/evaluation-app/frontend/package.json @@ -28,7 +28,7 @@ "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react-hooks": "^7.0.1", "postcss": "^8.5.6", - "prettier": "^3.7.1", + "prettier": "^3.7.4", "typescript": "^5.9.3", "typescript-eslint": "^8.48.0", "vite": "^7.2.4"