From aa42bb074e5a3725f9dce2dea0b389352859e5f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 10:42:29 +0000 Subject: [PATCH] bump(deps): update dependency prettier-plugin-packagejson to ^2.4.14 --- pnpm-lock.yaml | 15 ++++++++------- workspace/prettier-config/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f35b375..5a965b5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,8 +104,8 @@ importers: workspace/prettier-config: dependencies: prettier-plugin-packagejson: - specifier: ^2.4.12 - version: 2.4.12(prettier@3.2.5) + specifier: ^2.4.14 + version: 2.4.14(prettier@3.2.5) prettier-plugin-tailwindcss: specifier: ^0.5.12 version: 0.5.12(prettier@3.2.5) @@ -4143,8 +4143,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - /prettier-plugin-packagejson@2.4.12(prettier@3.2.5): - resolution: {integrity: sha512-hifuuOgw5rHHTdouw9VrhT8+Nd7UwxtL1qco8dUfd4XUFQL6ia3xyjSxhPQTsGnSYFraTWy5Omb+MZm/OWDTpQ==} + /prettier-plugin-packagejson@2.4.14(prettier@3.2.5): + resolution: {integrity: sha512-sli+gV5tW7uxvzDZQscaBtSfbyAW2ToL6n/HGt51PipwX9vI7M54vefG0mKSfklVkT29TNGO6Mo6g8c6Z79gmw==} peerDependencies: prettier: '>= 1.16.0' peerDependenciesMeta: @@ -4152,7 +4152,7 @@ packages: optional: true dependencies: prettier: 3.2.5 - sort-package-json: 2.8.0 + sort-package-json: 2.10.0 synckit: 0.9.0 dev: false @@ -4522,8 +4522,8 @@ packages: resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} dev: false - /sort-package-json@2.8.0: - resolution: {integrity: sha512-PxeNg93bTJWmDGnu0HADDucoxfFiKkIr73Kv85EBThlI1YQPdc0XovBgg2llD0iABZbu2SlKo8ntGmOP9wOj/g==} + /sort-package-json@2.10.0: + resolution: {integrity: sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==} hasBin: true dependencies: detect-indent: 7.0.1 @@ -4532,6 +4532,7 @@ packages: git-hooks-list: 3.1.0 globby: 13.2.2 is-plain-obj: 4.1.0 + semver: 7.6.0 sort-object-keys: 1.1.3 dev: false diff --git a/workspace/prettier-config/package.json b/workspace/prettier-config/package.json index 7dd7ad7..e3a2a3c 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.12", + "prettier-plugin-packagejson": "^2.4.14", "prettier-plugin-tailwindcss": "^0.5.12" } }