Merge pull request #414 from Ravinou/dependabot/npm_and_yarn/prettier-3.5.1

build(deps-dev): bump prettier from 3.4.2 to 3.5.1
This commit is contained in:
Ravinou 2025-02-15 19:43:39 +01:00 committed by GitHub
commit 53d749e529
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

@ -29,7 +29,7 @@
"@commitlint/config-conventional": "^19.7.1",
"eslint-config-next": "^15.1.6",
"husky": "^9.1.7",
"prettier": "^3.4.2"
"prettier": "^3.5.1"
}
},
"node_modules/@babel/code-frame": {
@ -5382,9 +5382,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.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz",
"integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==",
"dev": true,
"license": "MIT",
"bin": {

View file

@ -33,6 +33,6 @@
"@commitlint/config-conventional": "^19.7.1",
"eslint-config-next": "^15.1.6",
"husky": "^9.1.7",
"prettier": "^3.4.2"
"prettier": "^3.5.1"
}
}