diff --git a/package-lock.json b/package-lock.json index b555c90..4a5fc11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emeraldjava.github.io", - "version": "2024.11.16", + "version": "2024.02.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emeraldjava.github.io", - "version": "2024.11.16", + "version": "2024.02.10", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", @@ -36,7 +36,7 @@ "eslint": "^9.19.0", "eslint-plugin-astro": "^1.2.4", "globals": "^15.9.0", - "prettier": "^3.3.3", + "prettier": "^3.5.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6", "react": "^18.3.1", @@ -6950,9 +6950,9 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", + "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", "devOptional": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 9cf7a0d..5074b74 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint": "^9.19.0", "eslint-plugin-astro": "^1.2.4", "globals": "^15.9.0", - "prettier": "^3.3.3", + "prettier": "^3.5.1", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6", "react": "^18.3.1",