diff --git a/package-lock.json b/package-lock.json index e74b3bd..a1f3d0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.25.3", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-testing-library": "^4.12.3", + "eslint-plugin-testing-library": "^4.12.4", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25", "identity-obj-proxy": "^3.0.0", "jest": "^27.2.0", @@ -9207,9 +9207,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.3.tgz", - "integrity": "sha512-P2Sgp+wV3cy0cIL2EkIbPf4e/l1OmyFJvuCpRDACoXyH9kcN6LcEDdhwCGh39yJ3Xg+J02zGTLtCBKdP5+69cA==", + "version": "4.12.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.4.tgz", + "integrity": "sha512-XZtoeyIZKFTiH8vhwnCaTo/mNrLHoLyufY4kkNg+clzZFeThWPjp+0QfrLam1on1k3JGwiRvoLH/V4QdBaB2oA==", "devOptional": true, "dependencies": { "@typescript-eslint/experimental-utils": "^4.30.0" @@ -34241,9 +34241,9 @@ "requires": {} }, "eslint-plugin-testing-library": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.3.tgz", - "integrity": "sha512-P2Sgp+wV3cy0cIL2EkIbPf4e/l1OmyFJvuCpRDACoXyH9kcN6LcEDdhwCGh39yJ3Xg+J02zGTLtCBKdP5+69cA==", + "version": "4.12.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-4.12.4.tgz", + "integrity": "sha512-XZtoeyIZKFTiH8vhwnCaTo/mNrLHoLyufY4kkNg+clzZFeThWPjp+0QfrLam1on1k3JGwiRvoLH/V4QdBaB2oA==", "devOptional": true, "requires": { "@typescript-eslint/experimental-utils": "^4.30.0" diff --git a/package.json b/package.json index 231e4bd..cd59083 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.25.3", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-testing-library": "^4.12.3", + "eslint-plugin-testing-library": "^4.12.4", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25", "identity-obj-proxy": "^3.0.0", "jest": "^27.2.0",