Skip to content

Commit bdadea9

Browse files
authored
Merge pull request #195 from increments/dependabot/npm_and_yarn/react-router-dom-6.27.0
Bump react-router-dom from 6.25.1 to 6.27.0
2 parents 434cfbe + bd2261b commit bdadea9

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.3.3",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",
48-
"react-router-dom": "^6.25.1",
48+
"react-router-dom": "^6.27.0",
4949
"ts-jest": "^29.2.5",
5050
"ts-loader": "^9.5.1",
5151
"typescript": "^5.6.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.18.0":
981-
version "1.18.0"
982-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.18.0.tgz#20b033d1f542a100c1d57cfd18ecf442d1784732"
983-
integrity sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==
980+
"@remix-run/router@1.20.0":
981+
version "1.20.0"
982+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4"
983+
integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==
984984

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

5212-
react-router-dom@^6.25.1:
5213-
version "6.25.1"
5214-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.1.tgz#b89f8d63fc8383ea4e89c44bf31c5843e1f7afa0"
5215-
integrity sha512-0tUDpbFvk35iv+N89dWNrJp+afLgd+y4VtorJZuOCXK0kkCWjEvb3vTJM++SYvMEpbVwXKf3FjeVveVEb6JpDQ==
5212+
react-router-dom@^6.27.0:
5213+
version "6.27.0"
5214+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.27.0.tgz#8d7972a425fd75f91c1e1ff67e47240c5752dc3f"
5215+
integrity sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==
52165216
dependencies:
5217-
"@remix-run/router" "1.18.0"
5218-
react-router "6.25.1"
5217+
"@remix-run/router" "1.20.0"
5218+
react-router "6.27.0"
52195219

5220-
react-router@6.25.1:
5221-
version "6.25.1"
5222-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.1.tgz#70b4f1af79954cfcfd23f6ddf5c883e8c904203e"
5223-
integrity sha512-u8ELFr5Z6g02nUtpPAggP73Jigj1mRePSwhS/2nkTrlPU5yEkH1vYzWNyvSnSzeeE2DNqWdH+P8OhIh9wuXhTw==
5220+
react-router@6.27.0:
5221+
version "6.27.0"
5222+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.27.0.tgz#db292474926c814c996c0ff3ef0162d1f9f60ed4"
5223+
integrity sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==
52245224
dependencies:
5225-
"@remix-run/router" "1.18.0"
5225+
"@remix-run/router" "1.20.0"
52265226

52275227
react@^18.2.0:
52285228
version "18.2.0"

0 commit comments

Comments
 (0)