Skip to content

Commit 2ac0957

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

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.21.0"
2427+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.21.0.tgz#c65ae4262bdcfe415dbd4f64ec87676e4a56e2b5"
2428+
integrity sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==
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.28.0:
8311+
version "6.28.0"
8312+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.28.0.tgz#f73ebb3490e59ac9f299377062ad1d10a9f579e6"
8313+
integrity sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==
83168314
dependencies:
8317-
history "^5.2.0"
8318-
react-router "6.3.0"
8315+
"@remix-run/router" "1.21.0"
8316+
react-router "6.28.0"
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.28.0:
8319+
version "6.28.0"
8320+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.28.0.tgz#29247c86d7ba901d7e5a13aa79a96723c3e59d0d"
8321+
integrity sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==
83248322
dependencies:
8325-
history "^5.2.0"
8323+
"@remix-run/router" "1.21.0"
83268324

83278325
83288326
version "5.0.1"

0 commit comments

Comments
 (0)