Skip to content

Commit ca625bd

Browse files
dependabot[bot]weeman1337
authored andcommitted
Bump the production-dependencies group across 1 directory with 7 updates
Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `6.0.2` | `6.1.1` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.0.2` | `6.1.1` | | [i18next](https://github.com/i18next/i18next) | `23.14.0` | `23.15.1` | | [react-i18next](https://github.com/i18next/react-i18next) | `15.0.1` | `15.0.2` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.1` | `6.26.2` | | [@fontsource/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inter) | `5.0.20` | `5.1.0` | Updates `@mui/icons-material` from 6.0.2 to 6.1.1 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.1.1/packages/mui-icons-material) Updates `@mui/material` from 6.0.2 to 6.1.1 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.1.1/packages/mui-material) Updates `i18next` from 23.14.0 to 23.15.1 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v23.14.0...v23.15.1) Updates `react-i18next` from 15.0.1 to 15.0.2 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v15.0.1...v15.0.2) Updates `react-router-dom` from 6.26.1 to 6.26.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `@fontsource/inter` from 5.0.20 to 5.1.0 - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inter) Updates `@mui/utils` from 6.0.2 to 6.1.1 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.1.1/packages/mui-utils) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@fontsource/inter" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@mui/utils" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f6b7b0 commit ca625bd

File tree

3 files changed

+100
-94
lines changed

3 files changed

+100
-94
lines changed

example-widget-mui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"@matrix-widget-toolkit/api": "3.4.0",
1010
"@matrix-widget-toolkit/mui": "2.0.4",
1111
"@matrix-widget-toolkit/react": "2.0.1",
12-
"@mui/icons-material": "^6.0.2",
13-
"@mui/material": "^6.0.2",
12+
"@mui/icons-material": "^6.1.1",
13+
"@mui/material": "^6.1.1",
1414
"@reduxjs/toolkit": "^2.2.7",
15-
"i18next": "^23.14.0",
15+
"i18next": "^23.15.1",
1616
"i18next-chained-backend": "^4.6.2",
1717
"i18next-http-backend": "^2.6.1",
1818
"joi": "^17.13.3",
1919
"lodash": "^4.17.21",
2020
"matrix-widget-api": "^1.9.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",
23-
"react-i18next": "^15.0.1",
23+
"react-i18next": "^15.0.2",
2424
"react-redux": "^9.1.2",
25-
"react-router-dom": "^6.26.1",
25+
"react-router-dom": "^6.26.2",
2626
"react-scripts": "5.0.1",
2727
"react-use": "^17.5.1",
2828
"rxjs": "^7.8.1"

packages/mui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
"@emotion/cache": "^11.13.1",
4242
"@emotion/react": "^11.13.3",
4343
"@emotion/styled": "^11.13.0",
44-
"@fontsource/inter": "^5.0.20",
45-
"@mui/icons-material": "^6.0.2",
46-
"@mui/material": "^6.0.2",
44+
"@fontsource/inter": "^5.1.0",
45+
"@mui/icons-material": "^6.1.1",
46+
"@mui/material": "^6.1.1",
4747
"@mui/utils": "^6.0.2",
4848
"@matrix-widget-toolkit/api": "^3.4.0",
4949
"@matrix-widget-toolkit/react": "^2.0.1",
50-
"i18next": "^23.14.0",
50+
"i18next": "^23.15.1",
5151
"i18next-browser-languagedetector": "^8.0.0",
5252
"i18next-resources-to-backend": "^1.2.1",
5353
"lodash": "^4.17.21",
5454
"matrix-widget-api": "^1.9.0",
5555
"react": "^18.2.0",
56-
"react-i18next": "^15.0.1",
56+
"react-i18next": "^15.0.2",
5757
"react-use": "^17.5.1"
5858
},
5959
"repository": {

yarn.lock

Lines changed: 90 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
core-js-pure "^3.19.0"
10321032
regenerator-runtime "^0.13.4"
10331033

1034-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.24.8", "@babel/runtime@^7.25.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1034+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.25.0", "@babel/runtime@^7.25.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
10351035
version "7.25.6"
10361036
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.6.tgz#9afc3289f7184d8d7f98b099884c26317b9264d2"
10371037
integrity sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==
@@ -1701,10 +1701,10 @@
17011701
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
17021702
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
17031703

1704-
"@fontsource/inter@^5.0.20":
1705-
version "5.0.20"
1706-
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-5.0.20.tgz#968436ab21f05d3b3cb3191fa0958d91e37dde43"
1707-
integrity sha512-rtw2F7xfM7rJmmnncXnR4ADr5wXsp4GyN1O1jmQJ1PMjAK+bm620/ZkQkeOYOkGoa09OksGinOeMA+Mkt6K9PQ==
1704+
"@fontsource/inter@^5.1.0":
1705+
version "5.1.0"
1706+
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-5.1.0.tgz#ab629b2c662457022d2d6a29854b8dc8ba538c47"
1707+
integrity sha512-zKZR3kf1G0noIes1frLfOHP5EXVVm0M7sV/l9f/AaYf+M/DId35FO4LkigWjqWYjTJZGgplhdv4cB+ssvCqr5A==
17081708

17091709
"@gulpjs/to-absolute-glob@^4.0.0":
17101710
version "4.0.0"
@@ -2137,28 +2137,28 @@
21372137
outvariant "^1.2.1"
21382138
strict-event-emitter "^0.5.1"
21392139

2140-
"@mui/core-downloads-tracker@^6.0.2":
2141-
version "6.0.2"
2142-
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-6.0.2.tgz#edaec4015e440b55d535a805bd9dcec7e421d6ce"
2143-
integrity sha512-Cg68oOlAfbJgMgvbCwcX3Y3HdygCl6X1nREYTdEWcEKUQhNarrC45Cc35mP+zA7p3ZXE/7FLiaTCCgwuSoef/Q==
2140+
"@mui/core-downloads-tracker@^6.1.1":
2141+
version "6.1.1"
2142+
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-6.1.1.tgz#2300ea530b31663bdf4eb716b5c7faa762524dee"
2143+
integrity sha512-VdQC1tPIIcZAnf62L2M1eQif0x2vlKg3YK4kGYbtijSH4niEgI21GnstykW1vQIs+Bc6L+Hua2GATYVjilJ22A==
21442144

2145-
"@mui/icons-material@^6.0.2":
2146-
version "6.0.2"
2147-
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-6.0.2.tgz#fc0fba40421eb6d44f1266b53f9d5e51b67df42b"
2148-
integrity sha512-WaTPSvKcx8X7NdWAHzJWDZv+YXvK0MUY8+JI/r4/q2GgIa5RW+n4+08CGX6jB7sWhU1R3zy28NfsDUwwQjOThw==
2145+
"@mui/icons-material@^6.1.1":
2146+
version "6.1.1"
2147+
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-6.1.1.tgz#9582c676018f27fd5c433f7abeb77b1ee5955b31"
2148+
integrity sha512-sy/YKwcLPW8VcacNP2uWMYR9xyWuwO9NN9FXuGEU90bRshBXj8pdKk+joe3TCW7oviVS3zXLHlc94wQ0jNsQRQ==
21492149
dependencies:
2150-
"@babel/runtime" "^7.25.0"
2150+
"@babel/runtime" "^7.25.6"
21512151

2152-
"@mui/material@^6.0.2":
2153-
version "6.0.2"
2154-
resolved "https://registry.yarnpkg.com/@mui/material/-/material-6.0.2.tgz#58a3a58d126b1b4ceb842aac401e20542ab0c17e"
2155-
integrity sha512-KrnkJFSyhsAh8V30DNUbWyRyxMi4ZHjFg1ikQGx+mUAIffFTYIEx9Q+Kxd3vCT0FUFGOmbsuh6F6yRhpybsjkg==
2156-
dependencies:
2157-
"@babel/runtime" "^7.25.0"
2158-
"@mui/core-downloads-tracker" "^6.0.2"
2159-
"@mui/system" "^6.0.2"
2160-
"@mui/types" "^7.2.16"
2161-
"@mui/utils" "^6.0.2"
2152+
"@mui/material@^6.1.1":
2153+
version "6.1.1"
2154+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-6.1.1.tgz#8e0c3988dd37cdb9798a286843520cf8dedea1e7"
2155+
integrity sha512-b+eULldTqtqTCbN++2BtBWCir/1LwEYw+2mIlOt2GiEUh1EBBw4/wIukGKKNt3xrCZqRA80yLLkV6tF61Lq3cA==
2156+
dependencies:
2157+
"@babel/runtime" "^7.25.6"
2158+
"@mui/core-downloads-tracker" "^6.1.1"
2159+
"@mui/system" "^6.1.1"
2160+
"@mui/types" "^7.2.17"
2161+
"@mui/utils" "^6.1.1"
21622162
"@popperjs/core" "^2.11.8"
21632163
"@types/react-transition-group" "^4.4.11"
21642164
clsx "^2.1.1"
@@ -2167,51 +2167,52 @@
21672167
react-is "^18.3.1"
21682168
react-transition-group "^4.4.5"
21692169

2170-
"@mui/private-theming@^6.0.2":
2171-
version "6.0.2"
2172-
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.0.2.tgz#498cf18040cdb196d1280f1d829d996d2a07e004"
2173-
integrity sha512-emddFcRhA0hPGVIwIbW5g0V8vtCgw2g/H/A7jTdGe7dpCWEPpp6jPIXRRKcEUWgmg91R6rBNfV+LFHxBxmZXOQ==
2170+
"@mui/private-theming@^6.1.1":
2171+
version "6.1.1"
2172+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-6.1.1.tgz#6e56aa4bd35d701efccaa5125920fc9250754725"
2173+
integrity sha512-JlrjIdhyZUtewtdAuUsvi3ZnO0YS49IW4Mfz19ZWTlQ0sDGga6LNPVwHClWr2/zJK2we2BQx9/i8M32rgKuzrg==
21742174
dependencies:
2175-
"@babel/runtime" "^7.25.0"
2176-
"@mui/utils" "^6.0.2"
2175+
"@babel/runtime" "^7.25.6"
2176+
"@mui/utils" "^6.1.1"
21772177
prop-types "^15.8.1"
21782178

2179-
"@mui/styled-engine@^6.0.2":
2180-
version "6.0.2"
2181-
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-6.0.2.tgz#7eac59f5e9e1a7efba24d245d62de91752a67cc3"
2182-
integrity sha512-qd3Vlhted0SYVGotnCfVNcxff7vW2WN0fclbAexff60NeNS1qs/H/CImHEHUBiUGeNWMPRochbN6VF1arQ7/jA==
2179+
"@mui/styled-engine@^6.1.1":
2180+
version "6.1.1"
2181+
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-6.1.1.tgz#f75c39ed94eff3c8d5ef1d5deedd996b9f02273d"
2182+
integrity sha512-HJyIoMpFb11fnHuRtUILOXgq6vj4LhIlE8maG4SwP/W+E5sa7HFexhnB3vOMT7bKys4UKNxhobC8jwWxYilGsA==
21832183
dependencies:
2184-
"@babel/runtime" "^7.25.0"
2184+
"@babel/runtime" "^7.25.6"
21852185
"@emotion/cache" "^11.13.1"
2186+
"@emotion/sheet" "^1.4.0"
21862187
csstype "^3.1.3"
21872188
prop-types "^15.8.1"
21882189

2189-
"@mui/system@^6.0.2":
2190-
version "6.0.2"
2191-
resolved "https://registry.yarnpkg.com/@mui/system/-/system-6.0.2.tgz#9dce511047f63a5d819914cc978b719f439ebbc3"
2192-
integrity sha512-AZv1/C4PuHgWFTA8YraIzl3FTVLdRz0RIMRwEADWZBdIhnuTHS/4+r8qE9+3CcpTHg1WsEu8btaO3AhQahSM9A==
2193-
dependencies:
2194-
"@babel/runtime" "^7.25.0"
2195-
"@mui/private-theming" "^6.0.2"
2196-
"@mui/styled-engine" "^6.0.2"
2197-
"@mui/types" "^7.2.16"
2198-
"@mui/utils" "^6.0.2"
2190+
"@mui/system@^6.1.1":
2191+
version "6.1.1"
2192+
resolved "https://registry.yarnpkg.com/@mui/system/-/system-6.1.1.tgz#97d1fb3e17330a3141ddd28d7841eea8bfa070a8"
2193+
integrity sha512-PaYsCz2tUOcpu3T0okDEsSuP/yCDIj9JZ4Tox1JovRSKIjltHpXPsXZSGr3RiWdtM1MTQMFMCZzu0+CKbyy+Kw==
2194+
dependencies:
2195+
"@babel/runtime" "^7.25.6"
2196+
"@mui/private-theming" "^6.1.1"
2197+
"@mui/styled-engine" "^6.1.1"
2198+
"@mui/types" "^7.2.17"
2199+
"@mui/utils" "^6.1.1"
21992200
clsx "^2.1.1"
22002201
csstype "^3.1.3"
22012202
prop-types "^15.8.1"
22022203

2203-
"@mui/types@^7.2.16":
2204-
version "7.2.16"
2205-
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.16.tgz#66710c691b51cd4fca95322100cd74ec230cfe30"
2206-
integrity sha512-qI8TV3M7ShITEEc8Ih15A2vLzZGLhD+/UPNwck/hcls2gwg7dyRjNGXcQYHKLB5Q7PuTRfrTkAoPa2VV1s67Ag==
2204+
"@mui/types@^7.2.17":
2205+
version "7.2.17"
2206+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.17.tgz#329826062d4079de5ea2b97007575cebbba1fdbc"
2207+
integrity sha512-oyumoJgB6jDV8JFzRqjBo2daUuHpzDjoO/e3IrRhhHo/FxJlaVhET6mcNrKHUq2E+R+q3ql0qAtvQ4rfWHhAeQ==
22072208

2208-
"@mui/utils@^6.0.2":
2209-
version "6.0.2"
2210-
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.0.2.tgz#be3c7e79af074bce57559b7ea4c693d3a4c3c2ca"
2211-
integrity sha512-TeFrYsxcmeoDSlkoPhX+LjIuuqC5Pyj+xz2kRceKCkUpwMNTEeVOfowXDPe+mboZwmpJ5ZxP4eiAgQMdeEasjg==
2209+
"@mui/utils@^6.0.2", "@mui/utils@^6.1.1":
2210+
version "6.1.1"
2211+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-6.1.1.tgz#4c8c487e26ed5fb4d3333287eea2a2698a309ea4"
2212+
integrity sha512-HlRrgdJSPbYDXPpoVMWZV8AE7WcFtAk13rWNWAEVWKSanzBBkymjz3km+Th/Srowsh4pf1fTSP1B0L116wQBYw==
22122213
dependencies:
2213-
"@babel/runtime" "^7.25.0"
2214-
"@mui/types" "^7.2.16"
2214+
"@babel/runtime" "^7.25.6"
2215+
"@mui/types" "^7.2.17"
22152216
"@types/prop-types" "^15.7.12"
22162217
clsx "^2.1.1"
22172218
prop-types "^15.8.1"
@@ -2298,10 +2299,10 @@
22982299
redux-thunk "^3.1.0"
22992300
reselect "^5.1.0"
23002301

2301-
"@remix-run/[email protected].1":
2302-
version "1.19.1"
2303-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.1.tgz#984771bfd1de2715f42394c87fb716c1349e014f"
2304-
integrity sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==
2302+
"@remix-run/[email protected].2":
2303+
version "1.19.2"
2304+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
2305+
integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==
23052306

23062307
"@rollup/plugin-babel@^5.2.0":
23072308
version "5.3.1"
@@ -7203,10 +7204,10 @@ i18next-resources-to-backend@^1.2.1:
72037204
dependencies:
72047205
"@babel/runtime" "^7.23.2"
72057206

7206-
i18next@^23.14.0, i18next@^23.5.1:
7207-
version "23.14.0"
7208-
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.14.0.tgz#d415a858390cc849f3db0df539cb2bbfe24a3cdb"
7209-
integrity sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==
7207+
i18next@^23.15.1, i18next@^23.5.1:
7208+
version "23.15.1"
7209+
resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.15.1.tgz#c50de337bf12ca5195e697cc0fbe5f32304871d9"
7210+
integrity sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==
72107211
dependencies:
72117212
"@babel/runtime" "^7.23.2"
72127213

@@ -10041,13 +10042,13 @@ postcss@^8.1.10, postcss@^8.3.5, postcss@^8.4.4, postcss@^8.4.5, postcss@^8.4.6:
1004110042
source-map-js "^1.2.0"
1004210043

1004310044
postcss@^8.2.14:
10044-
version "8.4.45"
10045-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.45.tgz#538d13d89a16ef71edbf75d895284ae06b79e603"
10046-
integrity sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==
10045+
version "8.4.47"
10046+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
10047+
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
1004710048
dependencies:
1004810049
nanoid "^3.3.7"
10049-
picocolors "^1.0.1"
10050-
source-map-js "^1.2.0"
10050+
picocolors "^1.1.0"
10051+
source-map-js "^1.2.1"
1005110052

1005210053
prelude-ls@^1.2.1:
1005310054
version "1.2.1"
@@ -10301,12 +10302,12 @@ react-error-overlay@^6.0.11:
1030110302
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
1030210303
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
1030310304

10304-
react-i18next@^15.0.1:
10305-
version "15.0.1"
10306-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.0.1.tgz#fc662d93829ecb39683fe2757a47ebfbc5c912a0"
10307-
integrity sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w==
10305+
react-i18next@^15.0.2:
10306+
version "15.0.2"
10307+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.0.2.tgz#8b7f3c0e66cb4f99f95e2c507353398c41a68cc2"
10308+
integrity sha512-z0W3/RES9Idv3MmJUcf0mDNeeMOUXe+xoL0kPfQPbDoZHmni/XsIoq5zgT2MCFUiau283GuBUK578uD/mkAbLQ==
1030810309
dependencies:
10309-
"@babel/runtime" "^7.24.8"
10310+
"@babel/runtime" "^7.25.0"
1031010311
html-parse-stringify "^3.0.1"
1031110312

1031210313
react-is@^16.13.1, react-is@^16.7.0:
@@ -10337,20 +10338,20 @@ react-refresh@^0.11.0:
1033710338
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
1033810339
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
1033910340

10340-
react-router-dom@^6.26.1:
10341-
version "6.26.1"
10342-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.1.tgz#a408892b41767a49dc94b3564b0e7d8e3959f623"
10343-
integrity sha512-veut7m41S1fLql4pLhxeSW3jlqs+4MtjRLj0xvuCEXsxusJCbs6I8yn9BxzzDX2XDgafrccY6hwjmd/bL54tFw==
10341+
react-router-dom@^6.26.2:
10342+
version "6.26.2"
10343+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.2.tgz#a6e3b0cbd6bfd508e42b9342099d015a0ac59680"
10344+
integrity sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==
1034410345
dependencies:
10345-
"@remix-run/router" "1.19.1"
10346-
react-router "6.26.1"
10346+
"@remix-run/router" "1.19.2"
10347+
react-router "6.26.2"
1034710348

10348-
10349-
version "6.26.1"
10350-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.1.tgz#88c64837e05ffab6899a49df2a1484a22471e4ce"
10351-
integrity sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ==
10349+
10350+
version "6.26.2"
10351+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.2.tgz#2f0a68999168954431cdc29dd36cec3b6fa44a7e"
10352+
integrity sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==
1035210353
dependencies:
10353-
"@remix-run/router" "1.19.1"
10354+
"@remix-run/router" "1.19.2"
1035410355

1035510356
1035610357
version "5.0.1"
@@ -11205,6 +11206,11 @@ source-map-js@^1.2.0:
1120511206
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
1120611207
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
1120711208

11209+
source-map-js@^1.2.1:
11210+
version "1.2.1"
11211+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
11212+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
11213+
1120811214
source-map-loader@^3.0.0:
1120911215
version "3.0.1"
1121011216
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d"

0 commit comments

Comments
 (0)