Bump prettier from 3.0.0 to 3.0.3 in /dependencies (#4614)

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.0 to 3.0.3.
- [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.0.0...3.0.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-11 22:43:14 +00:00 committed by GitHub
parent 335cfe7f84
commit 308de5367d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
dependencies/package-lock.json generated vendored
View file

@ -39,7 +39,7 @@
"node-fetch": "^3.3.2",
"npm-groovy-lint": "^11.1.1",
"postcss-less": "^6.0.0",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"react": "^18.2.0",
@ -11701,9 +11701,9 @@
}
},
"node_modules/prettier": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz",
"integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz",
"integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==",
"bin": {
"prettier": "bin/prettier.cjs"
},

View file

@ -34,7 +34,7 @@
"node-fetch": "^3.3.2",
"npm-groovy-lint": "^11.1.1",
"postcss-less": "^6.0.0",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",
"react": "^18.2.0",