From 2cfef86e014b8da94bfc442ed7c86ffd101f5fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 05:02:13 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-testing-library Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.11.0...v5.11.1) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-patch ... 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 b729536d..49ddc184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-import": "2.27.5", "eslint-plugin-jest-dom": "5.0.1", "eslint-plugin-react": "7.33.0", - "eslint-plugin-testing-library": "5.11.0", + "eslint-plugin-testing-library": "5.11.1", "git-revision-webpack-plugin": "5.0.0", "history": "5.3.0", "identity-obj-proxy": "3.0.0", @@ -9257,9 +9257,10 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "5.11.0", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz", + "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^5.58.0" }, diff --git a/package.json b/package.json index a692d753..9aa66529 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint-plugin-import": "2.27.5", "eslint-plugin-jest-dom": "5.0.1", "eslint-plugin-react": "7.33.0", - "eslint-plugin-testing-library": "5.11.0", + "eslint-plugin-testing-library": "5.11.1", "git-revision-webpack-plugin": "5.0.0", "history": "5.3.0", "identity-obj-proxy": "3.0.0",