deps: bump @prettier/sync from 0.5.0 to 0.5.1 (#968)

Bumps [@prettier/sync](https://github.com/prettier/prettier-synchronized) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/prettier/prettier-synchronized/releases) - [Commits](https://github.com/prettier/prettier-synchronized/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: "@prettier/sync" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Mar 14, 2024 at 18:08 UTC 60dcfcb55675654fafe40d099c1fc26437ab83a1
1 file changed +7 -7
package-lock.json
+7 -7
@@ -8289,11 +8289,11 @@
8289 }
8290 },
8291 "node_modules/@prettier/sync": {
8292 - "version": "0.5.0",
8293 - "resolved": "https://registry.npmjs.org/@prettier/sync/-/sync-0.5.0.tgz",
8294 - "integrity": "sha512-1a6veNypZYkSbU33anha4Pdna9Jz3HXUc0aru7sgN7HuyJHPIVNdCTfjhm1S+mG9yXmWuAO+a6I+Cznp9Ogt3A==",
8292 + "version": "0.5.1",
8293 + "resolved": "https://registry.npmjs.org/@prettier/sync/-/sync-0.5.1.tgz",
8294 + "integrity": "sha512-tpF+A1e4ynO2U4fTH21Sjgm9EYENmqg4zmJCMLrmLVfzIzuDc1cKGXyxrxbFgcH8qQRfowyDCZFAUukwhiZlsw==",
8295 "dependencies": {
8296 - "make-synchronized": "^0.2.5"
8296 + "make-synchronized": "^0.2.8"
8297 },
8298 "funding": {
8299 "url": "https://github.com/prettier/prettier-synchronized?sponsor=1"
@@ -26603,9 +26603,9 @@
26603 }
26604 },
26605 "node_modules/make-synchronized": {
26606 - "version": "0.2.7",
26607 - "resolved": "https://registry.npmjs.org/make-synchronized/-/make-synchronized-0.2.7.tgz",
26608 - "integrity": "sha512-tbTJaNgmKV3E6yYxEN5djObcMt0j1WB2ltn8JteZYczrdFkGMor3KAraPGUf4NJsf5u+FvJbgbGGL35N3J6VVw==",
26606 + "version": "0.2.8",
26607 + "resolved": "https://registry.npmjs.org/make-synchronized/-/make-synchronized-0.2.8.tgz",
26608 + "integrity": "sha512-jtXnKYCxjmGaXiZhXbDbGPbh4YyTvIIbOgcQjtAboc4RSm9k3nyhTFvFQB0cfs7QFKuZXKe2D2RvOkv1c+vpxg==",
26609 "funding": {
26610 "url": "https://github.com/fisker/make-synchronized?sponsor=1"
26611 }