Skip to content

Commit ddcade5

Browse files
Bump react-router-dom from 5.3.4 to 6.30.4 in /frontends/admin-panel
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.3.4 to 6.30.4. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.30.4/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.30.4/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 6.30.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4546d18 commit ddcade5

2 files changed

Lines changed: 22 additions & 74 deletions

File tree

frontends/admin-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-icons": "^5.6.0",
3535
"react-markdown": "^8.0.7",
3636
"remark-gfm": "^3.0.1",
37-
"react-router-dom": "^5.2.0",
37+
"react-router-dom": "^6.30.4",
3838
"semiotic": "^2.0.3",
3939
"styled-components": "^5.2.1",
4040
"zod": "^3.25.76"

frontends/admin-panel/yarn.lock

Lines changed: 21 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@
12101210
"@babel/plugin-transform-modules-commonjs" "^7.25.7"
12111211
"@babel/plugin-transform-typescript" "^7.25.7"
12121212

1213-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.7", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.0", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.0", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.24.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1213+
"@babel/runtime@^7.10.1", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.7", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.0", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.0", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.24.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
12141214
version "7.26.10"
12151215
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
12161216
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
@@ -2118,6 +2118,11 @@
21182118
dependencies:
21192119
"@tsconfig/node16" "^1.0.2"
21202120

2121+
"@remix-run/router@1.23.3":
2122+
version "1.23.3"
2123+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.23.3.tgz#957c098d4393d301a8aa7dccf3ef28ea5430e36a"
2124+
integrity sha512-4An71tdz9X8+3sI4Qqqd2LWd9vS39J7sqd9EU4Scw7TJE/qB10Flv/UuqbPVgfQV9XoK8Np6jNquZitnZq5i+Q==
2125+
21212126
"@rollup/plugin-babel@^5.2.0":
21222127
version "5.3.1"
21232128
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
@@ -6626,26 +6631,14 @@ highlightjs-vue@^1.0.0:
66266631
resolved "https://registry.yarnpkg.com/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz#fdfe97fbea6354e70ee44e3a955875e114db086d"
66276632
integrity sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==
66286633

6629-
history@^4.9.0:
6630-
version "4.10.1"
6631-
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
6632-
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
6633-
dependencies:
6634-
"@babel/runtime" "^7.1.2"
6635-
loose-envify "^1.2.0"
6636-
resolve-pathname "^3.0.0"
6637-
tiny-invariant "^1.0.2"
6638-
tiny-warning "^1.0.0"
6639-
value-equal "^1.0.1"
6640-
66416634
history@^5.0.1:
66426635
version "5.3.0"
66436636
resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
66446637
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
66456638
dependencies:
66466639
"@babel/runtime" "^7.7.6"
66476640

6648-
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
6641+
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.0:
66496642
version "3.3.2"
66506643
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
66516644
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -7202,11 +7195,6 @@ is-wsl@^2.2.0:
72027195
dependencies:
72037196
is-docker "^2.0.0"
72047197

7205-
isarray@0.0.1:
7206-
version "0.0.1"
7207-
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
7208-
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
7209-
72107198
isarray@^2.0.5:
72117199
version "2.0.5"
72127200
resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
@@ -8129,7 +8117,7 @@ longest-streak@^3.0.0:
81298117
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"
81308118
integrity sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==
81318119

8132-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
8120+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
81338121
version "1.4.0"
81348122
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
81358123
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -9192,13 +9180,6 @@ path-to-regexp@0.1.10:
91929180
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
91939181
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
91949182

9195-
path-to-regexp@^1.7.0:
9196-
version "1.9.0"
9197-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
9198-
integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==
9199-
dependencies:
9200-
isarray "0.0.1"
9201-
92029183
path-type@^4.0.0:
92039184
version "4.0.0"
92049185
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -10470,7 +10451,7 @@ react-icons@^5.6.0:
1047010451
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.6.0.tgz#27bcc4acbc836e762548d76041cf9b9fef4e3837"
1047110452
integrity sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==
1047210453

10473-
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
10454+
react-is@^16.13.1, react-is@^16.7.0:
1047410455
version "16.13.1"
1047510456
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1047610457
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -10526,33 +10507,20 @@ react-refresh@^0.11.0:
1052610507
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
1052710508
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
1052810509

10529-
react-router-dom@^5.2.0:
10530-
version "5.3.4"
10531-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6"
10532-
integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
10510+
react-router-dom@^6.30.4:
10511+
version "6.30.4"
10512+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.30.4.tgz#f7167bf3da6c7d9132130ea985dd06def25e84d5"
10513+
integrity sha512-q4HvNl+mmDdkS0g+MqiBZNteQJCuimWoOyHMy4T/RQLAn9Z29+E91QXRaxOujeMl2HTzRSS0KFPd7lxX3PjV0Q==
1053310514
dependencies:
10534-
"@babel/runtime" "^7.12.13"
10535-
history "^4.9.0"
10536-
loose-envify "^1.3.1"
10537-
prop-types "^15.6.2"
10538-
react-router "5.3.4"
10539-
tiny-invariant "^1.0.2"
10540-
tiny-warning "^1.0.0"
10515+
"@remix-run/router" "1.23.3"
10516+
react-router "6.30.4"
1054110517

10542-
react-router@5.3.4:
10543-
version "5.3.4"
10544-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
10545-
integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
10546-
dependencies:
10547-
"@babel/runtime" "^7.12.13"
10548-
history "^4.9.0"
10549-
hoist-non-react-statics "^3.1.0"
10550-
loose-envify "^1.3.1"
10551-
path-to-regexp "^1.7.0"
10552-
prop-types "^15.6.2"
10553-
react-is "^16.6.0"
10554-
tiny-invariant "^1.0.2"
10555-
tiny-warning "^1.0.0"
10518+
react-router@6.30.4:
10519+
version "6.30.4"
10520+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.30.4.tgz#638f35176527bd243d96d81d35d33b757bad46c2"
10521+
integrity sha512-SVUsDe+DybHM/WmYKIVYhZh1o5Dcuf16yM6WjG02Q9XVFMZIJyHYhwrr6bFBXZkVP6z69kNkMyBCujt8FaFLJA==
10522+
dependencies:
10523+
"@remix-run/router" "1.23.3"
1055610524

1055710525
react-scripts@^5.0.0:
1055810526
version "5.0.1"
@@ -10887,11 +10855,6 @@ resolve-from@^5.0.0:
1088710855
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
1088810856
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
1088910857

10890-
resolve-pathname@^3.0.0:
10891-
version "3.0.0"
10892-
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
10893-
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
10894-
1089510858
resolve-pkg-maps@^1.0.0:
1089610859
version "1.0.0"
1089710860
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
@@ -11943,16 +11906,6 @@ thunky@^1.0.2:
1194311906
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
1194411907
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
1194511908

11946-
tiny-invariant@^1.0.2:
11947-
version "1.3.3"
11948-
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127"
11949-
integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==
11950-
11951-
tiny-warning@^1.0.0:
11952-
version "1.0.3"
11953-
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
11954-
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
11955-
1195611909
tinyqueue@^1.1.0:
1195711910
version "1.2.3"
1195811911
resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-1.2.3.tgz#b6a61de23060584da29f82362e45df1ec7353f3d"
@@ -12378,11 +12331,6 @@ v8-to-istanbul@^8.1.0:
1237812331
convert-source-map "^1.6.0"
1237912332
source-map "^0.7.3"
1238012333

12381-
value-equal@^1.0.1:
12382-
version "1.0.1"
12383-
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
12384-
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
12385-
1238612334
vary@~1.1.2:
1238712335
version "1.1.2"
1238812336
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"

0 commit comments

Comments
 (0)