Skip to content

Commit 7e50975

Browse files
Bump @emotion/react from 11.10.6 to 11.11.3
Bumps [@emotion/react](https://github.com/emotion-js/emotion) from 11.10.6 to 11.11.3. - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.10.6...@emotion/react@11.11.3) --- updated-dependencies: - dependency-name: "@emotion/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 870eb43 commit 7e50975

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"README.md"
2323
],
2424
"devDependencies": {
25-
"@emotion/react": "^11.10.6",
25+
"@emotion/react": "^11.11.3",
2626
"@types/debug": "^4.1.12",
2727
"@types/express": "^4.17.21",
2828
"@types/jest": "^29.4.0",

yarn.lock

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -388,93 +388,93 @@
388388
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
389389
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
390390

391-
"@emotion/babel-plugin@^11.10.6":
392-
version "11.10.6"
393-
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz#a68ee4b019d661d6f37dec4b8903255766925ead"
394-
integrity sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==
391+
"@emotion/babel-plugin@^11.11.0":
392+
version "11.11.0"
393+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c"
394+
integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==
395395
dependencies:
396396
"@babel/helper-module-imports" "^7.16.7"
397397
"@babel/runtime" "^7.18.3"
398-
"@emotion/hash" "^0.9.0"
399-
"@emotion/memoize" "^0.8.0"
400-
"@emotion/serialize" "^1.1.1"
398+
"@emotion/hash" "^0.9.1"
399+
"@emotion/memoize" "^0.8.1"
400+
"@emotion/serialize" "^1.1.2"
401401
babel-plugin-macros "^3.1.0"
402402
convert-source-map "^1.5.0"
403403
escape-string-regexp "^4.0.0"
404404
find-root "^1.1.0"
405405
source-map "^0.5.7"
406-
stylis "4.1.3"
407-
408-
"@emotion/cache@^11.10.5":
409-
version "11.10.5"
410-
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.5.tgz#c142da9351f94e47527ed458f7bbbbe40bb13c12"
411-
integrity sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==
412-
dependencies:
413-
"@emotion/memoize" "^0.8.0"
414-
"@emotion/sheet" "^1.2.1"
415-
"@emotion/utils" "^1.2.0"
416-
"@emotion/weak-memoize" "^0.3.0"
417-
stylis "4.1.3"
418-
419-
"@emotion/hash@^0.9.0":
420-
version "0.9.0"
421-
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.0.tgz#c5153d50401ee3c027a57a177bc269b16d889cb7"
422-
integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==
423-
424-
"@emotion/memoize@^0.8.0":
425-
version "0.8.0"
426-
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
427-
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
428-
429-
"@emotion/react@^11.10.6":
430-
version "11.10.6"
431-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.6.tgz#dbe5e650ab0f3b1d2e592e6ab1e006e75fd9ac11"
432-
integrity sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==
406+
stylis "4.2.0"
407+
408+
"@emotion/cache@^11.11.0":
409+
version "11.11.0"
410+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff"
411+
integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==
412+
dependencies:
413+
"@emotion/memoize" "^0.8.1"
414+
"@emotion/sheet" "^1.2.2"
415+
"@emotion/utils" "^1.2.1"
416+
"@emotion/weak-memoize" "^0.3.1"
417+
stylis "4.2.0"
418+
419+
"@emotion/hash@^0.9.1":
420+
version "0.9.1"
421+
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43"
422+
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
423+
424+
"@emotion/memoize@^0.8.1":
425+
version "0.8.1"
426+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
427+
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
428+
429+
"@emotion/react@^11.11.3":
430+
version "11.11.3"
431+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.3.tgz#96b855dc40a2a55f52a72f518a41db4f69c31a25"
432+
integrity sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==
433433
dependencies:
434434
"@babel/runtime" "^7.18.3"
435-
"@emotion/babel-plugin" "^11.10.6"
436-
"@emotion/cache" "^11.10.5"
437-
"@emotion/serialize" "^1.1.1"
438-
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
439-
"@emotion/utils" "^1.2.0"
440-
"@emotion/weak-memoize" "^0.3.0"
435+
"@emotion/babel-plugin" "^11.11.0"
436+
"@emotion/cache" "^11.11.0"
437+
"@emotion/serialize" "^1.1.3"
438+
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
439+
"@emotion/utils" "^1.2.1"
440+
"@emotion/weak-memoize" "^0.3.1"
441441
hoist-non-react-statics "^3.3.1"
442442

443-
"@emotion/serialize@^1.1.1":
444-
version "1.1.1"
445-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.1.tgz#0595701b1902feded8a96d293b26be3f5c1a5cf0"
446-
integrity sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==
443+
"@emotion/serialize@^1.1.2", "@emotion/serialize@^1.1.3":
444+
version "1.1.3"
445+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.3.tgz#84b77bfcfe3b7bb47d326602f640ccfcacd5ffb0"
446+
integrity sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==
447447
dependencies:
448-
"@emotion/hash" "^0.9.0"
449-
"@emotion/memoize" "^0.8.0"
450-
"@emotion/unitless" "^0.8.0"
451-
"@emotion/utils" "^1.2.0"
448+
"@emotion/hash" "^0.9.1"
449+
"@emotion/memoize" "^0.8.1"
450+
"@emotion/unitless" "^0.8.1"
451+
"@emotion/utils" "^1.2.1"
452452
csstype "^3.0.2"
453453

454-
"@emotion/sheet@^1.2.1":
455-
version "1.2.1"
456-
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.1.tgz#0767e0305230e894897cadb6c8df2c51e61a6c2c"
457-
integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==
454+
"@emotion/sheet@^1.2.2":
455+
version "1.2.2"
456+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
457+
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
458458

459-
"@emotion/unitless@^0.8.0":
460-
version "0.8.0"
461-
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db"
462-
integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==
459+
"@emotion/unitless@^0.8.1":
460+
version "0.8.1"
461+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"
462+
integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==
463463

464-
"@emotion/use-insertion-effect-with-fallbacks@^1.0.0":
465-
version "1.0.0"
466-
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz#ffadaec35dbb7885bd54de3fa267ab2f860294df"
467-
integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==
464+
"@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
465+
version "1.0.1"
466+
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
467+
integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
468468

469-
"@emotion/utils@^1.2.0":
470-
version "1.2.0"
471-
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.0.tgz#9716eaccbc6b5ded2ea5a90d65562609aab0f561"
472-
integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==
469+
"@emotion/utils@^1.2.1":
470+
version "1.2.1"
471+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4"
472+
integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==
473473

474-
"@emotion/weak-memoize@^0.3.0":
475-
version "0.3.0"
476-
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz#ea89004119dc42db2e1dba0f97d553f7372f6fcb"
477-
integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==
474+
"@emotion/weak-memoize@^0.3.1":
475+
version "0.3.1"
476+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6"
477+
integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==
478478

479479
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
480480
version "4.4.0"
@@ -5334,10 +5334,10 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
53345334
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
53355335
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
53365336

5337-
stylis@4.1.3:
5338-
version "4.1.3"
5339-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7"
5340-
integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==
5337+
stylis@4.2.0:
5338+
version "4.2.0"
5339+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
5340+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
53415341

53425342
supports-color@^5.3.0:
53435343
version "5.5.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy