diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 847dc1b..cf9813f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -276,8 +276,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) @@ -4510,8 +4510,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: @@ -4519,7 +4519,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 @@ -4915,8 +4915,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 @@ -4925,6 +4925,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" } }