diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8602dff..0f8dbca 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,6 +31,6 @@ updates: commit-message: prefix: "chore" groups: - github-actions: + npm: patterns: - "*" diff --git a/package.json b/package.json index 201c564..90b67c7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "husky": "8.0.3", "lint-staged": "15.2.0", - "prettier": "3.2.2" + "prettier": "3.2.4" }, "lint-staged": { "*.{css,html,js,json,jsx,ts,tsx,yaml,yml}": [ diff --git a/yarn.lock b/yarn.lock index 6d3b2bf..2fce2ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -264,10 +264,10 @@ pidtree@0.6.0: resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c" integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g== -prettier@3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65" - integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A== +prettier@3.2.4: + version "3.2.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" + integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== restore-cursor@^4.0.0: version "4.0.0"