From 8382eb4aa5614c0c6c7337ef2b437e1bf23debfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 08:36:16 +0000 Subject: [PATCH] Bump eslint-plugin-testing-library from 5.0.3 to 5.0.4 (#781) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c48bcdf..9ca0097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", - "eslint-plugin-testing-library": "^5.0.3", + "eslint-plugin-testing-library": "^5.0.4", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26", "identity-obj-proxy": "^3.0.0", "jest": "^27.4.7", @@ -8867,9 +8867,9 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.0.3.tgz", - "integrity": "sha512-tKZ9G+HnIOnYAhXeoBCiAT8LOdU3m1VquBTKsBW/5zAaB30vq7gC60DIayPfMJt8EZBlqPVzGqSN57sIFmTunQ==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.0.4.tgz", + "integrity": "sha512-zA/NfAENCsJXujvwwiap5gsqLp2U6X7m2XA5nOksl4zzb6GpUmRNAleCll58rEP0brFVj7DZBprlIlMGIhoC7Q==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "^5.9.0" @@ -31524,9 +31524,9 @@ "requires": {} }, "eslint-plugin-testing-library": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.0.3.tgz", - "integrity": "sha512-tKZ9G+HnIOnYAhXeoBCiAT8LOdU3m1VquBTKsBW/5zAaB30vq7gC60DIayPfMJt8EZBlqPVzGqSN57sIFmTunQ==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.0.4.tgz", + "integrity": "sha512-zA/NfAENCsJXujvwwiap5gsqLp2U6X7m2XA5nOksl4zzb6GpUmRNAleCll58rEP0brFVj7DZBprlIlMGIhoC7Q==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^5.9.0" diff --git a/package.json b/package.json index 07824d4..cde4579 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", - "eslint-plugin-testing-library": "^5.0.3", + "eslint-plugin-testing-library": "^5.0.4", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26", "identity-obj-proxy": "^3.0.0", "jest": "^27.4.7",