From 6981febdd1d368ef875958de6b75445f3db36e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 10:38:55 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest-dom from 3.8.0 to 3.9.2 Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 3.8.0 to 3.9.2. - [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.2) --- 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..50ef610 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.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.9.2.tgz", + "integrity": "sha512-DKNW6nxYkBvwv36WcYFxapCalGjOGSWUu5PREpDVuXGbEns3S5jhr+mZ5W2N6MxbOWw/2U61C1JVLH31gwVjOQ==", "dev": true, "requires": { "@babel/runtime": "^7.9.6", diff --git a/package.json b/package.json index 8008a58..48afe73 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.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0",