Skip to content

Commit 5a792bb

Browse files
dependabot[bot]kimkim0814
authored andcommitted
Bump react-router-dom from 6.14.1 to 6.15.0
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.14.1 to 6.15.0. - [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.15.0/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 3d8384e commit 5a792bb

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.0.3",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",
48-
"react-router-dom": "^6.8.1",
48+
"react-router-dom": "^6.15.0",
4949
"ts-jest": "^29.0.5",
5050
"ts-loader": "^9.4.2",
5151
"typescript": "^4.9.5",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,10 @@
732732
"@nodelib/fs.scandir" "2.1.5"
733733
fastq "^1.6.0"
734734

735-
"@remix-run/router@1.7.1":
736-
version "1.7.1"
737-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.1.tgz#fea7ac35ae4014637c130011f59428f618730498"
738-
integrity sha512-bgVQM4ZJ2u2CM8k1ey70o1ePFXsEzYVZoWghh6WjM8p59jQ7HxzbHW4SbnWFG7V9ig9chLawQxDTZ3xzOF8MkQ==
735+
"@remix-run/router@1.8.0":
736+
version "1.8.0"
737+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.8.0.tgz#e848d2f669f601544df15ce2a313955e4bf0bafc"
738+
integrity sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==
739739

740740
"@sinclair/typebox@^0.25.16":
741741
version "0.25.24"
@@ -4401,20 +4401,20 @@ react-is@^18.0.0:
44014401
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
44024402
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
44034403

4404-
react-router-dom@^6.8.1:
4405-
version "6.14.1"
4406-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.14.1.tgz#0ad7ba7abdf75baa61169d49f096f0494907a36f"
4407-
integrity sha512-ssF6M5UkQjHK70fgukCJyjlda0Dgono2QGwqGvuk7D+EDGHdacEN3Yke2LTMjkrpHuFwBfDFsEjGVXBDmL+bWw==
4404+
react-router-dom@^6.15.0:
4405+
version "6.15.0"
4406+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.15.0.tgz#6da7db61e56797266fbbef0d5e324d6ac443ee40"
4407+
integrity sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==
44084408
dependencies:
4409-
"@remix-run/router" "1.7.1"
4410-
react-router "6.14.1"
4409+
"@remix-run/router" "1.8.0"
4410+
react-router "6.15.0"
44114411

4412-
react-router@6.14.1:
4413-
version "6.14.1"
4414-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.14.1.tgz#5e82bcdabf21add859dc04b1859f91066b3a5810"
4415-
integrity sha512-U4PfgvG55LdvbQjg5Y9QRWyVxIdO1LlpYT7x+tMAxd9/vmiPuJhIwdxZuIQLN/9e3O4KFDHYfR9gzGeYMasW8g==
4412+
react-router@6.15.0:
4413+
version "6.15.0"
4414+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.15.0.tgz#bf2cb5a4a7ed57f074d4ea88db0d95033f39cac8"
4415+
integrity sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==
44164416
dependencies:
4417-
"@remix-run/router" "1.7.1"
4417+
"@remix-run/router" "1.8.0"
44184418

44194419
react@^18.2.0:
44204420
version "18.2.0"

0 commit comments

Comments
 (0)