Skip to content

Commit aa5e210

Browse files
authored
Merge pull request #121 from playframework/dependabot/npm_and_yarn/ui/react-router-dom-6.4.4
Bump react-router-dom from 6.4.3 to 6.4.4 in /ui
2 parents a7734d6 + f5af098 commit aa5e210

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.3",
16+
"react-router-dom": "^6.4.4",
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/[email protected].3":
1580-
version "1.0.3"
1581-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.3.tgz#953b88c20ea00d0eddaffdc1b115c08474aa295d"
1582-
integrity sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==
1579+
"@remix-run/[email protected].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==
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.3:
7226-
version "6.4.3"
7227-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.4.3.tgz#70093b5f65f85f1df9e5d4182eb7ff3a08299275"
7228-
integrity sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==
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==
72297229
dependencies:
7230-
"@remix-run/router" "1.0.3"
7231-
react-router "6.4.3"
7230+
"@remix-run/router" "1.0.4"
7231+
react-router "6.4.4"
72327232

7233-
7234-
version "6.4.3"
7235-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.3.tgz#9ed3ee4d6e95889e9b075a5d63e29acc7def0d49"
7236-
integrity sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==
7233+
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==
72377237
dependencies:
7238-
"@remix-run/router" "1.0.3"
7238+
"@remix-run/router" "1.0.4"
72397239

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

0 commit comments

Comments
 (0)