From ada53c881d66c52eed775067f22e67004639f12d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 06:13:05 +0000 Subject: [PATCH] Update all Yarn dependencies (2025-06-25) --- package.json | 4 ++-- yarn.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index e9b676d..851ecd5 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-jest": "^28.12.0", "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-react": "~7.37.5", - "eslint-plugin-testing-library": "^7.2.1", + "eslint-plugin-testing-library": "^7.5.3", "globals": "^16.2.0", "history": "~5.3.0", "html-webpack-plugin": "~5.6.3", @@ -86,7 +86,7 @@ "prop-types": "~15.8.1", "react": "~19.1.0", "react-dom": "~19.1.0", - "react-router-dom": "~7.6.1", + "react-router-dom": "~7.6.2", "rimraf": "~5.0.10", "style-loader": "~4.0.0", "webpack": "5.99.9", diff --git a/yarn.lock b/yarn.lock index 55508aa..85985a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3434,10 +3434,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.2.1: - version "7.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.2.1.tgz#64017db6dcb67d526c4849c2a7ae0f7afd886c10" - integrity sha512-sZFbfPaWt+4M1tSY6bc9zyTHAEYR4RNoe7XppcAx/+PQpps+ZGEAmAiTcMykcxRFPNIsbaaIOGinTcY6++ttOA== +eslint-plugin-testing-library@^7.5.3: + version "7.5.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.5.3.tgz#d9d19acfccc1f5bae2ede05d1356587e68a3438a" + integrity sha512-sZk5hIrx0p1ehvdS2qHefKwXHiEysiQN+FMGCzES6xRNUgwI3q4KdWMeAwpPDP9u0RDkNzJpebRUnNch1sJh+A== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0" @@ -5826,17 +5826,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.6.1: - version "7.6.1" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.6.1.tgz#263c9102e96b58d336258a51d68080b40c28f526" - integrity sha512-vxU7ei//UfPYQ3iZvHuO1D/5fX3/JOqhNTbRR+WjSBWxf9bIvpWK+ftjmdfJHzPOuMQKe2fiEdG+dZX6E8uUpA== +react-router-dom@~7.6.2: + version "7.6.2" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.6.2.tgz#e97e386ab390b6503a2a7968124b7a3237fb10c7" + integrity sha512-Q8zb6VlTbdYKK5JJBLQEN06oTUa/RAbG/oQS1auK1I0TbJOXktqm+QENEVJU6QvWynlXPRBXI3fiOQcSEA78rA== dependencies: - react-router "7.6.1" + react-router "7.6.2" -react-router@7.6.1: - version "7.6.1" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.6.1.tgz#a54f9b980b94594bcb4b7f26611612a9f6e17461" - integrity sha512-hPJXXxHJZEsPFNVbtATH7+MMX43UDeOauz+EAU4cgqTn7ojdI9qQORqS8Z0qmDlL1TclO/6jLRYUEtbWidtdHQ== +react-router@7.6.2: + version "7.6.2" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.6.2.tgz#9f48b343bead7d0a94e28342fc4f9ae29131520e" + integrity sha512-U7Nv3y+bMimgWjhlT5CRdzHPu2/KVmqPwKUCChW8en5P3znxUqwlYFlbmyj8Rgp1SF6zs5X4+77kBVknkg6a0w== dependencies: cookie "^1.0.1" set-cookie-parser "^2.6.0"