diff --git a/package.json b/package.json index b7774d6..8f16713 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "replace-in-file": "7.0.2" }, "devDependencies": { - "prettier": "3.1.0" + "prettier": "3.1.1" }, "publishConfig": { "registry": "https://forgejo.romanjaros.dev/api/packages/procyon/npm/" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3b7fc0..91cb4fd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,8 +17,8 @@ dependencies: devDependencies: prettier: - specifier: 3.1.0 - version: 3.1.0 + specifier: 3.1.1 + version: 3.1.1 packages: @@ -139,8 +139,8 @@ packages: wrappy: 1.0.2 dev: false - /prettier@3.1.0: - resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} + /prettier@3.1.1: + resolution: {integrity: sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==} engines: {node: '>=14'} hasBin: true dev: true diff --git a/source/rest/package.json b/source/rest/package.json index 0120520..7adf055 100644 --- a/source/rest/package.json +++ b/source/rest/package.json @@ -47,7 +47,7 @@ "eslint": "8.55.0", "execa": "8.0.1", "jest": "29.7.0", - "prettier": "3.1.0", + "prettier": "3.1.1", "source-map-support": "0.5.21", "supertest": "6.3.3", "ts-jest": "29.1.1", diff --git a/source/ui/package.json b/source/ui/package.json index 125cf72..4ba2b26 100644 --- a/source/ui/package.json +++ b/source/ui/package.json @@ -77,7 +77,7 @@ "nightwatch": "3.3.3", "postcss": "8.4.32", "postcss-loader": "7.3.3", - "prettier": "3.1.0", + "prettier": "3.1.1", "tailwindcss": "3.3.6", "ts-node": "10.9.2", "ts-jest": "29.1.1",