diff --git a/package-lock.json b/package-lock.json index 4a5fc11..ff98c43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emeraldjava.github.io", - "version": "2024.02.10", + "version": "2024.02.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emeraldjava.github.io", - "version": "2024.02.10", + "version": "2024.02.14", "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.5.1", + "prettier": "^3.5.3", "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.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", - "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "devOptional": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index fb1b274..a4a0464 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.5.1", + "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6", "react": "^18.3.1",