Skip to content

Commit 20d1d76

Browse files
authored
Update all Yarn dependencies (2025-10-22) (#355)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 3a34ed1 commit 20d1d76

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-jest": "^29.0.1",
7777
"eslint-plugin-jest-dom": "^5.5.0",
7878
"eslint-plugin-react": "~7.37.5",
79-
"eslint-plugin-testing-library": "^7.6.8",
79+
"eslint-plugin-testing-library": "^7.13.3",
8080
"globals": "^16.4.0",
8181
"history": "~5.3.0",
8282
"html-webpack-plugin": "~5.6.4",
@@ -86,7 +86,7 @@
8686
"prop-types": "~15.8.1",
8787
"react": "~19.2.0",
8888
"react-dom": "~19.2.0",
89-
"react-router-dom": "~7.9.1",
89+
"react-router-dom": "~7.9.4",
9090
"rimraf": "~5.0.10",
9191
"style-loader": "~4.0.0",
9292
"webpack": "5.102.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3466,10 +3466,10 @@ eslint-plugin-react@^7.0.0, eslint-plugin-react@~7.37.5:
34663466
string.prototype.matchall "^4.0.12"
34673467
string.prototype.repeat "^1.0.0"
34683468

3469-
eslint-plugin-testing-library@^7.6.8:
3470-
version "7.6.8"
3471-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.8.tgz#679757295d753fb4a96649d1cd2147aa5dda5de6"
3472-
integrity sha512-8qvVtc9gzYsBWJd2bMJByAlOdr/GBBH2RZygvp70OTivsJkLkYRxSZFtHq1XQK8k+zNi8DcV7aiSx3avE0rf2w==
3469+
eslint-plugin-testing-library@^7.13.3:
3470+
version "7.13.3"
3471+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.3.tgz#6edaca5609098e8869fd75afc48d7aa5ebfd0bc4"
3472+
integrity sha512-STwyXN7GnHulgsfdXVd5iC8fFCJVRQj2AcKtMmQOsA8G4oMnSCOX1p3MjbrDQ9fmwVf5wZy6vboTOTFobWuxOA==
34733473
dependencies:
34743474
"@typescript-eslint/scope-manager" "^8.15.0"
34753475
"@typescript-eslint/utils" "^8.15.0"
@@ -5853,17 +5853,17 @@ react-is@^18.3.1:
58535853
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
58545854
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
58555855

5856-
react-router-dom@~7.9.1:
5857-
version "7.9.1"
5858-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.1.tgz#48044923701773da6362f9003ec46f308f293f15"
5859-
integrity sha512-U9WBQssBE9B1vmRjo9qTM7YRzfZ3lUxESIZnsf4VjR/lXYz9MHjvOxHzr/aUm4efpktbVOrF09rL/y4VHa8RMw==
5856+
react-router-dom@~7.9.4:
5857+
version "7.9.4"
5858+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.4.tgz#37d35b4b7f730b37434f2b7e95121ef557a6b538"
5859+
integrity sha512-f30P6bIkmYvnHHa5Gcu65deIXoA2+r3Eb6PJIAddvsT9aGlchMatJ51GgpU470aSqRRbFX22T70yQNUGuW3DfA==
58605860
dependencies:
5861-
react-router "7.9.1"
5861+
react-router "7.9.4"
58625862

5863-
react-router@7.9.1:
5864-
version "7.9.1"
5865-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.1.tgz#b227410c31f24dd416c939ca5d0f8d5c8a1404d4"
5866-
integrity sha512-pfAByjcTpX55mqSDGwGnY9vDCpxqBLASg0BMNAuMmpSGESo/TaOUG6BllhAtAkCGx8Rnohik/XtaqiYUJtgW2g==
5863+
react-router@7.9.4:
5864+
version "7.9.4"
5865+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.4.tgz#2c4249e5d0a6bb8b8f6bf0ede8f5077e4ff8024f"
5866+
integrity sha512-SD3G8HKviFHg9xj7dNODUKDFgpG4xqD5nhyd0mYoB5iISepuZAvzSr8ywxgxKJ52yRzf/HWtVHc9AWwoTbljvA==
58675867
dependencies:
58685868
cookie "^1.0.1"
58695869
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)