Bump prettier from 3.3.3 to 3.4.2

Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2024-12-05 04:53:46 +00:00
parent 08d3db28d7
commit d0dcf1928c
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -16,7 +16,6 @@
"i18n": "^0.15.1",
"lyrics-finder": "^21.0.5",
"play-dl": "^1.9.7",
"sodium-native": "^4.3.1",
"soundcloud-downloader": "^0.2.3",
"string-progressbar": "^1.0.4",
"youtube-sr": "~4.3.11"
@@ -26,7 +25,7 @@
"@types/node": "^22.9.3",
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.1",
"prettier": "^3.4.2",
"ts-node": "^10.9.2"
},
"engines": {
@@ -2934,10 +2933,11 @@
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
+1 -1
View File
@@ -36,7 +36,7 @@
"cz-conventional-changelog": "^3.0.1",
"nodemon": "^3.1.7",
"prettier": "^3.3.1",
"prettier": "^3.4.2",
"ts-node": "^10.9.2"
},