diff --git a/github-action/package-lock.json b/github-action/package-lock.json index e653ee247..f658a1860 100644 --- a/github-action/package-lock.json +++ b/github-action/package-lock.json @@ -28,7 +28,7 @@ "jest": "^29.7.0", "jest-circus": "^29.7.0", "js-yaml": "^4.1.0", - "prettier": "^3.4.2", + "prettier": "^3.5.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" } @@ -6193,9 +6193,9 @@ } }, "node_modules/prettier": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", - "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz", + "integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==", "dev": true, "license": "MIT", "bin": { diff --git a/github-action/package.json b/github-action/package.json index dc349755e..c949aa478 100644 --- a/github-action/package.json +++ b/github-action/package.json @@ -45,7 +45,7 @@ "jest": "^29.7.0", "jest-circus": "^29.7.0", "js-yaml": "^4.1.0", - "prettier": "^3.4.2", + "prettier": "^3.5.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3", "@types/truncate-utf8-bytes": "^1.0.2"