Skip to content

Commit 2553a9d

Browse files
authored
Merge pull request #26 from devclef/dependabot/npm_and_yarn/frontend/multi-dcb5c27ca1
Bump react-router and react-router-dom in /frontend
2 parents ed15345 + 6d7593d commit 2553a9d

File tree

3 files changed

+29
-44
lines changed

3 files changed

+29
-44
lines changed

frontend/package-lock.json

Lines changed: 13 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^18.2.0",
1313
"react-icons": "^4.12.0",
1414
"react-player": "^2.13.0",
15-
"react-router-dom": "^6.21.0",
15+
"react-router-dom": "^6.30.3",
1616
"react-select": "^5.8.0",
1717
"tsc": "^2.0.4"
1818
},

frontend/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,10 @@
534534
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
535535
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
536536

537-
"@remix-run/router@1.23.0":
538-
version "1.23.0"
539-
resolved "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz"
540-
integrity sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==
537+
"@remix-run/router@1.23.2":
538+
version "1.23.2"
539+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.2.tgz#156c4b481c0bee22a19f7924728a67120de06971"
540+
integrity sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==
541541

542542
"@rollup/rollup-android-arm-eabi@4.41.0":
543543
version "4.41.0"
@@ -1357,20 +1357,20 @@ react-remove-scroll@^2.5.7:
13571357
use-callback-ref "^1.3.3"
13581358
use-sidecar "^1.1.3"
13591359

1360-
react-router-dom@^6.21.0:
1361-
version "6.30.0"
1362-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.30.0.tgz"
1363-
integrity sha512-x30B78HV5tFk8ex0ITwzC9TTZMua4jGyA9IUlH1JLQYQTFyxr/ZxwOJq7evg1JX1qGVUcvhsmQSKdPncQrjTgA==
1360+
react-router-dom@^6.30.3:
1361+
version "6.30.3"
1362+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.3.tgz#42ae6dc4c7158bfb0b935f162b9621b29dddf740"
1363+
integrity sha512-pxPcv1AczD4vso7G4Z3TKcvlxK7g7TNt3/FNGMhfqyntocvYKj+GCatfigGDjbLozC4baguJ0ReCigoDJXb0ag==
13641364
dependencies:
1365-
"@remix-run/router" "1.23.0"
1366-
react-router "6.30.0"
1365+
"@remix-run/router" "1.23.2"
1366+
react-router "6.30.3"
13671367

1368-
react-router@6.30.0:
1369-
version "6.30.0"
1370-
resolved "https://registry.npmjs.org/react-router/-/react-router-6.30.0.tgz"
1371-
integrity sha512-D3X8FyH9nBcTSHGdEKurK7r8OYE1kKFn3d/CF+CoxbSHkxU7o37+Uh7eAHRXr6k2tSExXYO++07PeXJtA/dEhQ==
1368+
react-router@6.30.3:
1369+
version "6.30.3"
1370+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.3.tgz#994b3ccdbe0e81fe84d4f998100f62584dfbf1cf"
1371+
integrity sha512-XRnlbKMTmktBkjCLE8/XcZFlnHvr2Ltdr1eJX4idL55/9BbORzyZEaIkBFDhFGCEWBBItsVrDxwx3gnisMitdw==
13721372
dependencies:
1373-
"@remix-run/router" "1.23.0"
1373+
"@remix-run/router" "1.23.2"
13741374

13751375
react-select@^5.8.0:
13761376
version "5.10.1"

0 commit comments

Comments
 (0)