Skip to content

Commit 8ba81bd

Browse files
authored
Update all Yarn dependencies (2025-06-25) (#323)
1 parent 8708f15 commit 8ba81bd

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": "^28.12.0",
7777
"eslint-plugin-jest-dom": "^5.5.0",
7878
"eslint-plugin-react": "~7.37.5",
79-
"eslint-plugin-testing-library": "^7.2.1",
79+
"eslint-plugin-testing-library": "^7.5.3",
8080
"globals": "^16.2.0",
8181
"history": "~5.3.0",
8282
"html-webpack-plugin": "~5.6.3",
@@ -86,7 +86,7 @@
8686
"prop-types": "~15.8.1",
8787
"react": "~19.1.0",
8888
"react-dom": "~19.1.0",
89-
"react-router-dom": "~7.6.1",
89+
"react-router-dom": "~7.6.2",
9090
"rimraf": "~5.0.10",
9191
"style-loader": "~4.0.0",
9292
"webpack": "5.99.9",

yarn.lock

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

3437-
eslint-plugin-testing-library@^7.2.1:
3438-
version "7.2.1"
3439-
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.2.1.tgz#64017db6dcb67d526c4849c2a7ae0f7afd886c10"
3440-
integrity sha512-sZFbfPaWt+4M1tSY6bc9zyTHAEYR4RNoe7XppcAx/+PQpps+ZGEAmAiTcMykcxRFPNIsbaaIOGinTcY6++ttOA==
3437+
eslint-plugin-testing-library@^7.5.3:
3438+
version "7.5.3"
3439+
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.5.3.tgz#d9d19acfccc1f5bae2ede05d1356587e68a3438a"
3440+
integrity sha512-sZk5hIrx0p1ehvdS2qHefKwXHiEysiQN+FMGCzES6xRNUgwI3q4KdWMeAwpPDP9u0RDkNzJpebRUnNch1sJh+A==
34413441
dependencies:
34423442
"@typescript-eslint/scope-manager" "^8.15.0"
34433443
"@typescript-eslint/utils" "^8.15.0"
@@ -5826,17 +5826,17 @@ react-is@^18.3.1:
58265826
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
58275827
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
58285828

5829-
react-router-dom@~7.6.1:
5830-
version "7.6.1"
5831-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.6.1.tgz#263c9102e96b58d336258a51d68080b40c28f526"
5832-
integrity sha512-vxU7ei//UfPYQ3iZvHuO1D/5fX3/JOqhNTbRR+WjSBWxf9bIvpWK+ftjmdfJHzPOuMQKe2fiEdG+dZX6E8uUpA==
5829+
react-router-dom@~7.6.2:
5830+
version "7.6.2"
5831+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.6.2.tgz#e97e386ab390b6503a2a7968124b7a3237fb10c7"
5832+
integrity sha512-Q8zb6VlTbdYKK5JJBLQEN06oTUa/RAbG/oQS1auK1I0TbJOXktqm+QENEVJU6QvWynlXPRBXI3fiOQcSEA78rA==
58335833
dependencies:
5834-
react-router "7.6.1"
5834+
react-router "7.6.2"
58355835

5836-
react-router@7.6.1:
5837-
version "7.6.1"
5838-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.6.1.tgz#a54f9b980b94594bcb4b7f26611612a9f6e17461"
5839-
integrity sha512-hPJXXxHJZEsPFNVbtATH7+MMX43UDeOauz+EAU4cgqTn7ojdI9qQORqS8Z0qmDlL1TclO/6jLRYUEtbWidtdHQ==
5836+
react-router@7.6.2:
5837+
version "7.6.2"
5838+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.6.2.tgz#9f48b343bead7d0a94e28342fc4f9ae29131520e"
5839+
integrity sha512-U7Nv3y+bMimgWjhlT5CRdzHPu2/KVmqPwKUCChW8en5P3znxUqwlYFlbmyj8Rgp1SF6zs5X4+77kBVknkg6a0w==
58405840
dependencies:
58415841
cookie "^1.0.1"
58425842
set-cookie-parser "^2.6.0"

0 commit comments

Comments
 (0)