diff --git a/package.json b/package.json index b26835d..ce448c7 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-react": "~7.37.5", - "eslint-plugin-testing-library": "^7.6.8", + "eslint-plugin-testing-library": "^7.13.3", "globals": "^16.4.0", "history": "~5.3.0", "html-webpack-plugin": "~5.6.4", @@ -86,7 +86,7 @@ "prop-types": "~15.8.1", "react": "~19.2.0", "react-dom": "~19.2.0", - "react-router-dom": "~7.9.1", + "react-router-dom": "~7.9.4", "rimraf": "~5.0.10", "style-loader": "~4.0.0", "webpack": "5.102.0", diff --git a/yarn.lock b/yarn.lock index 84bed93..44123cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3466,10 +3466,10 @@ eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.37.5: string.prototype.matchall "^4.0.12" string.prototype.repeat "^1.0.0" -eslint-plugin-testing-library@^7.6.8: - version "7.6.8" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.8.tgz#679757295d753fb4a96649d1cd2147aa5dda5de6" - integrity sha512-8qvVtc9gzYsBWJd2bMJByAlOdr/GBBH2RZygvp70OTivsJkLkYRxSZFtHq1XQK8k+zNi8DcV7aiSx3avE0rf2w== +eslint-plugin-testing-library@^7.13.3: + version "7.13.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.3.tgz#6edaca5609098e8869fd75afc48d7aa5ebfd0bc4" + integrity sha512-STwyXN7GnHulgsfdXVd5iC8fFCJVRQj2AcKtMmQOsA8G4oMnSCOX1p3MjbrDQ9fmwVf5wZy6vboTOTFobWuxOA== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0" @@ -5853,17 +5853,17 @@ react-is@^18.3.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-router-dom@~7.9.1: - version "7.9.1" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.1.tgz#48044923701773da6362f9003ec46f308f293f15" - integrity sha512-U9WBQssBE9B1vmRjo9qTM7YRzfZ3lUxESIZnsf4VjR/lXYz9MHjvOxHzr/aUm4efpktbVOrF09rL/y4VHa8RMw== +react-router-dom@~7.9.4: + version "7.9.4" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.4.tgz#37d35b4b7f730b37434f2b7e95121ef557a6b538" + integrity sha512-f30P6bIkmYvnHHa5Gcu65deIXoA2+r3Eb6PJIAddvsT9aGlchMatJ51GgpU470aSqRRbFX22T70yQNUGuW3DfA== dependencies: - react-router "7.9.1" + react-router "7.9.4" -react-router@7.9.1: - version "7.9.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.1.tgz#b227410c31f24dd416c939ca5d0f8d5c8a1404d4" - integrity sha512-pfAByjcTpX55mqSDGwGnY9vDCpxqBLASg0BMNAuMmpSGESo/TaOUG6BllhAtAkCGx8Rnohik/XtaqiYUJtgW2g== +react-router@7.9.4: + version "7.9.4" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.4.tgz#2c4249e5d0a6bb8b8f6bf0ede8f5077e4ff8024f" + integrity sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA== dependencies: cookie "^1.0.1" set-cookie-parser "^2.6.0"