deps: bump @prettier/sync from 0.3.0 to 0.5.0 (#942)
Bumps [@prettier/sync](https://github.com/prettier/prettier-synchronized) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/prettier/prettier-synchronized/releases) - [Commits](https://github.com/prettier/prettier-synchronized/compare/v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: "@prettier/sync" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jan 24, 2024 at 12:35 UTC
18afaf667ab6e86540a01f97bef1ba2629755fee
2 files changed
+17
-6
cli/package.json
+1
-1
@@ -18,7 +18,7 @@
18
},
19
"dependencies": {
20
"@octokit/rest": "^20.0.2",
21
- "@prettier/sync": "^0.3.0",
21
+ "@prettier/sync": "^0.5.0",
22
"front-matter": "^4.0.2",
23
"minimatch": "^9.0.3",
24
"minipass": "^7.0.4",
package-lock.json
+16
-5
@@ -78,7 +78,7 @@
78
"cli": {
79
"dependencies": {
80
"@octokit/rest": "^20.0.2",
81
- "@prettier/sync": "^0.3.0",
81
+ "@prettier/sync": "^0.5.0",
82
"front-matter": "^4.0.2",
83
"minimatch": "^9.0.3",
84
"minipass": "^7.0.4",
@@ -8284,14 +8284,17 @@
8284
}
8285
},
8286
"node_modules/@prettier/sync": {
8287
- "version": "0.3.0",
8288
- "resolved": "https://registry.npmjs.org/@prettier/sync/-/sync-0.3.0.tgz",
8289
- "integrity": "sha512-3dcmCyAxIcxy036h1I7MQU/uEEBq8oLwf1CE3xeze+MPlgkdlb/+w6rGR/1dhp6Hqi17fRS6nvwnOzkESxEkOw==",
8287
+ "version": "0.5.0",
8288
+ "resolved": "https://registry.npmjs.org/@prettier/sync/-/sync-0.5.0.tgz",
8289
+ "integrity": "sha512-1a6veNypZYkSbU33anha4Pdna9Jz3HXUc0aru7sgN7HuyJHPIVNdCTfjhm1S+mG9yXmWuAO+a6I+Cznp9Ogt3A==",
8290
+ "dependencies": {
8291
+ "make-synchronized": "^0.2.5"
8292
+ },
8293
"funding": {
8294
"url": "https://github.com/prettier/prettier-synchronized?sponsor=1"
8295
},
8296
"peerDependencies": {
8294
- "prettier": "^3.0.0"
8297
+ "prettier": "*"
8298
}
8299
},
8300
"node_modules/@primer/behaviors": {
@@ -26539,6 +26542,14 @@
26542
"node": "^16.14.0 || >=18.0.0"
26543
}
26544
},
26545
+ "node_modules/make-synchronized": {
26546
+ "version": "0.2.7",
26547
+ "resolved": "https://registry.npmjs.org/make-synchronized/-/make-synchronized-0.2.7.tgz",
26548
+ "integrity": "sha512-tbTJaNgmKV3E6yYxEN5djObcMt0j1WB2ltn8JteZYczrdFkGMor3KAraPGUf4NJsf5u+FvJbgbGGL35N3J6VVw==",
26549
+ "funding": {
26550
+ "url": "https://github.com/fisker/make-synchronized?sponsor=1"
26551
+ }
26552
+ },
26553
"node_modules/makeerror": {
26554
"version": "1.0.12",
26555
"resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",