Skip to content

Commit bafd68a

Browse files
chore(deps): bump the dependencies group with 2 updates (#7387)
Bumps the dependencies group with 2 updates: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js). Updates `react-router-dom` from 6.26.1 to 6.26.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.2/packages/react-router-dom) Updates `@eslint/js` from 9.9.1 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.10.0/packages/js) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1bf924 commit bafd68a

File tree

2 files changed

+23
-45
lines changed

2 files changed

+23
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@babel/preset-react": "^7.24.7",
7878
"@eslint/compat": "^1.1.1",
7979
"@eslint/eslintrc": "^3.1.0",
80-
"@eslint/js": "^9.9.1",
80+
"@eslint/js": "^9.10.0",
8181
"@mdx-js/loader": "^3.0.1",
8282
"@mdx-js/react": "^3.0.1",
8383
"@octokit/auth-action": "^5.1.1",
@@ -155,7 +155,7 @@
155155
"react": "^17.0.2",
156156
"react-dom": "^17.0.2",
157157
"react-helmet-async": "^1.3.0",
158-
"react-router-dom": "^6.26.1",
158+
"react-router-dom": "^6.26.2",
159159
"react-tiny-popover": "5",
160160
"react-use": "^17.5.1",
161161
"react-visibility-sensor": "^5.0.2",

yarn.lock

Lines changed: 21 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -264,22 +264,7 @@
264264
lodash.debounce "^4.0.8"
265265
resolve "^1.14.2"
266266

267-
"@babel/helper-environment-visitor@^7.24.7":
268-
version "7.24.7"
269-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
270-
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
271-
dependencies:
272-
"@babel/types" "^7.24.7"
273-
274-
"@babel/helper-function-name@^7.24.7":
275-
version "7.24.7"
276-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
277-
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
278-
dependencies:
279-
"@babel/template" "^7.24.7"
280-
"@babel/types" "^7.24.7"
281-
282-
"@babel/helper-member-expression-to-functions@^7.24.7", "@babel/helper-member-expression-to-functions@^7.24.8":
267+
"@babel/helper-member-expression-to-functions@^7.24.8":
283268
version "7.24.8"
284269
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6"
285270
integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==
@@ -351,13 +336,6 @@
351336
"@babel/traverse" "^7.24.7"
352337
"@babel/types" "^7.24.7"
353338

354-
"@babel/helper-split-export-declaration@^7.24.7":
355-
version "7.24.7"
356-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
357-
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
358-
dependencies:
359-
"@babel/types" "^7.24.7"
360-
361339
"@babel/helper-string-parser@^7.24.8":
362340
version "7.24.8"
363341
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
@@ -400,7 +378,7 @@
400378
js-tokens "^4.0.0"
401379
picocolors "^1.0.0"
402380

403-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.25.4":
381+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.4":
404382
version "7.25.4"
405383
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a"
406384
integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==
@@ -1315,10 +1293,10 @@
13151293
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.7.0.tgz#b712d802582f02b11cfdf83a85040a296afec3f0"
13161294
integrity sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==
13171295

1318-
"@eslint/js@^9.9.1":
1319-
version "9.9.1"
1320-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
1321-
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
1296+
"@eslint/js@^9.10.0":
1297+
version "9.10.0"
1298+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.10.0.tgz#eaa3cb0baec497970bb29e43a153d0d5650143c6"
1299+
integrity sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==
13221300

13231301
"@eslint/object-schema@^2.1.4":
13241302
version "2.1.4"
@@ -2211,10 +2189,10 @@
22112189
"@react-spring/shared" "~9.7.4"
22122190
"@react-spring/types" "~9.7.4"
22132191

2214-
"@remix-run/router@1.19.1":
2215-
version "1.19.1"
2216-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.1.tgz#984771bfd1de2715f42394c87fb716c1349e014f"
2217-
integrity sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==
2192+
"@remix-run/router@1.19.2":
2193+
version "1.19.2"
2194+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
2195+
integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==
22182196

22192197
"@rollup/plugin-babel@^5.2.0":
22202198
version "5.2.2"
@@ -10916,20 +10894,20 @@ react-refresh@^0.14.2:
1091610894
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
1091710895
integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
1091810896

10919-
react-router-dom@^6.26.1:
10920-
version "6.26.1"
10921-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.1.tgz#a408892b41767a49dc94b3564b0e7d8e3959f623"
10922-
integrity sha512-veut7m41S1fLql4pLhxeSW3jlqs+4MtjRLj0xvuCEXsxusJCbs6I8yn9BxzzDX2XDgafrccY6hwjmd/bL54tFw==
10897+
react-router-dom@^6.26.2:
10898+
version "6.26.2"
10899+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.2.tgz#a6e3b0cbd6bfd508e42b9342099d015a0ac59680"
10900+
integrity sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==
1092310901
dependencies:
10924-
"@remix-run/router" "1.19.1"
10925-
react-router "6.26.1"
10902+
"@remix-run/router" "1.19.2"
10903+
react-router "6.26.2"
1092610904

10927-
react-router@6.26.1:
10928-
version "6.26.1"
10929-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.1.tgz#88c64837e05ffab6899a49df2a1484a22471e4ce"
10930-
integrity sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ==
10905+
react-router@6.26.2:
10906+
version "6.26.2"
10907+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.2.tgz#2f0a68999168954431cdc29dd36cec3b6fa44a7e"
10908+
integrity sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==
1093110909
dependencies:
10932-
"@remix-run/router" "1.19.1"
10910+
"@remix-run/router" "1.19.2"
1093310911

1093410912
react-tiny-popover@5:
1093510913
version "5.1.0"

0 commit comments

Comments
 (0)