From 8848b466668a478e9a63f5457adb6a8f36408597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:11:18 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest-dom from 5.1.0 to 5.2.0 Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases) - [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.1.0...v5.2.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 | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13bf02a1..55cde2d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "css-loader": "6.10.0", "eslint": "8.57.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest-dom": "5.1.0", + "eslint-plugin-jest-dom": "5.2.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-react": "7.34.1", "eslint-plugin-react-hooks": "4.6.0", @@ -9035,9 +9035,10 @@ } }, "node_modules/eslint-plugin-jest-dom": { - "version": "5.1.0", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.2.0.tgz", + "integrity": "sha512-ctnCP0MsLmUvbCyhnOQ+/1OmsZj+e7V6kFunazIx5728Yq7TQnuKI8HOsgPTStB+9iYEpiEa+VfKB09Lq7/3fA==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.16.3", "requireindex": "^1.2.0" diff --git a/package.json b/package.json index 83597172..33ee86db 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "css-loader": "6.10.0", "eslint": "8.57.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest-dom": "5.1.0", + "eslint-plugin-jest-dom": "5.2.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-react": "7.34.1", "eslint-plugin-react-hooks": "4.6.0",