Skip to content

Commit 771d124

Browse files
Bump @mui/styled-engine from 7.0.2 to 7.1.0 in /frontend (#1312)
Bumps [@mui/styled-engine](https://github.com/mui/material-ui/tree/HEAD/packages/mui-styled-engine) from 7.0.2 to 7.1.0. - [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/v7.1.0/packages/mui-styled-engine) --- updated-dependencies: - dependency-name: "@mui/styled-engine" dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84c616c commit 771d124

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@auth0/auth0-react": "^2.2.4",
1717
"@emotion/styled": "^11.14.0",
1818
"@mui/material": "^5.15.10",
19-
"@mui/styled-engine": "^7.0.2",
19+
"@mui/styled-engine": "^7.1.0",
2020
"@neo4j-devtools/word-color": "^0.0.8",
2121
"@neo4j-ndl/base": "^3.2.9",
2222
"@neo4j-ndl/react": "^3.2.18",

frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@
203203
dependencies:
204204
"@babel/helper-plugin-utils" "^7.27.1"
205205

206-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.27.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
207-
version "7.27.1"
208-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
209-
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
206+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.27.1", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
207+
version "7.27.4"
208+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.4.tgz#a91ec580e6c00c67118127777c316dfd5a5a6abf"
209+
integrity sha512-t3yaEOuGu9NlIZ+hIeGbBjFtZT7j2cb2tg0fuaJKeGotchRjjLfrBA9Kwf8quhpP1EUuxModQg04q/mBwyg8uA==
210210

211211
"@babel/template@^7.25.0":
212212
version "7.25.0"
@@ -777,12 +777,12 @@
777777
csstype "^3.1.3"
778778
prop-types "^15.8.1"
779779

780-
"@mui/styled-engine@^7.0.2":
781-
version "7.0.2"
782-
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-7.0.2.tgz#7f13cd8b8cd793fbcd02fff5a8bee64069dc9265"
783-
integrity sha512-11Bt4YdHGlh7sB8P75S9mRCUxTlgv7HGbr0UKz6m6Z9KLeiw1Bm9y/t3iqLLVMvSHYB6zL8X8X+LmfTE++gyBw==
780+
"@mui/styled-engine@^7.1.0":
781+
version "7.1.0"
782+
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-7.1.0.tgz#3bf1d7856b98934585f7d03582bd74073db2a4b4"
783+
integrity sha512-m0mJ0c6iRC+f9hMeRe0W7zZX1wme3oUX0+XTVHjPG7DJz6OdQ6K/ggEOq7ZdwilcpdsDUwwMfOmvO71qDkYd2w==
784784
dependencies:
785-
"@babel/runtime" "^7.27.0"
785+
"@babel/runtime" "^7.27.1"
786786
"@emotion/cache" "^11.13.5"
787787
"@emotion/serialize" "^1.3.3"
788788
"@emotion/sheet" "^1.4.0"

0 commit comments

Comments
 (0)