Merge pull request #16140 from prometheus/dependabot/npm_and_yarn/web/ui/react-app/prettier-3.5.2

chore(deps-dev): bump prettier from 3.4.2 to 3.5.2 in /web/ui/react-app
pull/16150/head
github-actions[bot] 4 months ago committed by GitHub
commit d44397d9aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      web/ui/react-app/package-lock.json
  2. 2
      web/ui/react-app/package.json

@ -70,7 +70,7 @@
"jest-canvas-mock": "^2.5.2",
"jest-fetch-mock": "^3.0.3",
"mutationobserver-shim": "^0.3.7",
"prettier": "^3.0.0",
"prettier": "^3.5.2",
"react-scripts": "^5.0.1",
"sinon": "^19.0.2",
"ts-jest": "^29.2.5"
@ -18671,10 +18671,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.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
"integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},

@ -87,7 +87,7 @@
"jest-canvas-mock": "^2.5.2",
"jest-fetch-mock": "^3.0.3",
"mutationobserver-shim": "^0.3.7",
"prettier": "^3.0.0",
"prettier": "^3.5.2",
"react-scripts": "^5.0.1",
"sinon": "^19.0.2",
"ts-jest": "^29.2.5"

Loading…
Cancel
Save