diff --git a/package-lock.json b/package-lock.json index f0133f98..f5969cc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.43.0", - "prettier": "3.4.1" + "prettier": "3.4.2" }, "engines": { "node": "20.x" @@ -2105,9 +2105,9 @@ "license": "MIT" }, "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==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 5fc9b160..161455ef 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.43.0", - "prettier": "3.4.1" + "prettier": "3.4.2" }, "engines": { "node": "20.x"