chore(deps): Bump the dependencies group with 1 update (#11728)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-23 17:48:03 +01:00 committed by GitHub
parent 6147abbdef
commit 9c4bcecb7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 6 deletions

21
package-lock.json generated
View File

@ -1216,14 +1216,17 @@
"link": true
},
"node_modules/@prettier/sync": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@prettier/sync/-/sync-0.3.0.tgz",
"integrity": "sha512-3dcmCyAxIcxy036h1I7MQU/uEEBq8oLwf1CE3xeze+MPlgkdlb/+w6rGR/1dhp6Hqi17fRS6nvwnOzkESxEkOw==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@prettier/sync/-/sync-0.5.0.tgz",
"integrity": "sha512-1a6veNypZYkSbU33anha4Pdna9Jz3HXUc0aru7sgN7HuyJHPIVNdCTfjhm1S+mG9yXmWuAO+a6I+Cznp9Ogt3A==",
"dependencies": {
"make-synchronized": "^0.2.5"
},
"funding": {
"url": "https://github.com/prettier/prettier-synchronized?sponsor=1"
},
"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "*"
}
},
"node_modules/@puppeteer-test/installation": {
@ -6535,6 +6538,14 @@
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/make-synchronized": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/make-synchronized/-/make-synchronized-0.2.5.tgz",
"integrity": "sha512-AFjrjtnw9HHsvcgCil//XT/u6nDLNnWwG0KCAhz3jGGthN9vgyOPzFtB6YtdPUtFaZk4vjvNeowARw5qt8k3ow==",
"funding": {
"url": "https://github.com/fisker/make-synchronized?sponsor=1"
}
},
"node_modules/map-obj": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz",
@ -11213,7 +11224,7 @@
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@prettier/sync": "0.3.0"
"@prettier/sync": "0.5.0"
}
},
"tools/mocha-runner": {

View File

@ -32,6 +32,6 @@
"author": "The Chromium Authors",
"license": "Apache-2.0",
"dependencies": {
"@prettier/sync": "0.3.0"
"@prettier/sync": "0.5.0"
}
}