From 7229ea7a47dec448c0a4e876a9a0a545f1be4f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:44:08 +0000 Subject: [PATCH] Bump prettier from 3.0.3 to 3.4.2 in /github-action Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.4.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.3...3.4.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- github-action/package-lock.json | 15 ++++++++------- github-action/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/github-action/package-lock.json b/github-action/package-lock.json index f628ac9b9..451595136 100644 --- a/github-action/package-lock.json +++ b/github-action/package-lock.json @@ -27,7 +27,7 @@ "jest": "^29.7.0", "jest-circus": "^29.7.0", "js-yaml": "^4.1.0", - "prettier": "^3.0.3", + "prettier": "^3.4.2", "ts-jest": "^29.1.1", "typescript": "^5.2.2" } @@ -5819,10 +5819,11 @@ } }, "node_modules/prettier": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", - "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", + "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": { "prettier": "bin/prettier.cjs" }, @@ -11307,9 +11308,9 @@ "dev": true }, "prettier": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", - "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "dev": true }, "prettier-linter-helpers": { diff --git a/github-action/package.json b/github-action/package.json index 6434957c3..852858176 100644 --- a/github-action/package.json +++ b/github-action/package.json @@ -44,7 +44,7 @@ "jest": "^29.7.0", "jest-circus": "^29.7.0", "js-yaml": "^4.1.0", - "prettier": "^3.0.3", + "prettier": "^3.4.2", "ts-jest": "^29.1.1", "typescript": "^5.2.2", "@types/truncate-utf8-bytes": "^1.0.2"