Skip to content

Commit 63a1d00

Browse files
authored
Merge pull request #124 from playframework/dependabot/npm_and_yarn/ui/react-router-dom-6.5.0
Bump react-router-dom from 6.4.4 to 6.5.0 in /ui
2 parents ae4f809 + 1c9c228 commit 63a1d00

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"kleur": "^4.1.5",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
16-
"react-router-dom": "^6.4.4",
16+
"react-router-dom": "^6.5.0",
1717
"react-scripts": "^5.0.1"
1818
},
1919
"devDependencies": {

ui/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,10 +1576,10 @@
15761576
schema-utils "^3.0.0"
15771577
source-map "^0.7.3"
15781578

1579-
"@remix-run/router@1.0.4":
1580-
version "1.0.4"
1581-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.4.tgz#cbfbec6735711e7c2fc93b9b40adf70ef5a39990"
1582-
integrity sha512-gTL8H5USTAKOyVA4xczzDJnC3HMssdFa3tRlwBicXynx9XfiXwneHnYQogwSKpdCkjXISrEKSTtX62rLpNEVQg==
1579+
"@remix-run/router@1.1.0":
1580+
version "1.1.0"
1581+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.1.0.tgz#b48db8148c8a888e50580a8152b6f68161c49406"
1582+
integrity sha512-rGl+jH/7x1KBCQScz9p54p0dtPLNeKGb3e0wD2H5/oZj41bwQUnXdzbj2TbUAFhvD7cp9EyEQA4dEgpUFa1O7Q==
15831583

15841584
"@rollup/plugin-babel@^5.2.0":
15851585
version "5.3.1"
@@ -7222,20 +7222,20 @@ react-refresh@^0.11.0:
72227222
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
72237223
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
72247224

7225-
react-router-dom@^6.4.4:
7226-
version "6.4.4"
7227-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.4.4.tgz#4271ec66333c440d1754477e4e6a3a5acb5487f8"
7228-
integrity sha512-0Axverhw5d+4SBhLqLpzPhNkmv7gahUwlUVIOrRLGJ4/uwt30JVajVJXqv2Qr/LCwyvHhQc7YyK1Do8a9Jj7qA==
7225+
react-router-dom@^6.5.0:
7226+
version "6.5.0"
7227+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.5.0.tgz#3970bdcaa7c710a6e0b478a833ba0b4b8ae61a6f"
7228+
integrity sha512-/XzRc5fq80gW1ctiIGilyKFZC/j4kfe75uivMsTChFbkvrK4ZrF3P3cGIc1f/SSkQ4JiJozPrf+AwUHHWVehVg==
72297229
dependencies:
7230-
"@remix-run/router" "1.0.4"
7231-
react-router "6.4.4"
7230+
"@remix-run/router" "1.1.0"
7231+
react-router "6.5.0"
72327232

7233-
react-router@6.4.4:
7234-
version "6.4.4"
7235-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.4.tgz#8e7794f55ccc7050cb03937c87ff3720ce9f8b60"
7236-
integrity sha512-SA6tSrUCRfuLWeYsTJDuriRqfFIsrSvuH7SqAJHegx9ZgxadE119rU8oOX/rG5FYEthpdEaEljdjDlnBxvfr+Q==
7233+
react-router@6.5.0:
7234+
version "6.5.0"
7235+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.5.0.tgz#b53f15543a60750c925609d2e38037ac5aed6dd3"
7236+
integrity sha512-fqqUSU0NC0tSX0sZbyuxzuAzvGqbjiZItBQnyicWlOUmzhAU8YuLgRbaCL2hf3sJdtRy4LP/WBrWtARkMvdGPQ==
72377237
dependencies:
7238-
"@remix-run/router" "1.0.4"
7238+
"@remix-run/router" "1.1.0"
72397239

72407240
react-scripts@^5.0.1:
72417241
version "5.0.1"

0 commit comments

Comments
 (0)