diff options
author | dependabot[bot] | 2023-08-07 21:53:49 +0000 |
---|---|---|
committer | vitalyster | 2023-08-09 21:15:41 +0300 |
commit | 49de77b64cdce0cd9ad1a34c29cc58ccfa227cf6 (patch) | |
tree | 87010b32e9aca9e8d20967676e4aafb073fcce67 | |
parent | 971b433e55e30375a361451077c3d506bd3c95d1 (diff) |
build(deps-dev): bump eslint-plugin-jest-dom from 5.0.1 to 5.0.2
Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases)
- [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.0.1...v5.0.2)
---
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>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 302f8109..3b537269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "eslint": "8.46.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jest": "^27.2.3", - "eslint-plugin-jest-dom": "^5.0.1", + "eslint-plugin-jest-dom": "^5.0.2", "eslint-plugin-jsdoc": "^46.4.6", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.1.1", @@ -8354,9 +8354,9 @@ } }, "node_modules/eslint-plugin-jest-dom": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.0.1.tgz", - "integrity": "sha512-zD/BjNk12R5R9cxIu8oa2HfNeDSknI3ewtN8nygIUMQuieWDnTY9Np//6a1Z3G7Y3dx3l45hCUR4EphsgRmUtA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.0.2.tgz", + "integrity": "sha512-zfNOwQOrOOGcxb3tcOgB2fEiqmgEbXKcPrNC+NlNSWCi3wg/m+DWVqrrshp4gOjhpP1R/1X7kkHumnf8PLUFhw==", "dev": true, "dependencies": { "@babel/runtime": "^7.16.3", @@ -25193,9 +25193,9 @@ } }, "eslint-plugin-jest-dom": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.0.1.tgz", - "integrity": "sha512-zD/BjNk12R5R9cxIu8oa2HfNeDSknI3ewtN8nygIUMQuieWDnTY9Np//6a1Z3G7Y3dx3l45hCUR4EphsgRmUtA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.0.2.tgz", + "integrity": "sha512-zfNOwQOrOOGcxb3tcOgB2fEiqmgEbXKcPrNC+NlNSWCi3wg/m+DWVqrrshp4gOjhpP1R/1X7kkHumnf8PLUFhw==", "dev": true, "requires": { "@babel/runtime": "^7.16.3", diff --git a/package.json b/package.json index eaba48eb..9ec29f47 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint": "8.46.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jest": "^27.2.3", - "eslint-plugin-jest-dom": "^5.0.1", + "eslint-plugin-jest-dom": "^5.0.2", "eslint-plugin-jsdoc": "^46.4.6", "eslint-plugin-only-ascii": "0.0.0", "eslint-plugin-promise": "^6.1.1", |