Merge pull request #14594 from nestjs/dependabot/npm_and_yarn/prettier-3.5.0

chore(deps-dev): bump prettier from 3.4.2 to 3.5.0
This commit is contained in:
Kamil Mysliwiec
2025-02-10 08:32:19 +01:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -113,7 +113,7 @@
"nats": "2.29.1",
"nodemon": "3.1.9",
"nyc": "14.1.1",
"prettier": "3.4.2",
"prettier": "3.5.0",
"redis": "4.7.0",
"rxjs-compat": "6.6.7",
"sinon": "19.0.2",
@@ -31715,10 +31715,11 @@
}
},
"node_modules/prettier": {
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz",
"integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},

View File

@@ -162,7 +162,7 @@
"nats": "2.29.1",
"nodemon": "3.1.9",
"nyc": "14.1.1",
"prettier": "3.4.2",
"prettier": "3.5.0",
"redis": "4.7.0",
"rxjs-compat": "6.6.7",
"sinon": "19.0.2",