diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea33e0c9..6446c727 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -303,8 +303,8 @@ importers: workspace/prettier-config: dependencies: prettier-plugin-packagejson: - specifier: ^2.4.12 - version: 2.4.12(prettier@3.2.5) + specifier: ^2.4.13 + version: 2.4.13(prettier@3.2.5) prettier-plugin-tailwindcss: specifier: ^0.5.12 version: 0.5.12(prettier@3.2.5) @@ -6479,8 +6479,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.13(prettier@3.2.5): + resolution: {integrity: sha512-n64Y3E1iEese0RN0EmxM6E7dAiy47UPJOFyAjMNfZWPKQ1exwaaMTXEhK7vKIrbXLSmf2J9y4H5rnE1VII1vRg==} peerDependencies: prettier: '>= 1.16.0' peerDependenciesMeta: @@ -6488,7 +6488,7 @@ packages: optional: true dependencies: prettier: 3.2.5 - sort-package-json: 2.8.0 + sort-package-json: 2.9.0 synckit: 0.9.0 dev: false @@ -7080,8 +7080,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.9.0: + resolution: {integrity: sha512-vlEd6i57Eb9+ruta1+hID+emmAmGzWKraEX1kk5LAQ0k1glgDHOENeieqzfir0m8MHcebzDH4FEwqjPnMEjy2g==} hasBin: true dependencies: detect-indent: 7.0.1 diff --git a/workspace/prettier-config/package.json b/workspace/prettier-config/package.json index 7dd7ad74..c99e1af3 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.13", "prettier-plugin-tailwindcss": "^0.5.12" } }