From f413258e052d8612059389a3d18e8e9a76c22265 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 08:07:38 +0000 Subject: [PATCH] bump(deps): update dependency prettier-plugin-packagejson to ^2.4.14 --- pnpm-lock.yaml | 22 +++++++++++----------- workspace/prettier-config/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f9e72547..b479799a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -484,8 +484,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) @@ -2124,7 +2124,7 @@ packages: '@typescript-eslint/types': 7.3.1 '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.3.3) eslint: 8.57.0 - semver: 7.5.4 + semver: 7.6.0 transitivePeerDependencies: - supports-color - typescript @@ -4206,7 +4206,7 @@ packages: '@babel/parser': 7.23.6 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 7.5.4 + semver: 7.6.0 transitivePeerDependencies: - supports-color dev: true @@ -4876,7 +4876,7 @@ packages: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} engines: {node: '>=10'} dependencies: - semver: 7.5.4 + semver: 7.6.0 dev: true /makeerror@1.0.12: @@ -5757,8 +5757,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: @@ -5766,7 +5766,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 @@ -6162,7 +6162,6 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 - dev: false /server-only@0.0.1: resolution: {integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==} @@ -6292,8 +6291,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 @@ -6302,6 +6301,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 7dd7ad749..e3a2a3c47 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" } }