From 09f33ced69ec25d08604efb55995bfc6fe4bdb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 14:36:14 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.3.1 (#313) Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.2.6 to 5.3.1. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-version: 5.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d30230c..f8a02a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "^8.57.1", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^25.7.0", - "eslint-plugin-prettier": "^5.2.6", + "eslint-plugin-prettier": "^5.3.1", "jest": "^27.5.1", "jest-circus": "^27.5.1", "js-yaml": "^4.1.0", @@ -3541,9 +3541,9 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz", - "integrity": "sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.3.1.tgz", + "integrity": "sha512-vad9VWgEm9xaVXRNmb4aeOt0PWDc61IAdzghkbYQ2wavgax148iKoX1rNJcgkBGCipzLzOnHYVgL7xudM9yccQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 17346dc..c1c8b26 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^8.57.1", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^25.7.0", - "eslint-plugin-prettier": "^5.2.6", + "eslint-plugin-prettier": "^5.3.1", "jest": "^27.5.1", "jest-circus": "^27.5.1", "js-yaml": "^4.1.0",