diff --git a/package-lock.json b/package-lock.json index 22db2731f1..cdb5107b99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-server-components": "^1.2.0", "eslint-plugin-storybook": "^0.11.1", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "github-slugger": "^2.0.0", "jsdom": "^24.0.0", "lerna": "^8.1.9", @@ -16631,11 +16631,10 @@ } }, "node_modules/eslint-plugin-testing-library": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.1.0.tgz", - "integrity": "sha512-VWuQWeLcsuj0ywBkXFHnLANN6AqHRzhIgmVgAN5DdlXdl5XBHl3hEZ7uKkSW+cCN2Ws4ODrN/Yp2u/YBJ7s/nA==", + "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" @@ -43222,7 +43221,7 @@ "@types/react-dom": "^18.3.1", "eslint-config-next": "^15.0.3", "eslint-plugin-jest": "^28.9.0", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "jest": "^29.7.0", "jest-axe": "^9.0.0", "jest-environment-jsdom": "^29.7.0", diff --git a/package.json b/package.json index 9a58788ed5..163d8dc1f9 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react-server-components": "^1.2.0", "eslint-plugin-storybook": "^0.11.1", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "github-slugger": "^2.0.0", "jsdom": "^24.0.0", "lerna": "^8.1.9", diff --git a/templates/nextjs/template/package.json b/templates/nextjs/template/package.json index 6d5cdd9af3..1e8cd0de32 100644 --- a/templates/nextjs/template/package.json +++ b/templates/nextjs/template/package.json @@ -36,7 +36,7 @@ "@types/react-dom": "^18.3.1", "eslint-config-next": "^15.0.3", "eslint-plugin-jest": "^28.9.0", - "eslint-plugin-testing-library": "^7.0.0", + "eslint-plugin-testing-library": "^7.1.1", "jest": "^29.7.0", "jest-axe": "^9.0.0", "jest-environment-jsdom": "^29.7.0",