build(deps-dev): bump eslint-config-conventions from 1.1.1 to 1.1.2

Bumps [eslint-config-conventions](https://github.com/Divlo/eslint-config-conventions) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/Divlo/eslint-config-conventions/releases)
- [Changelog](https://github.com/Divlo/eslint-config-conventions/blob/develop/.releaserc.json)
- [Commits](https://github.com/Divlo/eslint-config-conventions/compare/v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: eslint-config-conventions
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-21 03:18:15 +00:00 committed by GitHub
parent 89a7ff8178
commit df893f3c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -17,7 +17,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.2.0",
"eslint-config-conventions": "^1.1.1",
"eslint-config-conventions": "^1.1.2",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
@ -1478,9 +1478,9 @@
}
},
"node_modules/eslint-config-conventions": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.1.tgz",
"integrity": "sha512-DD0RJm1uJsStGkJxi1ROOPVtmMVU7vCY4jI0aO/vr5p6BgTzNJnErzT0z/wq5MBWLi81PgTILV0pkaPno9IszA==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.2.tgz",
"integrity": "sha512-/I6eflEMxgviS4wj3vPFXB79OkisVXN5sqO68lQOFXWGqxnH5+XnGJdxcvBlOHJ5oYwLVPZoKRPQPn/97jFn7A==",
"dev": true,
"engines": {
"node": ">=16.0.0",
@ -5650,9 +5650,9 @@
}
},
"eslint-config-conventions": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.1.tgz",
"integrity": "sha512-DD0RJm1uJsStGkJxi1ROOPVtmMVU7vCY4jI0aO/vr5p6BgTzNJnErzT0z/wq5MBWLi81PgTILV0pkaPno9IszA==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/eslint-config-conventions/-/eslint-config-conventions-1.1.2.tgz",
"integrity": "sha512-/I6eflEMxgviS4wj3vPFXB79OkisVXN5sqO68lQOFXWGqxnH5+XnGJdxcvBlOHJ5oYwLVPZoKRPQPn/97jFn7A==",
"dev": true,
"requires": {}
},

View File

@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.2.0",
"eslint-config-conventions": "^1.1.1",
"eslint-config-conventions": "^1.1.2",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",