diff --git a/package-lock.json b/package-lock.json index 66616d60c..3f89af646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ ], "devDependencies": { "@playwright/test": "^1.39.0", - "@types/node": "^20.8.8", + "@types/node": "^20.8.10", "husky": "^8.0.0", "lint-staged": "^14.0.0", "turbo": "1.10.16" @@ -39,7 +39,7 @@ "eslint-config-prettier": "^9.0.0", "eslint-plugin-jest": "^27.2.3", "jest": "^29.6.4", - "prettier": "^3.0.3", + "prettier": "^3.1.0", "shx": "^0.3.4", "supertest": "^6.3.3" } @@ -300,7 +300,7 @@ "eslint-config-next": "^13.4.13", "eslint-config-prettier": "^8.10.0", "eslint-plugin-unused-imports": "^3.0.0", - "prettier": "^3.0.1", + "prettier": "^3.1.0", "shx": "^0.3.4" } }, @@ -20812,9 +20812,10 @@ } }, "node_modules/prettier": { - "version": "3.0.3", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "devOptional": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" },