Merge pull request #683 from actions/dependabot/npm_and_yarn/prettier-3.2.5

Bump prettier from 3.2.4 to 3.2.5
This commit is contained in:
Federico Builes
2024-02-05 07:55:42 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -39,7 +39,7 @@
"eslint-plugin-prettier": "^5.1.3",
"js-yaml": "^4.1.0",
"nodemon": "^3.0.3",
"prettier": "3.2.4",
"prettier": "3.2.5",
"typescript": "^5.3.3"
}
},
@@ -6830,9 +6830,9 @@
}
},
"node_modules/prettier": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz",
"integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==",
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",
"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"

View File

@@ -55,7 +55,7 @@
"eslint-plugin-prettier": "^5.1.3",
"js-yaml": "^4.1.0",
"nodemon": "^3.0.3",
"prettier": "3.2.4",
"prettier": "3.2.5",
"typescript": "^5.3.3"
}
}