Skip to content

Commit 84cfee0

Browse files
build(deps): bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the /web directory: [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material), [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material), [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@mui/icons-material` from 5.15.15 to 5.15.16 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.15.16/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.16/packages/mui-icons-material) Updates `@mui/material` from 5.15.15 to 5.15.16 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/v5.15.16/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v5.15.16/packages/mui-material) Updates `@types/lodash` from 4.17.0 to 4.17.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 20.12.7 to 20.12.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@mui/material" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/lodash" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 675d132 commit 84cfee0

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

web/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"dependencies": {
66
"@emotion/react": "^11.11.3",
77
"@emotion/styled": "^11.10.6",
8-
"@mui/icons-material": "^5.15.7",
9-
"@mui/material": "^5.15.7",
8+
"@mui/icons-material": "^5.15.16",
9+
"@mui/material": "^5.15.16",
1010
"@types/jest": "^29.5.11",
11-
"@types/lodash": "^4.14.202",
12-
"@types/node": "^20.11.14",
11+
"@types/lodash": "^4.17.1",
12+
"@types/node": "^20.12.8",
1313
"@types/react": "^18.2.45",
1414
"@types/react-dom": "^18.2.18",
1515
"@typescript-eslint/parser": "^5.54.1",

web/yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -1605,26 +1605,26 @@
16051605
clsx "^2.1.0"
16061606
prop-types "^15.8.1"
16071607

1608-
"@mui/core-downloads-tracker@^5.15.15":
1609-
version "5.15.15"
1610-
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.15.tgz#2bc2bda50db66c12f10aefec907c48c8f669ef59"
1611-
integrity sha512-aXnw29OWQ6I5A47iuWEI6qSSUfH6G/aCsW9KmW3LiFqr7uXZBK4Ks+z8G+qeIub8k0T5CMqlT2q0L+ZJTMrqpg==
1608+
"@mui/core-downloads-tracker@^5.15.16":
1609+
version "5.15.16"
1610+
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.16.tgz#f25f2b3966cb03f07a6479f7113aaf75a04e6e7e"
1611+
integrity sha512-PTIbMJs5C/vYMfyJNW8ArOezh4eyHkg2pTeA7bBxh2kLP1Uzs0Nm+krXWbWGJPwTWjM8EhnDrr4aCF26+2oleg==
16121612

1613-
"@mui/icons-material@^5.15.7":
1614-
version "5.15.15"
1615-
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.15.15.tgz#84ce08225a531d9f5dc5132009d91164b456a0ae"
1616-
integrity sha512-kkeU/pe+hABcYDH6Uqy8RmIsr2S/y5bP2rp+Gat4CcRjCcVne6KudS1NrZQhUCRysrTDCAhcbcf9gt+/+pGO2g==
1613+
"@mui/icons-material@^5.15.16":
1614+
version "5.15.16"
1615+
resolved "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.15.16.tgz#2fedd7b2bec967a8ac4bcbcf41da769b7508237b"
1616+
integrity sha512-s8vYbyACzTNZRKv+20fCfVXJwJqNcVotns2EKnu1wmAga6wv2LAo5kB1d5yqQqZlMFtp34EJvRXf7cy8X0tJVA==
16171617
dependencies:
16181618
"@babel/runtime" "^7.23.9"
16191619

1620-
"@mui/material@^5.15.7":
1621-
version "5.15.15"
1622-
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.15.tgz#e3ba35f50b510aa677cec3261abddc2db7b20b59"
1623-
integrity sha512-3zvWayJ+E1kzoIsvwyEvkTUKVKt1AjchFFns+JtluHCuvxgKcLSRJTADw37k0doaRtVAsyh8bz9Afqzv+KYrIA==
1620+
"@mui/material@^5.15.16":
1621+
version "5.15.16"
1622+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.15.16.tgz#c5ff46a6349a74647347120424a83a98a22b2de7"
1623+
integrity sha512-ery2hFReewko9gpDBqOr2VmXwQG9ifXofPhGzIx09/b9JqCQC/06kZXZDGGrOTpIddK9HlIf4yrS+G70jPAzUQ==
16241624
dependencies:
16251625
"@babel/runtime" "^7.23.9"
16261626
"@mui/base" "5.0.0-beta.40"
1627-
"@mui/core-downloads-tracker" "^5.15.15"
1627+
"@mui/core-downloads-tracker" "^5.15.16"
16281628
"@mui/system" "^5.15.15"
16291629
"@mui/types" "^7.2.14"
16301630
"@mui/utils" "^5.15.14"
@@ -2062,10 +2062,10 @@
20622062
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
20632063
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
20642064

2065-
"@types/lodash@^4.14.202":
2066-
version "4.17.0"
2067-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
2068-
integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==
2065+
"@types/lodash@^4.17.1":
2066+
version "4.17.1"
2067+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.1.tgz#0fabfcf2f2127ef73b119d98452bd317c4a17eb8"
2068+
integrity sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==
20692069

20702070
"@types/mdast@^3.0.0":
20712071
version "3.0.15"
@@ -2079,10 +2079,10 @@
20792079
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433"
20802080
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
20812081

2082-
"@types/node@*", "@types/node@^20.11.14":
2083-
version "20.12.7"
2084-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
2085-
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
2082+
"@types/node@*", "@types/node@^20.12.8":
2083+
version "20.12.8"
2084+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.8.tgz#35897bf2bfe3469847ab04634636de09552e8256"
2085+
integrity sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==
20862086
dependencies:
20872087
undici-types "~5.26.4"
20882088

0 commit comments

Comments
 (0)