Skip to content

Commit ada5f64

Browse files
fix(deps): update dependency react-router-dom to v6.26.1
1 parent 298fe16 commit ada5f64

File tree

2 files changed

+54
-53
lines changed

2 files changed

+54
-53
lines changed

package-lock.json

+37-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+17-19
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@
10351035
core-js-pure "^3.20.2"
10361036
regenerator-runtime "^0.13.4"
10371037

1038-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1038+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
10391039
version "7.18.9"
10401040
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz"
10411041
integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
@@ -2422,6 +2422,11 @@
24222422
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz"
24232423
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
24242424

2425+
"@remix-run/[email protected]":
2426+
version "1.19.1"
2427+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.1.tgz#984771bfd1de2715f42394c87fb716c1349e014f"
2428+
integrity sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==
2429+
24252430
"@rollup/plugin-babel@^5.2.0":
24262431
version "5.3.1"
24272432
resolved "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz"
@@ -5613,13 +5618,6 @@ he@^1.2.0:
56135618
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz"
56145619
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
56155620

5616-
history@^5.2.0:
5617-
version "5.3.0"
5618-
resolved "https://registry.npmjs.org/history/-/history-5.3.0.tgz"
5619-
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
5620-
dependencies:
5621-
"@babel/runtime" "^7.7.6"
5622-
56235621
hoist-non-react-statics@^3.3.1:
56245622
version "3.3.2"
56255623
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
@@ -8309,20 +8307,20 @@ react-remove-scroll@^2.5.4:
83098307
use-callback-ref "^1.3.0"
83108308
use-sidecar "^1.1.2"
83118309

8312-
react-router-dom@^6.3.0:
8313-
version "6.3.0"
8314-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.3.0.tgz"
8315-
integrity sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==
8310+
react-router-dom@^6.26.1:
8311+
version "6.26.1"
8312+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.1.tgz#a408892b41767a49dc94b3564b0e7d8e3959f623"
8313+
integrity sha512-veut7m41S1fLql4pLhxeSW3jlqs+4MtjRLj0xvuCEXsxusJCbs6I8yn9BxzzDX2XDgafrccY6hwjmd/bL54tFw==
83168314
dependencies:
8317-
history "^5.2.0"
8318-
react-router "6.3.0"
8315+
"@remix-run/router" "1.19.1"
8316+
react-router "6.26.1"
83198317

8320-
react-router@6.3.0:
8321-
version "6.3.0"
8322-
resolved "https://registry.npmjs.org/react-router/-/react-router-6.3.0.tgz"
8323-
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
8318+
react-router@6.26.1:
8319+
version "6.26.1"
8320+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.1.tgz#88c64837e05ffab6899a49df2a1484a22471e4ce"
8321+
integrity sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ==
83248322
dependencies:
8325-
history "^5.2.0"
8323+
"@remix-run/router" "1.19.1"
83268324

83278325
83288326
version "5.0.1"

0 commit comments

Comments
 (0)