build(deps-dev): bump eslint-plugin-jest-dom from 4.0.1 to 4.0.3

Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases)
- [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v4.0.1...v4.0.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest-dom
  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] 2023-01-20 11:16:22 +00:00 committed by Lucas Garfield
parent 4a1a215da7
commit d219a81c2d
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -46,7 +46,7 @@
"css-loader": "6.7.1",
"eslint": "8.32.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest-dom": "4.0.1",
"eslint-plugin-jest-dom": "4.0.3",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-testing-library": "5.9.1",
"git-revision-webpack-plugin": "5.0.0",
@ -7984,9 +7984,9 @@
}
},
"node_modules/eslint-plugin-jest-dom": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.1.tgz",
"integrity": "sha512-9aUaX4AtlFBziLqKSjc7DKHQ/y1T32qNapG3uSeLDMJYKswASoQLJWOfLIE+zEHKvCNzNIz8T7282tQkuu0TKQ==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.3.tgz",
"integrity": "sha512-9j+n8uj0+V0tmsoS7bYC7fLhQmIvjRqRYEcbDSi+TKPsTThLLXCyj5swMSSf/hTleeMktACnn+HFqXBr5gbcbA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.16.3",
@ -7999,7 +7999,7 @@
"yarn": ">=1"
},
"peerDependencies": {
"eslint": ">=6.8"
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/eslint-plugin-prettier": {
@ -24588,9 +24588,9 @@
}
},
"eslint-plugin-jest-dom": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.1.tgz",
"integrity": "sha512-9aUaX4AtlFBziLqKSjc7DKHQ/y1T32qNapG3uSeLDMJYKswASoQLJWOfLIE+zEHKvCNzNIz8T7282tQkuu0TKQ==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.3.tgz",
"integrity": "sha512-9j+n8uj0+V0tmsoS7bYC7fLhQmIvjRqRYEcbDSi+TKPsTThLLXCyj5swMSSf/hTleeMktACnn+HFqXBr5gbcbA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.16.3",

View file

@ -67,7 +67,7 @@
"css-loader": "6.7.1",
"eslint": "8.32.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest-dom": "4.0.1",
"eslint-plugin-jest-dom": "4.0.3",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-testing-library": "5.9.1",
"git-revision-webpack-plugin": "5.0.0",