Build(deps-dev): Bump eslint-plugin-prefer-arrow from 1.2.2 to 1.2.3 (#2440)

Bumps [eslint-plugin-prefer-arrow](https://github.com/TristonJ/eslint-plugin-prefer-arrow) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/TristonJ/eslint-plugin-prefer-arrow/releases)
- [Commits](https://github.com/TristonJ/eslint-plugin-prefer-arrow/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-prefer-arrow
  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]
2022-02-11 08:41:48 +00:00
committed by GitHub
parent 895d960ec5
commit f428f5d297
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8440,9 +8440,9 @@
}
},
"eslint-plugin-prefer-arrow": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.2.tgz",
"integrity": "sha512-C8YMhL+r8RMeMdYAw/rQtE6xNdMulj+zGWud/qIGnlmomiPRaLDGLMeskZ3alN6uMBojmooRimtdrXebLN4svQ==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz",
"integrity": "sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==",
"dev": true
},
"eslint-plugin-prettier": {

View File

@@ -92,7 +92,7 @@
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "latest",
"eslint-plugin-rxjs": "^5.0.2",