From 99e0675d6fc589419efb8a12bc99e2ff53f596b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:12:53 +0000 Subject: [PATCH] bump(deps): update dependency prettier-plugin-packagejson to ^2.4.7 --- pnpm-lock.yaml | 14 +++++++------- workspace/prettier-config/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 21ddecfba..9b5569fbf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -349,8 +349,8 @@ importers: workspace/prettier-config: dependencies: prettier-plugin-packagejson: - specifier: ^2.4.6 - version: 2.4.6(prettier@3.1.1) + specifier: ^2.4.7 + version: 2.4.7(prettier@3.1.1) prettier-plugin-tailwindcss: specifier: ^0.5.7 version: 0.5.7(prettier@3.1.1) @@ -5532,8 +5532,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - /prettier-plugin-packagejson@2.4.6(prettier@3.1.1): - resolution: {integrity: sha512-5JGfzkJRL0DLNyhwmiAV9mV0hZLHDwddFCs2lc9CNxOChpoWUQVe8K4qTMktmevmDlMpok2uT10nvHUyU59sNw==} + /prettier-plugin-packagejson@2.4.7(prettier@3.1.1): + resolution: {integrity: sha512-/n1HGcBbuJyTlD3tb2/tW1mT5WIR6FCo+bAijHF6pNoSBf8YoxoskawjSY2ku9/8d6mdzci7oMchziI7CYEWYg==} peerDependencies: prettier: '>= 1.16.0' peerDependenciesMeta: @@ -5542,7 +5542,7 @@ packages: dependencies: prettier: 3.1.1 sort-package-json: 2.6.0 - synckit: 0.8.5 + synckit: 0.8.6 dev: false /prettier-plugin-tailwindcss@0.5.7(prettier@3.1.1): @@ -6271,8 +6271,8 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /synckit@0.8.5: - resolution: {integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==} + /synckit@0.8.6: + resolution: {integrity: sha512-laHF2savN6sMeHCjLRkheIU4wo3Zg9Ln5YOjOo7sZ5dVQW8yF5pPE5SIw1dsPhq3TRp1jisKRCdPhfs/1WMqDA==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@pkgr/utils': 2.4.2 diff --git a/workspace/prettier-config/package.json b/workspace/prettier-config/package.json index ece749201..4ef6555ba 100644 --- a/workspace/prettier-config/package.json +++ b/workspace/prettier-config/package.json @@ -3,7 +3,7 @@ "private": true, "main": "./index.js", "dependencies": { - "prettier-plugin-packagejson": "^2.4.6", + "prettier-plugin-packagejson": "^2.4.7", "prettier-plugin-tailwindcss": "^0.5.7" } }