diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1fc30edf..9d8ad8b4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -51,7 +51,7 @@ "@playwright/test": "^1.49.1", "@react-router/dev": "^7.1.1", "@testing-library/react": "^16.1.0", - "@trivago/prettier-plugin-sort-imports": "^5.2.0", + "@trivago/prettier-plugin-sort-imports": "^5.2.1", "@types/compression": "^1.7.5", "@types/eslint__eslintrc": "^2.1.2", "@types/eslint-plugin-jsx-a11y": "^6.10.0", @@ -3481,11 +3481,10 @@ } }, "node_modules/@trivago/prettier-plugin-sort-imports": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-5.2.0.tgz", - "integrity": "sha512-yEIJ7xMKYQwyNRjxSdi4Gs37iszikAjxfky+3hu9bn24u8eHLJNDMAoOTyowp8p6EpSl8IQMdkfBx+WnJTttsw==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-5.2.1.tgz", + "integrity": "sha512-NDZndt0fmVThIx/8cExuJHLZagUVzfGCoVrwH9x6aZvwfBdkrDFTYujecek6X2WpG4uUFsVaPg5+aNQPSyjcmw==", "dev": true, - "license": "Apache-2.0", "dependencies": { "@babel/generator": "^7.26.2", "@babel/parser": "^7.26.2", @@ -3501,7 +3500,7 @@ "@vue/compiler-sfc": "3.x", "prettier": "2.x - 3.x", "prettier-plugin-svelte": "3.x", - "svelte": "4.x" + "svelte": "4.x || 5.x" }, "peerDependenciesMeta": { "@vue/compiler-sfc": { diff --git a/frontend/package.json b/frontend/package.json index e0f0dfb7..88512bbd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ "@playwright/test": "^1.49.1", "@react-router/dev": "^7.1.1", "@testing-library/react": "^16.1.0", - "@trivago/prettier-plugin-sort-imports": "^5.2.0", + "@trivago/prettier-plugin-sort-imports": "^5.2.1", "@types/compression": "^1.7.5", "@types/eslint__eslintrc": "^2.1.2", "@types/eslint-plugin-jsx-a11y": "^6.10.0",