diff --git a/package-lock.json b/package-lock.json index bb7e0f3..254b0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/lodash": "4.17.13", "dotenv": "16.4.5", "flickr-sdk": "7.0.0-beta.9", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-plugin-astro": "0.14.1", "prettier-plugin-astro-organize-imports": "0.4.10", "prettier-plugin-tailwindcss": "0.6.9" @@ -6231,11 +6231,10 @@ } }, "node_modules/prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", - "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "devOptional": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index 70644c9..1c80a77 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/lodash": "4.17.13", "dotenv": "16.4.5", "flickr-sdk": "7.0.0-beta.9", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-plugin-astro": "0.14.1", "prettier-plugin-astro-organize-imports": "0.4.10", "prettier-plugin-tailwindcss": "0.6.9"