build(deps-dev): bump prettier-eslint from 16.1.1 to 16.1.2 (#181)

Bumps [prettier-eslint](https://github.com/prettier/prettier-eslint) from 16.1.1 to 16.1.2.
- [Release notes](https://github.com/prettier/prettier-eslint/releases)
- [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier-eslint/compare/v16.1.1...v16.1.2)

---
updated-dependencies:
- dependency-name: prettier-eslint
  dependency-type: direct:development
  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-10-30 12:28:09 -05:00 committed by GitHub
parent 9f378f8ada
commit b8fad619a1
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

@ -28,7 +28,7 @@
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
"prettier-eslint": "^16.1.1",
"prettier-eslint": "^16.1.2",
"typescript": "^5.2.2"
}
},
@ -6452,9 +6452,9 @@
}
},
"node_modules/prettier-eslint": {
"version": "16.1.1",
"resolved": "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-16.1.1.tgz",
"integrity": "sha512-SbtugbH80njB9QOPqb8C+W40Rvhr6iD0wrJTxk1Zx10rkY7KdjtSwHpf/WfiI3REboaXbvIOJXGiua3maIt0Sw==",
"version": "16.1.2",
"resolved": "https://registry.npmjs.org/prettier-eslint/-/prettier-eslint-16.1.2.tgz",
"integrity": "sha512-mGFGZQbAh11FSnwW3H1zngzQYR2QMmHO8vdfgnAuzOFhnDeUZHYtwpqQvOMOMT0k818Dr1X+J4a/sVE0r34RKQ==",
"dev": true,
"dependencies": {
"@typescript-eslint/parser": "^6.7.5",

View file

@ -47,7 +47,7 @@
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
"prettier-eslint": "^16.1.1",
"prettier-eslint": "^16.1.2",
"typescript": "^5.2.2"
}
}