diff --git a/package-lock.json b/package-lock.json index ea1f62d..80103ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "postcss-cli": "^11.0.1" }, "devDependencies": { - "prettier": "^3.5.3" + "prettier": "^3.6.2" } }, "node_modules/@babel/code-frame": { @@ -1528,11 +1528,10 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "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.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", + "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "dev": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index 5e0752e..8c57f35 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "postcss-cli": "^11.0.1" }, "devDependencies": { - "prettier": "^3.5.3" + "prettier": "^3.6.2" } }