Skip to content

Commit 748a8eb

Browse files
Bump react-router-dom from 6.15.0 to 6.23.1
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.15.0 to 6.23.1. - [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.23.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f5d6f7 commit 748a8eb

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prettier": "^3.2.5",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",
48-
"react-router-dom": "^6.15.0",
48+
"react-router-dom": "^6.23.1",
4949
"ts-jest": "^29.1.2",
5050
"ts-loader": "^9.5.1",
5151
"typescript": "^5.4.3",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -977,10 +977,10 @@
977977
"@nodelib/fs.scandir" "2.1.5"
978978
fastq "^1.6.0"
979979

980-
"@remix-run/router@1.8.0":
981-
version "1.8.0"
982-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.8.0.tgz#e848d2f669f601544df15ce2a313955e4bf0bafc"
983-
integrity sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==
980+
"@remix-run/router@1.16.1":
981+
version "1.16.1"
982+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.1.tgz#73db3c48b975eeb06d0006481bde4f5f2d17d1cd"
983+
integrity sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==
984984

985985
"@sinclair/typebox@^0.27.8":
986986
version "0.27.8"
@@ -5183,20 +5183,20 @@ react-is@^18.0.0:
51835183
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
51845184
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
51855185

5186-
react-router-dom@^6.15.0:
5187-
version "6.15.0"
5188-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.15.0.tgz#6da7db61e56797266fbbef0d5e324d6ac443ee40"
5189-
integrity sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==
5186+
react-router-dom@^6.23.1:
5187+
version "6.23.1"
5188+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.1.tgz#30cbf266669693e9492aa4fc0dde2541ab02322f"
5189+
integrity sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==
51905190
dependencies:
5191-
"@remix-run/router" "1.8.0"
5192-
react-router "6.15.0"
5191+
"@remix-run/router" "1.16.1"
5192+
react-router "6.23.1"
51935193

5194-
react-router@6.15.0:
5195-
version "6.15.0"
5196-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.15.0.tgz#bf2cb5a4a7ed57f074d4ea88db0d95033f39cac8"
5197-
integrity sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==
5194+
react-router@6.23.1:
5195+
version "6.23.1"
5196+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.1.tgz#d08cbdbd9d6aedc13eea6e94bc6d9b29cb1c4be9"
5197+
integrity sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==
51985198
dependencies:
5199-
"@remix-run/router" "1.8.0"
5199+
"@remix-run/router" "1.16.1"
52005200

52015201
react@^18.2.0:
52025202
version "18.2.0"

0 commit comments

Comments
 (0)