From f8e16c03edebb12d66a28cd4b8a34a8b3343156c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 00:32:35 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest-dom from 3.8.0 to 3.9.0 Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases) - [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest-dom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf3cb78..8495d6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10480,9 +10480,9 @@ } }, "eslint-plugin-jest-dom": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.8.0.tgz", - "integrity": "sha512-TsBK1RSG8mXCJaOce+gcNLU8ORl5yx111/HnsTTL70qwfb1AtbcqGtpz2OvfI/Q23baMtWDVy4L1KHgJk0B1XQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.9.0.tgz", + "integrity": "sha512-Ou3cuAAY9s6pYZv+KKPa9XquSzUAWW2CgE5al7cQ0yew25w/kp5kNsUJgESb3Pj00Y6pzvznepppL2sk7UOQKg==", "dev": true, "requires": { "@babel/runtime": "^7.9.6", diff --git a/package.json b/package.json index 8008a58..39d4d90 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint": "^7.24.0", "eslint-config-prettier": "^8.2.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest-dom": "^3.8.0", + "eslint-plugin-jest-dom": "^3.9.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0",