chore(deps): update dependency prettier to ^3.9.3 (#279)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
JBot4400 2026-06-29 06:57:33 -06:00 committed by GitHub
parent 84be563732
commit cd46678bb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -23,7 +23,7 @@
"husky": "^9.1.7",
"nano-staged": "^1.0.2",
"obsidian": "latest",
"prettier": "^3.9.1",
"prettier": "^3.9.3",
"tslib": "2.8.1",
"typescript": "6.0.3"
}
@ -4470,9 +4470,9 @@
}
},
"node_modules/prettier": {
"version": "3.9.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz",
"integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==",
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.3.tgz",
"integrity": "sha512-HWmu+K+zvHNpaMfSnYeqdqrDbR16cuIXaPx8WoHaviQkDJh1/0BNtOZmHVQI5jc3wXv0H1yXc9wjvFdXh+n3hQ==",
"dev": true,
"license": "MIT",
"bin": {

View file

@ -30,7 +30,7 @@
"husky": "^9.1.7",
"nano-staged": "^1.0.2",
"obsidian": "latest",
"prettier": "^3.9.1",
"prettier": "^3.9.3",
"tslib": "2.8.1",
"typescript": "6.0.3"
},