From 00a3f5e05d2e87629495957a9220c8b0fb6a2e9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:47:41 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.4.2 (#801) Co-authored-by: renovate[bot] <29139614+renovate[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 b901ff3a..672254dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "ava": "6.2.0", "c8": "10.1.2", "nock": "13.5.6", - "prettier": "3.4.1", + "prettier": "3.4.2", "semantic-release": "24.2.0", "sinon": "19.0.2", "tempy": "1.0.1" @@ -7692,9 +7692,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 260ed1a0..bc452957 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "ava": "6.2.0", "c8": "10.1.2", "nock": "13.5.6", - "prettier": "3.4.1", + "prettier": "3.4.2", "semantic-release": "24.2.0", "sinon": "19.0.2", "tempy": "1.0.1"