diff --git a/package-lock.json b/package-lock.json index 7fe8ce7..978c7d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "lint-staged": "^15.5.0", "parcel": "^2.14.2", "postcss": "^8.5.3", - "prettier": "^3.5.3", + "prettier": "^3.8.0", "prettier-plugin-tailwindcss": "^0.6.11", "process": "^0.11.10", "tailwindcss": "^3.4.17", @@ -4788,9 +4788,9 @@ } }, "node_modules/prettier": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", - "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", + "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", "dev": true, "license": "MIT", "bin": { @@ -5276,21 +5276,6 @@ "node": ">=0.10.0" } }, - "node_modules/srcset": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/srcset/-/srcset-5.0.1.tgz", - "integrity": "sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/string-argv": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", diff --git a/package.json b/package.json index 374db79..20b1831 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lint-staged": "^15.5.0", "parcel": "^2.14.2", "postcss": "^8.5.3", - "prettier": "^3.5.3", + "prettier": "^3.8.0", "prettier-plugin-tailwindcss": "^0.6.11", "process": "^0.11.10", "tailwindcss": "^3.4.17",