1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

Bump prettier from 2.8.0 to 2.8.2 (#1068)

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.0 to 2.8.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/2.8.0...2.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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-01-13 08:42:12 +00:00 committed by GitHub
parent a890ea14b2
commit 062cd2e068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -38,7 +38,7 @@
"js-yaml": "^4.1.0",
"ora": "^6.1.2",
"prepend": "^1.0.2",
"prettier": "^2.8.0",
"prettier": "^2.8.2",
"sharp": "^0.31.3",
"sharp-ico": "^0.1.5",
"slugify": "^1.6.5",
@ -10712,9 +10712,9 @@
"dev": true
},
"node_modules/prettier": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.2.tgz",
"integrity": "sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"

View File

@ -53,7 +53,7 @@
"js-yaml": "^4.1.0",
"ora": "^6.1.2",
"prepend": "^1.0.2",
"prettier": "^2.8.0",
"prettier": "^2.8.2",
"sharp": "^0.31.3",
"sharp-ico": "^0.1.5",
"slugify": "^1.6.5",