Skip to content

Commit 55dc809

Browse files
Bump the security group in /web with 7 updates (#4537)
Bumps the security group in /web with 7 updates: | Package | From | To | | --- | --- | --- | | [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) | `5.15.14` | `5.15.15` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.14` | `5.15.15` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.3` | `7.24.4` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.3` | `7.24.4` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.2.74` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.2.24` | | [sass](https://github.com/sass/dart-sass) | `1.72.0` | `1.74.1` | Updates `@mui/icons-material` from 5.15.14 to 5.15.15 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.15/packages/mui-icons-material) Updates `@mui/material` from 5.15.14 to 5.15.15 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/next/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.15/packages/mui-material) Updates `@babel/core` from 7.24.3 to 7.24.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core) Updates `@babel/preset-env` from 7.24.3 to 7.24.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env) Updates `@types/react` from 18.2.73 to 18.2.74 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.23 to 18.2.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `sass` from 1.72.0 to 1.74.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.72.0...1.74.1) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: security ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f07c48f commit 55dc809

File tree

2 files changed

+100
-76
lines changed

2 files changed

+100
-76
lines changed

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"devDependencies": {
2424
"@aws-sdk/types": "^3.535.0",
2525
"@babel/cli": "^7.24.1",
26-
"@babel/core": "^7.24.3",
26+
"@babel/core": "^7.24.4",
2727
"@babel/eslint-parser": "^7.24.1",
2828
"@babel/helper-get-function-arity": "^7.16.7",
2929
"@babel/plugin-proposal-class-properties": "7.18.6",
3030
"@babel/plugin-proposal-decorators": "7.24.1",
3131
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
3232
"@babel/plugin-proposal-optional-chaining": "7.21.0",
33-
"@babel/preset-env": "^7.24.3",
33+
"@babel/preset-env": "^7.24.4",
3434
"@babel/preset-react": "^7.24.1",
3535
"@babel/preset-typescript": "^7.24.1",
3636
"@pact-foundation/pact": "^12.4.0",
@@ -54,8 +54,8 @@
5454
"@types/js-yaml": "3",
5555
"@types/lodash": "^4.17.0",
5656
"@types/node": "^18.7.13",
57-
"@types/react": "^18.2.73",
58-
"@types/react-dom": "^18.2.23",
57+
"@types/react": "^18.2.74",
58+
"@types/react-dom": "^18.2.24",
5959
"@types/react-helmet": "^6.1.11",
6060
"@types/react-modal": "^3.16.3",
6161
"@types/react-router": "^5.1",
@@ -102,7 +102,7 @@
102102
"path": "^0.12.7",
103103
"postcss-loader": "^6.2.1",
104104
"prop-types": "^15.7.2",
105-
"sass": "^1.72.0",
105+
"sass": "^1.74.1",
106106
"sass-loader": "12.4.0",
107107
"source-map-loader": "^0.2.4",
108108
"stream-browserify": "^3.0.0",
@@ -126,8 +126,8 @@
126126
"@grafana/data": "^8.5.16",
127127
"@maji/react-prism": "^1.0.1",
128128
"@monaco-editor/react": "^4.6.0",
129-
"@mui/icons-material": "^5.15.14",
130-
"@mui/material": "^5.15.14",
129+
"@mui/icons-material": "^5.15.15",
130+
"@mui/material": "^5.15.15",
131131
"@storybook/addon-storysource": "^7.6.17",
132132
"@tanstack/react-query": "^4.36.1",
133133
"@tanstack/react-query-devtools": "^4.36.1",

web/yarn.lock

Lines changed: 93 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"@babel/highlight" "^7.24.2"
5858
picocolors "^1.0.0"
5959

60-
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.1":
61-
version "7.24.1"
62-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
63-
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
60+
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
61+
version "7.24.4"
62+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
63+
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
6464

6565
6666
version "7.12.9"
@@ -84,18 +84,18 @@
8484
semver "^5.4.1"
8585
source-map "^0.5.0"
8686

87-
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.23.2", "@babel/core@^7.24.3", "@babel/core@^7.7.5":
88-
version "7.24.3"
89-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
90-
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
87+
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.23.2", "@babel/core@^7.24.4", "@babel/core@^7.7.5":
88+
version "7.24.4"
89+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
90+
integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
9191
dependencies:
9292
"@ampproject/remapping" "^2.2.0"
9393
"@babel/code-frame" "^7.24.2"
94-
"@babel/generator" "^7.24.1"
94+
"@babel/generator" "^7.24.4"
9595
"@babel/helper-compilation-targets" "^7.23.6"
9696
"@babel/helper-module-transforms" "^7.23.3"
97-
"@babel/helpers" "^7.24.1"
98-
"@babel/parser" "^7.24.1"
97+
"@babel/helpers" "^7.24.4"
98+
"@babel/parser" "^7.24.4"
9999
"@babel/template" "^7.24.0"
100100
"@babel/traverse" "^7.24.1"
101101
"@babel/types" "^7.24.0"
@@ -114,10 +114,10 @@
114114
eslint-visitor-keys "^2.1.0"
115115
semver "^6.3.1"
116116

117-
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.24.1", "@babel/generator@^7.7.2":
118-
version "7.24.1"
119-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
120-
integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
117+
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.24.1", "@babel/generator@^7.24.4", "@babel/generator@^7.7.2":
118+
version "7.24.4"
119+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
120+
integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
121121
dependencies:
122122
"@babel/types" "^7.24.0"
123123
"@jridgewell/gen-mapping" "^0.3.5"
@@ -171,6 +171,21 @@
171171
"@babel/helper-split-export-declaration" "^7.22.6"
172172
semver "^6.3.1"
173173

174+
"@babel/helper-create-class-features-plugin@^7.24.4":
175+
version "7.24.4"
176+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3"
177+
integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==
178+
dependencies:
179+
"@babel/helper-annotate-as-pure" "^7.22.5"
180+
"@babel/helper-environment-visitor" "^7.22.20"
181+
"@babel/helper-function-name" "^7.23.0"
182+
"@babel/helper-member-expression-to-functions" "^7.23.0"
183+
"@babel/helper-optimise-call-expression" "^7.22.5"
184+
"@babel/helper-replace-supers" "^7.24.1"
185+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
186+
"@babel/helper-split-export-declaration" "^7.22.6"
187+
semver "^6.3.1"
188+
174189
"@babel/helper-create-regexp-features-plugin@^7.18.6":
175190
version "7.21.0"
176191
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.0.tgz#53ff78472e5ce10a52664272a239787107603ebb"
@@ -366,10 +381,10 @@
366381
"@babel/template" "^7.22.15"
367382
"@babel/types" "^7.22.19"
368383

369-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.24.1":
370-
version "7.24.1"
371-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
372-
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
384+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.24.4":
385+
version "7.24.4"
386+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
387+
integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
373388
dependencies:
374389
"@babel/template" "^7.24.0"
375390
"@babel/traverse" "^7.24.1"
@@ -385,10 +400,18 @@
385400
js-tokens "^4.0.0"
386401
picocolors "^1.0.0"
387402

388-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1":
389-
version "7.24.1"
390-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
391-
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
403+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4":
404+
version "7.24.4"
405+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
406+
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
407+
408+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
409+
version "7.24.4"
410+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
411+
integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==
412+
dependencies:
413+
"@babel/helper-environment-visitor" "^7.22.20"
414+
"@babel/helper-plugin-utils" "^7.24.0"
392415

393416
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
394417
version "7.24.1"
@@ -715,10 +738,10 @@
715738
dependencies:
716739
"@babel/helper-plugin-utils" "^7.24.0"
717740

718-
"@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.24.1":
719-
version "7.24.1"
720-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f"
721-
integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==
741+
"@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.24.4":
742+
version "7.24.4"
743+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012"
744+
integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==
722745
dependencies:
723746
"@babel/helper-plugin-utils" "^7.24.0"
724747

@@ -730,12 +753,12 @@
730753
"@babel/helper-create-class-features-plugin" "^7.24.1"
731754
"@babel/helper-plugin-utils" "^7.24.0"
732755

733-
"@babel/plugin-transform-class-static-block@^7.24.1":
734-
version "7.24.1"
735-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6"
736-
integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==
756+
"@babel/plugin-transform-class-static-block@^7.24.4":
757+
version "7.24.4"
758+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
759+
integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
737760
dependencies:
738-
"@babel/helper-create-class-features-plugin" "^7.24.1"
761+
"@babel/helper-create-class-features-plugin" "^7.24.4"
739762
"@babel/helper-plugin-utils" "^7.24.0"
740763
"@babel/plugin-syntax-class-static-block" "^7.14.5"
741764

@@ -1128,15 +1151,16 @@
11281151
core-js "^2.6.5"
11291152
regenerator-runtime "^0.13.4"
11301153

1131-
"@babel/preset-env@^7.12.11", "@babel/preset-env@^7.24.3":
1132-
version "7.24.3"
1133-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3"
1134-
integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==
1154+
"@babel/preset-env@^7.12.11", "@babel/preset-env@^7.24.4":
1155+
version "7.24.4"
1156+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b"
1157+
integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==
11351158
dependencies:
1136-
"@babel/compat-data" "^7.24.1"
1159+
"@babel/compat-data" "^7.24.4"
11371160
"@babel/helper-compilation-targets" "^7.23.6"
11381161
"@babel/helper-plugin-utils" "^7.24.0"
11391162
"@babel/helper-validator-option" "^7.23.5"
1163+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4"
11401164
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
11411165
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
11421166
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
@@ -1163,9 +1187,9 @@
11631187
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
11641188
"@babel/plugin-transform-async-to-generator" "^7.24.1"
11651189
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
1166-
"@babel/plugin-transform-block-scoping" "^7.24.1"
1190+
"@babel/plugin-transform-block-scoping" "^7.24.4"
11671191
"@babel/plugin-transform-class-properties" "^7.24.1"
1168-
"@babel/plugin-transform-class-static-block" "^7.24.1"
1192+
"@babel/plugin-transform-class-static-block" "^7.24.4"
11691193
"@babel/plugin-transform-classes" "^7.24.1"
11701194
"@babel/plugin-transform-computed-properties" "^7.24.1"
11711195
"@babel/plugin-transform-destructuring" "^7.24.1"
@@ -2217,27 +2241,27 @@
22172241
clsx "^2.1.0"
22182242
prop-types "^15.8.1"
22192243

2220-
"@mui/core-downloads-tracker@^5.15.14":
2221-
version "5.15.14"
2222-
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.14.tgz#f7c57b261904831877220182303761c012d05046"
2223-
integrity sha512-on75VMd0XqZfaQW+9pGjSNiqW+ghc5E2ZSLRBXwcXl/C4YzjfyjrLPhrEpKnR9Uym9KXBvxrhoHfPcczYHweyA==
2244+
"@mui/core-downloads-tracker@^5.15.15":
2245+
version "5.15.15"
2246+
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.15.tgz#2bc2bda50db66c12f10aefec907c48c8f669ef59"
2247+
integrity sha512-aXnw29OWQ6I5A47iuWEI6qSSUfH6G/aCsW9KmW3LiFqr7uXZBK4Ks+z8G+qeIub8k0T5CMqlT2q0L+ZJTMrqpg==
22242248

2225-
"@mui/icons-material@^5.15.14":
2226-
version "5.15.14"
2227-
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.15.14.tgz#333468c94988d96203946d1cfeb8f4d7e8e7de34"
2228-
integrity sha512-vj/51k7MdFmt+XVw94sl30SCvGx6+wJLsNYjZRgxhS6y3UtnWnypMOsm3Kmg8TN+P0dqwsjy4/fX7B1HufJIhw==
2249+
"@mui/icons-material@^5.15.15":
2250+
version "5.15.15"
2251+
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.15.15.tgz#84ce08225a531d9f5dc5132009d91164b456a0ae"
2252+
integrity sha512-kkeU/pe+hABcYDH6Uqy8RmIsr2S/y5bP2rp+Gat4CcRjCcVne6KudS1NrZQhUCRysrTDCAhcbcf9gt+/+pGO2g==
22292253
dependencies:
22302254
"@babel/runtime" "^7.23.9"
22312255

2232-
"@mui/material@^5.15.14":
2233-
version "5.15.14"
2234-
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.14.tgz#a40bd5eccfa9fc925535e1f4d70c6cef77fa3a75"
2235-
integrity sha512-kEbRw6fASdQ1SQ7LVdWR5OlWV3y7Y54ZxkLzd6LV5tmz+NpO3MJKZXSfgR0LHMP7meKsPiMm4AuzV0pXDpk/BQ==
2256+
"@mui/material@^5.15.15":
2257+
version "5.15.15"
2258+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.15.tgz#e3ba35f50b510aa677cec3261abddc2db7b20b59"
2259+
integrity sha512-3zvWayJ+E1kzoIsvwyEvkTUKVKt1AjchFFns+JtluHCuvxgKcLSRJTADw37k0doaRtVAsyh8bz9Afqzv+KYrIA==
22362260
dependencies:
22372261
"@babel/runtime" "^7.23.9"
22382262
"@mui/base" "5.0.0-beta.40"
2239-
"@mui/core-downloads-tracker" "^5.15.14"
2240-
"@mui/system" "^5.15.14"
2263+
"@mui/core-downloads-tracker" "^5.15.15"
2264+
"@mui/system" "^5.15.15"
22412265
"@mui/types" "^7.2.14"
22422266
"@mui/utils" "^5.15.14"
22432267
"@types/react-transition-group" "^4.4.10"
@@ -2266,10 +2290,10 @@
22662290
csstype "^3.1.3"
22672291
prop-types "^15.8.1"
22682292

2269-
"@mui/system@^5.15.14":
2270-
version "5.15.14"
2271-
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.15.14.tgz#8a0c6571077eeb6b5f1ff7aa7ff6a3dc4a14200d"
2272-
integrity sha512-auXLXzUaCSSOLqJXmsAaq7P96VPRXg2Rrz6OHNV7lr+kB8lobUF+/N84Vd9C4G/wvCXYPs5TYuuGBRhcGbiBGg==
2293+
"@mui/system@^5.15.15":
2294+
version "5.15.15"
2295+
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.15.15.tgz#658771b200ce3c4a0f28e58169f02e5e718d1c53"
2296+
integrity sha512-aulox6N1dnu5PABsfxVGOZffDVmlxPOVgj56HrUnJE8MCSh8lOvvkd47cebIVQQYAjpwieXQXiDPj5pwM40jTQ==
22732297
dependencies:
22742298
"@babel/runtime" "^7.23.9"
22752299
"@mui/private-theming" "^5.15.14"
@@ -4182,10 +4206,10 @@
41824206
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz"
41834207
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
41844208

4185-
"@types/react-dom@*", "@types/react-dom@^18.0.0", "@types/react-dom@^18.2.23":
4186-
version "18.2.23"
4187-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.23.tgz#112338760f622a16d64271b408355f2f27f6302c"
4188-
integrity sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==
4209+
"@types/react-dom@*", "@types/react-dom@^18.0.0", "@types/react-dom@^18.2.24":
4210+
version "18.2.24"
4211+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.24.tgz#8dda8f449ae436a7a6e91efed8035d4ab03ff759"
4212+
integrity sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg==
41894213
dependencies:
41904214
"@types/react" "*"
41914215

@@ -4236,10 +4260,10 @@
42364260
dependencies:
42374261
"@types/react" "*"
42384262

4239-
"@types/react@*", "@types/react@^18.2.73":
4240-
version "18.2.73"
4241-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.73.tgz#0579548ad122660d99e00499d22e33b81e73ed94"
4242-
integrity sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==
4263+
"@types/react@*", "@types/react@^18.2.74":
4264+
version "18.2.74"
4265+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.74.tgz#2d52eb80e4e7c4ea8812c89181d6d590b53f958c"
4266+
integrity sha512-9AEqNZZyBx8OdZpxzQlaFEVCSFUM2YXJH46yPOiOpm078k6ZLOCcuAzGum/zK8YBwY+dbahVNbHrbgrAwIRlqw==
42434267
dependencies:
42444268
"@types/prop-types" "*"
42454269
csstype "^3.0.2"
@@ -15257,10 +15281,10 @@ [email protected]:
1525715281
klona "^2.0.4"
1525815282
neo-async "^2.6.2"
1525915283

15260-
sass@^1.72.0:
15261-
version "1.72.0"
15262-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.72.0.tgz#5b9978943fcfb32b25a6a5acb102fc9dabbbf41c"
15263-
integrity sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==
15284+
sass@^1.74.1:
15285+
version "1.74.1"
15286+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.74.1.tgz#686fc227d3707dd25cb2925e1db8e4562be29319"
15287+
integrity sha512-w0Z9p/rWZWelb88ISOLyvqTWGmtmu2QJICqDBGyNnfG4OUnPX9BBjjYIXUpXCMOOg5MQWNpqzt876la1fsTvUA==
1526415288
dependencies:
1526515289
chokidar ">=3.0.0 <4.0.0"
1526615290
immutable "^4.0.0"

0 commit comments

Comments
 (0)