diff --git a/package-lock.json b/package-lock.json index e7a6d54c3afc..71badc235938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-security": "^3.0.1", "eslint-plugin-styled-components-a11y": "^2.1.36", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "html-webpack-plugin": "^5.6.3", "husky": "^9.1.7", "jest": "^29.7.0", @@ -16073,18 +16073,17 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.0.0.tgz", - "integrity": "sha512-Bwrn5Qi08Lf5Huv4ZGDNYxwkFLAyGQIPB9lC0ALlojymP32aKsSxWnccP1NvIcI5vMhkENg4Y5Td/Q9/tLYmGQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.1.1.tgz", + "integrity": "sha512-nszC833aZPwB6tik1nMkbFqmtgIXTT0sfJEYs0zMBKMlkQ4to2079yUV96SvmLh00ovSBJI4pgcBC1TiIP8mXg==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/scope-manager": "^8.15.0", "@typescript-eslint/utils": "^8.15.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0", - "npm": ">=9.8.1" + "pnpm": "^9.14.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0" diff --git a/package.json b/package.json index 9479722a1f9e..dbbf7b6016f7 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-security": "^3.0.1", "eslint-plugin-styled-components-a11y": "^2.1.36", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "html-webpack-plugin": "^5.6.3", "husky": "^9.1.7", "jest": "^29.7.0",