diff --git a/package-lock.json b/package-lock.json index 18c3e2c..3b61aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,13 +14,13 @@ "@astrojs/tailwind": "^4.0.0", "astro": "^2.10.7", "polished": "^4.2.2", - "sharp": "^0.32.4", + "sharp": "^0.32.6", "svgo": "^3.0.2", "tailwindcss": "^3.3.3" }, "devDependencies": { - "prettier": "^3.0.1", - "prettier-plugin-astro": "^0.11.0", + "prettier": "^3.0.3", + "prettier-plugin-astro": "^0.12.0", "schema-dts": "^1.1.2" } }, @@ -4770,9 +4770,9 @@ } }, "node_modules/prettier": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz", - "integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", + "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -4785,9 +4785,9 @@ } }, "node_modules/prettier-plugin-astro": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.11.0.tgz", - "integrity": "sha512-rl2hJ4Kty/aEfGjk3i4JS+bpng9MjgvwqLRNzeb9NqYhqKoWNwOR39cIJXFjU1vR3zYOPnwWNRMelKb0orunYA==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-astro/-/prettier-plugin-astro-0.12.0.tgz", + "integrity": "sha512-8E+9YQR6/5CPZJs8XsfBw579zrwZkc0Wb7x0fRVm/51JC8Iys4lBw4ecV8fHwpbQnzve86TUa4fJ08BJzqfWnA==", "dev": true, "dependencies": { "@astrojs/compiler": "^1.5.5", @@ -4795,8 +4795,7 @@ "sass-formatter": "^0.7.6" }, "engines": { - "node": "^14.15.0 || >=16.0.0", - "pnpm": ">=7.14.0" + "node": "^14.15.0 || >=16.0.0" } }, "node_modules/prismjs": { @@ -5402,9 +5401,9 @@ "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==" }, "node_modules/sharp": { - "version": "0.32.4", - "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.4.tgz", - "integrity": "sha512-exUnZewqVZC6UXqXuQ8fyJJv0M968feBi04jb9GcUHrWtkRoAKnbJt8IfwT4NJs7FskArbJ14JAFGVuooszoGg==", + "version": "0.32.6", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", + "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==", "hasInstallScript": true, "dependencies": { "color": "^4.2.3", diff --git a/package.json b/package.json index 306c303..122340a 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,13 @@ "@astrojs/tailwind": "^4.0.0", "astro": "^2.10.7", "polished": "^4.2.2", - "sharp": "^0.32.4", + "sharp": "^0.32.6", "svgo": "^3.0.2", "tailwindcss": "^3.3.3" }, "devDependencies": { - "prettier": "^3.0.1", - "prettier-plugin-astro": "^0.11.0", + "prettier": "^3.0.3", + "prettier-plugin-astro": "^0.12.0", "schema-dts": "^1.1.2" } }