Bump eslint-plugin-testing-library from 4.12.3 to 4.12.4 (#675)

This commit is contained in:
dependabot[bot] 2021-09-27 09:17:23 +02:00 committed by GitHub
parent 4ac1f7c226
commit f1b900cf34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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"

View File

@ -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",