Skip to content

Commit 3daa1bf

Browse files
Update all non-major dependencies (#29298)
* Update all non-major dependencies * Prettier Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
1 parent e5c8d7d commit 3daa1bf

File tree

11 files changed

+66
-67
lines changed

11 files changed

+66
-67
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"postcss-preset-env": "^10.0.0",
275275
"postcss-scss": "^4.0.4",
276276
"postcss-simple-vars": "^7.0.1",
277-
"prettier": "3.4.2",
277+
"prettier": "3.5.1",
278278
"process": "^0.11.10",
279279
"raw-loader": "^4.0.2",
280280
"rimraf": "^6.0.0",

res/css/structures/ErrorView.pcss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Please see LICENSE files in the repository root for full details.
1010
--cpd-separator-inset: calc(50% - (var(--width) / 2));
1111
--cpd-separator-spacing: var(--cpd-space-8x);
1212

13-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
14-
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
13+
font-family:
14+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
15+
"Segoe UI Emoji", "Segoe UI Symbol";
1516
text-align: center;
1617
color: var(--cpd-color-text-primary);
1718
width: 100%;

res/css/structures/_SpacePanel.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ Please see LICENSE files in the repository root for full details.
365365
Note the top fade is much smaller because the spaces start close to the top,
366366
so otherwise a large gradient suddenly appears when you scroll down.
367367
*/
368-
mask-image: linear-gradient(to bottom, transparent, black 16px),
368+
mask-image:
369+
linear-gradient(to bottom, transparent, black 16px),
369370
linear-gradient(
370371
to top,
371372
transparent,

res/css/structures/_SplashPage.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Please see LICENSE files in the repository root for full details.
1616
position: absolute;
1717
z-index: -1;
1818
opacity: 0.6;
19-
background-image: radial-gradient(
19+
background-image:
20+
radial-gradient(
2021
53.85% 66.75% at 87.55% 0%,
2122
hsla(250deg, 76%, 71%, 0.261) 0%,
2223
hsla(250deg, 100%, 88%, 0) 100%

res/themes/dark/css/_dark.pcss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,8 @@ body {
309309

310310
/* Splash Page Gradient */
311311
.mx_SplashPage::before {
312-
background-image: radial-gradient(
313-
53.85% 66.75% at 87.55% 0%,
314-
hsla(0deg, 0%, 11%, 0.15) 0%,
315-
hsla(250deg, 100%, 88%, 0) 100%
316-
),
312+
background-image:
313+
radial-gradient(53.85% 66.75% at 87.55% 0%, hsla(0deg, 0%, 11%, 0.15) 0%, hsla(250deg, 100%, 88%, 0) 100%),
317314
radial-gradient(41.93% 41.93% at 0% 0%, hsla(0deg, 0%, 38%, 0.28) 0%, hsla(250deg, 100%, 88%, 0) 100%),
318315
radial-gradient(100% 100% at 0% 0%, hsla(250deg, 100%, 88%, 0.3) 0%, hsla(0deg, 100%, 86%, 0) 100%),
319316
radial-gradient(106.35% 96.26% at 100% 0%, hsla(25deg, 100%, 88%, 0.4) 0%, hsla(167deg, 76%, 82%, 0) 100%) !important;

res/themes/legacy-light/css/_legacy-light.pcss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
/* Noto Color Emoji contains digits, in fixed-width, therefore causing
1111
digits in flowed text to stand out.
1212
TODO: Consider putting all emoji fonts to the end rather than the front. */
13-
$font-family: "Nunito", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Arial", "Helvetica",
14-
sans-serif, "Noto Color Emoji";
13+
$font-family:
14+
"Nunito", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Arial", "Helvetica", sans-serif,
15+
"Noto Color Emoji";
1516

16-
$monospace-font-family: "Inconsolata", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Courier",
17-
monospace, "Noto Color Emoji";
17+
$monospace-font-family:
18+
"Inconsolata", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Courier", monospace,
19+
"Noto Color Emoji";
1820

1921
/* unified palette */
2022
/* try to use these colors when possible */

res/themes/light/css/_light.pcss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
/* Noto Color Emoji contains digits, in fixed-width, therefore causing
1111
digits in flowed text to stand out.
1212
TODO: Consider putting all emoji fonts to the end rather than the front. */
13-
$font-family: "Inter", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Arial", "Helvetica",
14-
sans-serif, "Noto Color Emoji";
13+
$font-family:
14+
"Inter", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Arial", "Helvetica", sans-serif,
15+
"Noto Color Emoji";
1516

16-
$monospace-font-family: "Inconsolata", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Courier",
17-
monospace, "Noto Color Emoji";
17+
$monospace-font-family:
18+
"Inconsolata", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Courier", monospace,
19+
"Noto Color Emoji";
1820

1921
/* Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A120 */
2022
/* ******************** */

src/vector/mobile_guide/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
background: #f9fafb;
1717
max-width: 680px;
1818
margin: auto;
19-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
19+
font-family:
20+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
2021
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2122
}
2223

src/vector/static/incompatible-browser.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
background: #f9fafb;
1717
max-width: 680px;
1818
margin: auto;
19-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
19+
font-family:
20+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
2021
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2122
}
2223

src/vector/static/unable-to-load.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
background: #f9fafb;
1717
max-width: 680px;
1818
margin: auto;
19-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
19+
font-family:
20+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
2021
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2122
}
2223

yarn.lock

Lines changed: 38 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5737,18 +5737,10 @@ end-of-stream@^1.1.0, end-of-stream@^1.4.1:
57375737
dependencies:
57385738
once "^1.4.0"
57395739

5740-
enhanced-resolve@^5.17.1:
5741-
version "5.17.1"
5742-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
5743-
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
5744-
dependencies:
5745-
graceful-fs "^4.2.4"
5746-
tapable "^2.2.0"
5747-
5748-
enhanced-resolve@^5.18.0:
5749-
version "5.18.0"
5750-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz#91eb1db193896b9801251eeff1c6980278b1e404"
5751-
integrity sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==
5740+
enhanced-resolve@^5.17.1, enhanced-resolve@^5.18.0:
5741+
version "5.18.1"
5742+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz#728ab082f8b7b6836de51f1637aab5d3b9568faf"
5743+
integrity sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==
57525744
dependencies:
57535745
graceful-fs "^4.2.4"
57545746
tapable "^2.2.0"
@@ -5880,9 +5872,9 @@ es-iterator-helpers@^1.2.1:
58805872
safe-array-concat "^1.1.3"
58815873

58825874
es-module-lexer@^1.2.1:
5883-
version "1.5.4"
5884-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz#a8efec3a3da991e60efa6b633a7cad6ab8d26b78"
5885-
integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
5875+
version "1.6.0"
5876+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.6.0.tgz#da49f587fd9e68ee2404fe4e256c0c7d3a81be21"
5877+
integrity sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==
58865878

58875879
es-object-atoms@^1.0.0:
58885880
version "1.1.1"
@@ -6586,7 +6578,7 @@ flatted@^3.3.2:
65866578
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.2.tgz#adba1448a9841bec72b42c532ea23dbbedef1a27"
65876579
integrity sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==
65886580

6589-
focus-lock@^1.3.5:
6581+
focus-lock@^1.3.6:
65906582
version "1.3.6"
65916583
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-1.3.6.tgz#955eec1e10591d56f679258edb94aedb11d691cd"
65926584
integrity sha512-Ik/6OCk9RQQ0T5Xw+hKNLWrjSMtv51dD4GRmJjbD5a58TIEpI5a5iXagKVl3Z5UuyslMCA8Xwnu76jQob62Yhg==
@@ -8372,9 +8364,9 @@ kleur@^3.0.3:
83728364
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
83738365

83748366
knip@^5.36.2:
8375-
version "5.43.6"
8376-
resolved "https://registry.yarnpkg.com/knip/-/knip-5.43.6.tgz#7faed2462ddc27e5b2f47a9224b7f51150b71f9b"
8377-
integrity sha512-bUCFlg44imdV5vayYxu0pIAB373S8Ufjda0qaI9oRZDH6ltJFwUoAO2j7nafxDmo5G0ZeP4IiLAHqlc3wYIONQ==
8367+
version "5.44.1"
8368+
resolved "https://registry.yarnpkg.com/knip/-/knip-5.44.1.tgz#712cb670af20185a1133eb4d33302105e062836e"
8369+
integrity sha512-YJrz7K6AA3SwXJ5LL9ZlzQX9wcihMNwKoGBAaY5kUn4rLNOZ5ehsjFV+xm8gQuIJdjsFIKcFsy0K3U3yM/mabw==
83788370
dependencies:
83798371
"@nodelib/fs.walk" "3.0.1"
83808372
"@snyk/github-codeowners" "1.1.0"
@@ -10252,10 +10244,10 @@ prelude-ls@^1.2.1:
1025210244
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
1025310245
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
1025410246

10255-
prettier@3.4.2:
10256-
version "3.4.2"
10257-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
10258-
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
10247+
prettier@3.5.1:
10248+
version "3.5.1"
10249+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.1.tgz#22fac9d0b18c0b92055ac8fb619ac1c7bef02fb7"
10250+
integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==
1025910251

1026010252
prettier@^2.6.2:
1026110253
version "2.8.8"
@@ -10490,7 +10482,7 @@ react-blurhash@^0.3.0:
1049010482
resolved "https://registry.yarnpkg.com/react-blurhash/-/react-blurhash-0.3.0.tgz#f125801d052644f74420c79b05981691d17c9705"
1049110483
integrity sha512-XlKr4Ns1iYFRnk6DkAblNbAwN/bTJvxTVoxMvmTcURdc5oLoXZwqAF9N3LZUh/HT+QFlq5n6IS6VsDGsviYAiQ==
1049210484

10493-
react-clientside-effect@^1.2.6:
10485+
react-clientside-effect@^1.2.7:
1049410486
version "1.2.7"
1049510487
resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.7.tgz#78eb62e3be36208d4d8d5b2668ae630a32deca73"
1049610488
integrity sha512-gce9m0Pk/xYYMEojRI9bgvqQAkl6hm7ozQvqWPyQx+kULiatdHgkNM1QG4DQRx5N9BAzWSCJmt9mMV8/KsdgVg==
@@ -10506,16 +10498,16 @@ react-dom@^18.3.1:
1050610498
scheduler "^0.23.2"
1050710499

1050810500
react-focus-lock@^2.5.1:
10509-
version "2.13.5"
10510-
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.13.5.tgz#68b01618ef3a4717746a02e223afe9d86a69a95e"
10511-
integrity sha512-HjHuZFFk2+j6ZT3LDQpyqffue541HrxUG/OFchCEwis9nstgNg0rREVRAxHBcB1lHJ5Fsxtx1qya/5xFwxDb4g==
10501+
version "2.13.6"
10502+
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.13.6.tgz#29751bf2e4e30f6248673cd87a347c74ff2af672"
10503+
integrity sha512-ehylFFWyYtBKXjAO9+3v8d0i+cnc1trGS0vlTGhzFW1vbFXVUTmR8s2tt/ZQG8x5hElg6rhENlLG1H3EZK0Llg==
1051210504
dependencies:
1051310505
"@babel/runtime" "^7.0.0"
10514-
focus-lock "^1.3.5"
10506+
focus-lock "^1.3.6"
1051510507
prop-types "^15.6.2"
10516-
react-clientside-effect "^1.2.6"
10517-
use-callback-ref "^1.3.2"
10518-
use-sidecar "^1.1.2"
10508+
react-clientside-effect "^1.2.7"
10509+
use-callback-ref "^1.3.3"
10510+
use-sidecar "^1.1.3"
1051910511

1052010512
react-is@^16.13.1, react-is@^16.7.0:
1052110513
version "16.13.1"
@@ -11042,7 +11034,7 @@ scheduler@^0.23.2:
1104211034
dependencies:
1104311035
loose-envify "^1.1.0"
1104411036

11045-
schema-utils@^3.0.0, schema-utils@^3.2.0:
11037+
schema-utils@^3.0.0:
1104611038
version "3.3.0"
1104711039
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
1104811040
integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
@@ -11921,7 +11913,7 @@ temporal-spec@^0.2.4:
1192111913
resolved "https://registry.yarnpkg.com/temporal-spec/-/temporal-spec-0.2.4.tgz#7eb10447a62429ffaaa80b42b869b138ae306a75"
1192211914
integrity sha512-lDMFv4nKQrSjlkHKAlHVqKrBG4DyFfa9F74cmBZ3Iy3ed8yvWnlWSIdi4IKfSqwmazAohBNwiN64qGx4y5Q3IQ==
1192311915

11924-
terser-webpack-plugin@^5.3.10, terser-webpack-plugin@^5.3.9:
11916+
terser-webpack-plugin@^5.3.11, terser-webpack-plugin@^5.3.9:
1192511917
version "5.3.11"
1192611918
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz#93c21f44ca86634257cac176f884f942b7ba3832"
1192711919
integrity sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==
@@ -11943,9 +11935,9 @@ terser@^5.10.0:
1194311935
source-map-support "~0.5.20"
1194411936

1194511937
terser@^5.31.1:
11946-
version "5.37.0"
11947-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.37.0.tgz#38aa66d1cfc43d0638fab54e43ff8a4f72a21ba3"
11948-
integrity sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==
11938+
version "5.39.0"
11939+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.39.0.tgz#0e82033ed57b3ddf1f96708d123cca717d86ca3a"
11940+
integrity sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==
1194911941
dependencies:
1195011942
"@jridgewell/source-map" "^0.3.3"
1195111943
acorn "^8.8.2"
@@ -12369,7 +12361,7 @@ use-callback-ref@^1.3.0:
1236912361
dependencies:
1237012362
tslib "^2.0.0"
1237112363

12372-
use-callback-ref@^1.3.2:
12364+
use-callback-ref@^1.3.3:
1237312365
version "1.3.3"
1237412366
resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.3.3.tgz#98d9fab067075841c5b2c6852090d5d0feabe2bf"
1237512367
integrity sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==
@@ -12381,7 +12373,7 @@ use-memo-one@^1.1.1:
1238112373
resolved "https://registry.yarnpkg.com/use-memo-one/-/use-memo-one-1.1.3.tgz#2fd2e43a2169eabc7496960ace8c79efef975e99"
1238212374
integrity sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==
1238312375

12384-
use-sidecar@^1.1.2:
12376+
use-sidecar@^1.1.2, use-sidecar@^1.1.3:
1238512377
version "1.1.3"
1238612378
resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.1.3.tgz#10e7fd897d130b896e2c546c63a5e8233d00efdb"
1238712379
integrity sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==
@@ -12675,9 +12667,9 @@ webpack-virtual-modules@^0.5.0:
1267512667
integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==
1267612668

1267712669
webpack@^5.89.0:
12678-
version "5.97.1"
12679-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.97.1.tgz#972a8320a438b56ff0f1d94ade9e82eac155fa58"
12680-
integrity sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==
12670+
version "5.98.0"
12671+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.98.0.tgz#44ae19a8f2ba97537978246072fb89d10d1fbd17"
12672+
integrity sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==
1268112673
dependencies:
1268212674
"@types/eslint-scope" "^3.7.7"
1268312675
"@types/estree" "^1.0.6"
@@ -12697,9 +12689,9 @@ webpack@^5.89.0:
1269712689
loader-runner "^4.2.0"
1269812690
mime-types "^2.1.27"
1269912691
neo-async "^2.6.2"
12700-
schema-utils "^3.2.0"
12692+
schema-utils "^4.3.0"
1270112693
tapable "^2.1.1"
12702-
terser-webpack-plugin "^5.3.10"
12694+
terser-webpack-plugin "^5.3.11"
1270312695
watchpack "^2.4.1"
1270412696
webpack-sources "^3.2.3"
1270512697

@@ -13022,6 +13014,6 @@ zod-validation-error@^3.0.3:
1302213014
integrity sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==
1302313015

1302413016
zod@^3.22.4:
13025-
version "3.24.1"
13026-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
13027-
integrity sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==
13017+
version "3.24.2"
13018+
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
13019+
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==

0 commit comments

Comments
 (0)