Update dependency prettier to ^3.5.0

This commit is contained in:
renovate[bot] 2025-02-11 22:49:58 +00:00 committed by GitHub
parent ad4407fa6b
commit 9297c27de4
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

@ -28,7 +28,7 @@
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.16.0",
"multiple-cucumber-html-reporter": "^3.9.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"ts-loader": "^9.5.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
@ -13970,9 +13970,9 @@
}
},
"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": {

View File

@ -52,7 +52,7 @@
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-yml": "^1.16.0",
"multiple-cucumber-html-reporter": "^3.9.0",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"ts-loader": "^9.5.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",