1
0
mirror of https://github.com/bitwarden/server synced 2025-12-10 05:13:48 +00:00

[deps]: Update prettier to v3.6.2 (#6212)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-29 09:17:13 -04:00
committed by GitHub
parent 3dd4ee7a07
commit a36340e9ad
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
}, },
"devDependencies": { "devDependencies": {
"nodemon": "3.1.10", "nodemon": "3.1.10",
"prettier": "3.5.3" "prettier": "3.6.2"
} }
}, },
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
@@ -1564,9 +1564,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.5.3", "version": "3.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {

View File

@@ -25,6 +25,6 @@
}, },
"devDependencies": { "devDependencies": {
"nodemon": "3.1.10", "nodemon": "3.1.10",
"prettier": "3.5.3" "prettier": "3.6.2"
} }
} }