Skip to content

Commit 7680183

Browse files
authored
Merge branch 'master' into dep-reviews-adel
2 parents 260c97a + 40cb52f commit 7680183

2 files changed

Lines changed: 36 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"html-webpack-plugin": "~5.6.6",
8383
"jest": "~30.3.0",
8484
"jest-environment-jsdom": "^30.3.0",
85-
"mini-css-extract-plugin": "^2.10.1",
85+
"mini-css-extract-plugin": "^2.10.2",
8686
"prop-types": "~15.8.1",
8787
"react": "~19.2.4",
8888
"react-dom": "~19.2.4",

yarn.lock

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5223,9 +5223,9 @@ lodash.merge@^4.6.2:
52235223
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
52245224

52255225
lodash@^4.17.20, lodash@^4.17.21:
5226-
version "4.17.23"
5227-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
5228-
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
5226+
version "4.18.1"
5227+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
5228+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
52295229

52305230
loose-envify@^1.4.0:
52315231
version "1.4.0"
@@ -5357,10 +5357,10 @@ min-indent@^1.0.0:
53575357
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
53585358
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
53595359

5360-
mini-css-extract-plugin@^2.10.1:
5361-
version "2.10.1"
5362-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.1.tgz#a7f0bb890f4e1ce6dfc124bd1e6d6fcd3b359844"
5363-
integrity sha512-k7G3Y5QOegl380tXmZ68foBRRjE9Ljavx835ObdvmZjQ639izvZD8CS7BkWw1qKPPzHsGL/JDhl0uyU1zc2rJw==
5360+
mini-css-extract-plugin@^2.10.2:
5361+
version "2.10.2"
5362+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.2.tgz#5c85ec9450c05d26e32531b465a15a08c3a57253"
5363+
integrity sha512-AOSS0IdEB95ayVkxn5oGzNQwqAi2J0Jb/kKm43t7H73s8+f5873g0yuj0PNvK4dO75mu5DHg4nlgp4k6Kga8eg==
53645364
dependencies:
53655365
schema-utils "^4.0.0"
53665366
tapable "^2.2.1"
@@ -6561,7 +6561,16 @@ string-length@^4.0.2:
65616561
char-regex "^1.0.2"
65626562
strip-ansi "^6.0.0"
65636563

6564-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6564+
"string-width-cjs@npm:string-width@^4.2.0":
6565+
version "4.2.3"
6566+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6567+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6568+
dependencies:
6569+
emoji-regex "^8.0.0"
6570+
is-fullwidth-code-point "^3.0.0"
6571+
strip-ansi "^6.0.1"
6572+
6573+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
65656574
version "4.2.3"
65666575
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
65676576
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6652,7 +6661,14 @@ string_decoder@~1.1.1:
66526661
dependencies:
66536662
safe-buffer "~5.1.0"
66546663

6655-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6664+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6665+
version "6.0.1"
6666+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6667+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6668+
dependencies:
6669+
ansi-regex "^5.0.1"
6670+
6671+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
66566672
version "6.0.1"
66576673
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
66586674
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7279,7 +7295,16 @@ wildcard@^2.0.1:
72797295
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
72807296
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
72817297

7282-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7298+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7299+
version "7.0.0"
7300+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7301+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7302+
dependencies:
7303+
ansi-styles "^4.0.0"
7304+
string-width "^4.1.0"
7305+
strip-ansi "^6.0.0"
7306+
7307+
wrap-ansi@^7.0.0:
72837308
version "7.0.0"
72847309
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
72857310
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)