diff --git a/package-lock.json b/package-lock.json index 2cfc2901..7967711f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-json": "4.0.1", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-promise": "7.2.1", - "prettier": "3.4.1", + "prettier": "3.4.2", "stylelint": "16.11.0", "stylelint-config-standard": "36.0.1", "typescript": "5.7.2", @@ -4518,9 +4518,9 @@ } }, "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, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 7c5ed7f1..da770fe8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-plugin-json": "4.0.1", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-promise": "7.2.1", - "prettier": "3.4.1", + "prettier": "3.4.2", "stylelint": "16.11.0", "stylelint-config-standard": "36.0.1", "typescript": "5.7.2",