Skip to content

Commit c1dd812

Browse files
authored
fix(deps): update emotion monorepo to v11.13.5 (#669)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent c23378b commit c1dd812

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@descope/react-sdk": "2.3.4",
7-
"@emotion/react": "11.13.3",
8-
"@emotion/styled": "11.13.0",
7+
"@emotion/react": "11.13.5",
8+
"@emotion/styled": "11.13.5",
99
"@mui/icons-material": "5.15.4",
1010
"@mui/material": "5.15.4",
1111
"clsx": "2.1.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@
14661466
jwt-decode "4.0.0"
14671467
tslib "2.6.3"
14681468

1469-
"@emotion/babel-plugin@^11.12.0":
1469+
"@emotion/babel-plugin@^11.13.5":
14701470
version "11.13.5"
14711471
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz#eab8d65dbded74e0ecfd28dc218e75607c4e7bc0"
14721472
integrity sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==
@@ -1483,7 +1483,7 @@
14831483
source-map "^0.5.7"
14841484
stylis "4.2.0"
14851485

1486-
"@emotion/cache@^11.11.0", "@emotion/cache@^11.13.0":
1486+
"@emotion/cache@^11.11.0", "@emotion/cache@^11.13.5":
14871487
version "11.14.0"
14881488
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.14.0.tgz#ee44b26986eeb93c8be82bb92f1f7a9b21b2ed76"
14891489
integrity sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==
@@ -1511,21 +1511,21 @@
15111511
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
15121512
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
15131513

1514-
"@emotion/react@11.13.3":
1515-
version "11.13.3"
1516-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.3.tgz#a69d0de2a23f5b48e0acf210416638010e4bd2e4"
1517-
integrity sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==
1514+
"@emotion/react@11.13.5":
1515+
version "11.13.5"
1516+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.5.tgz#fc818ff5b13424f86501ba4d0740f343ae20b8d9"
1517+
integrity sha512-6zeCUxUH+EPF1s+YF/2hPVODeV/7V07YU5x+2tfuRL8MdW6rv5vb2+CBEGTGwBdux0OIERcOS+RzxeK80k2DsQ==
15181518
dependencies:
15191519
"@babel/runtime" "^7.18.3"
1520-
"@emotion/babel-plugin" "^11.12.0"
1521-
"@emotion/cache" "^11.13.0"
1522-
"@emotion/serialize" "^1.3.1"
1520+
"@emotion/babel-plugin" "^11.13.5"
1521+
"@emotion/cache" "^11.13.5"
1522+
"@emotion/serialize" "^1.3.3"
15231523
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
1524-
"@emotion/utils" "^1.4.0"
1524+
"@emotion/utils" "^1.4.2"
15251525
"@emotion/weak-memoize" "^0.4.0"
15261526
hoist-non-react-statics "^3.3.1"
15271527

1528-
"@emotion/serialize@^1.3.0", "@emotion/serialize@^1.3.1", "@emotion/serialize@^1.3.3":
1528+
"@emotion/serialize@^1.3.3":
15291529
version "1.3.3"
15301530
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.3.tgz#d291531005f17d704d0463a032fe679f376509e8"
15311531
integrity sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==
@@ -1541,17 +1541,17 @@
15411541
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
15421542
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
15431543

1544-
"@emotion/styled@11.13.0":
1545-
version "11.13.0"
1546-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.13.0.tgz#633fd700db701472c7a5dbef54d6f9834e9fb190"
1547-
integrity sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==
1544+
"@emotion/styled@11.13.5":
1545+
version "11.13.5"
1546+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.13.5.tgz#0fa6602227414c5e42cf267506e3c35bae655df9"
1547+
integrity sha512-gnOQ+nGLPvDXgIx119JqGalys64lhMdnNQA9TMxhDA4K0Hq5+++OE20Zs5GxiCV9r814xQ2K5WmtofSpHVW6BQ==
15481548
dependencies:
15491549
"@babel/runtime" "^7.18.3"
1550-
"@emotion/babel-plugin" "^11.12.0"
1550+
"@emotion/babel-plugin" "^11.13.5"
15511551
"@emotion/is-prop-valid" "^1.3.0"
1552-
"@emotion/serialize" "^1.3.0"
1552+
"@emotion/serialize" "^1.3.3"
15531553
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
1554-
"@emotion/utils" "^1.4.0"
1554+
"@emotion/utils" "^1.4.2"
15551555

15561556
"@emotion/unitless@^0.10.0":
15571557
version "0.10.0"
@@ -1563,7 +1563,7 @@
15631563
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz#8a8cb77b590e09affb960f4ff1e9a89e532738bf"
15641564
integrity sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==
15651565

1566-
"@emotion/utils@^1.4.0", "@emotion/utils@^1.4.2":
1566+
"@emotion/utils@^1.4.2":
15671567
version "1.4.2"
15681568
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.2.tgz#6df6c45881fcb1c412d6688a311a98b7f59c1b52"
15691569
integrity sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==

0 commit comments

Comments
 (0)