Skip to content

Commit d5d6722

Browse files
fix(deps): update dependency styled-components to v6.1.14
1 parent a1c85df commit d5d6722

File tree

1 file changed

+54
-44
lines changed

1 file changed

+54
-44
lines changed

Diff for: yarn.lock

+54-44
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,10 @@
551551
dependencies:
552552
"@jridgewell/trace-mapping" "0.3.9"
553553

554-
"@emotion/is-prop-valid@^1.2.1":
555-
version "1.2.1"
556-
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
557-
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
554+
"@emotion/[email protected].2":
555+
version "1.2.2"
556+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz#d4175076679c6a26faa92b03bb786f9e52612337"
557+
integrity sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==
558558
dependencies:
559559
"@emotion/memoize" "^0.8.1"
560560

@@ -563,7 +563,7 @@
563563
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
564564
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
565565

566-
"@emotion/unitless@^0.8.0":
566+
"@emotion/[email protected].1":
567567
version "0.8.1"
568568
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3"
569569
integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==
@@ -1834,7 +1834,7 @@
18341834
integrity sha512-MOkzsEp1Jk5bXuAsHsUi6BVv0zCO+7/2PTiZMXWDSsMXvNU6w/PLMQT2vHn8hy2i0JqojPz1Sz6rsFjHtsU0lA==
18351835
dependencies:
18361836
graphql "*"
1837-
1837+
18381838
"@types/hast@^2.0.0":
18391839
version "2.3.8"
18401840
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.8.tgz#4ac5caf38b262b7bd5ca3202dda71f0271635660"
@@ -2070,10 +2070,10 @@
20702070
"@types/react" "*"
20712071
csstype "^3.0.2"
20722072

2073-
"@types/stylis@^4.0.2":
2074-
version "4.2.4"
2075-
resolved "https://registry.yarnpkg.com/@types/stylis/-/stylis-4.2.4.tgz#14b61f022e832d87d442ae1795e0f0f0b7daa879"
2076-
integrity sha512-36ZrGJ8fgtBr6nwNnuJ9jXIj+bn/pF6UoqmrQT7+Y99+tFFeHHsoR54+194dHdyhPjgbeoNz3Qru0oRt0l6ASQ==
2073+
"@types/stylis@4.2.5":
2074+
version "4.2.5"
2075+
resolved "https://registry.yarnpkg.com/@types/stylis/-/stylis-4.2.5.tgz#1daa6456f40959d06157698a653a9ab0a70281df"
2076+
integrity sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==
20772077

20782078
"@types/tinymce@^4.6.5":
20792079
version "4.6.9"
@@ -3394,7 +3394,7 @@ css-selector-parser@^1.0.0:
33943394
resolved "https://registry.yarnpkg.com/css-selector-parser/-/css-selector-parser-1.4.1.tgz#03f9cb8a81c3e5ab2c51684557d5aaf6d2569759"
33953395
integrity sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==
33963396

3397-
css-to-react-native@^3.2.0:
3397+
33983398
version "3.2.0"
33993399
resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.2.0.tgz#cdd8099f71024e149e4f6fe17a7d46ecd55f1e32"
34003400
integrity sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==
@@ -3430,7 +3430,7 @@ cssstyle@^2.3.0:
34303430
dependencies:
34313431
cssom "~0.3.6"
34323432

3433-
csstype@^3.0.2, csstype@^3.1.2:
3433+
csstype@3.1.3, csstype@^3.0.2:
34343434
version "3.1.3"
34353435
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
34363436
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
@@ -7612,11 +7612,16 @@ [email protected], mute-stream@~0.0.4:
76127612
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
76137613
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
76147614

7615-
nanoid@^3.3.4, nanoid@^3.3.7:
7615+
nanoid@^3.3.4:
76167616
version "3.3.7"
76177617
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
76187618
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
76197619

7620+
nanoid@^3.3.7:
7621+
version "3.3.8"
7622+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
7623+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
7624+
76207625
natural-compare-lite@^1.4.0:
76217626
version "1.4.0"
76227627
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
@@ -8325,9 +8330,9 @@ performance-now@^2.1.0:
83258330
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
83268331

83278332
picocolors@^1.0.0:
8328-
version "1.0.0"
8329-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
8330-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
8333+
version "1.1.1"
8334+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
8335+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
83318336

83328337
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
83338338
version "2.3.1"
@@ -8380,14 +8385,14 @@ [email protected]:
83808385
picocolors "^1.0.0"
83818386
source-map-js "^1.0.2"
83828387

8383-
postcss@^8.4.31:
8384-
version "8.4.32"
8385-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
8386-
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
8388+
8389+
version "8.4.38"
8390+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
8391+
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
83878392
dependencies:
83888393
nanoid "^3.3.7"
83898394
picocolors "^1.0.0"
8390-
source-map-js "^1.0.2"
8395+
source-map-js "^1.2.0"
83918396

83928397
prelude-ls@^1.2.1:
83938398
version "1.2.1"
@@ -9358,7 +9363,7 @@ set-function-name@^2.0.0, set-function-name@^2.0.1:
93589363
functions-have-names "^1.2.3"
93599364
has-property-descriptors "^1.0.0"
93609365

9361-
shallowequal@^1.1.0:
9366+
93629367
version "1.1.0"
93639368
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
93649369
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
@@ -9431,6 +9436,11 @@ source-map-js@^1.0.2:
94319436
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
94329437
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
94339438

9439+
source-map-js@^1.2.0:
9440+
version "1.2.1"
9441+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
9442+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
9443+
94349444
94359445
version "0.5.13"
94369446
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
@@ -9706,19 +9716,19 @@ style-to-object@^0.4.0:
97069716
inline-style-parser "0.1.1"
97079717

97089718
styled-components@^6.0.8:
9709-
version "6.1.1"
9710-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.1.tgz#a5414ada07fb1c17b96a26a05369daa4e2ad55e5"
9711-
integrity sha512-cpZZP5RrKRIClBW5Eby4JM1wElLVP4NQrJbJ0h10TidTyJf4SIIwa3zLXOoPb4gJi8MsJ8mjq5mu2IrEhZIAcQ==
9712-
dependencies:
9713-
"@emotion/is-prop-valid" "^1.2.1"
9714-
"@emotion/unitless" "^0.8.0"
9715-
"@types/stylis" "^4.0.2"
9716-
css-to-react-native "^3.2.0"
9717-
csstype "^3.1.2"
9718-
postcss "^8.4.31"
9719-
shallowequal "^1.1.0"
9720-
stylis "^4.3.0"
9721-
tslib "^2.5.0"
9719+
version "6.1.14"
9720+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.1.14.tgz#addd3b645f400f8aad84c992afec58804ad1d217"
9721+
integrity sha512-KtfwhU5jw7UoxdM0g6XU9VZQFV4do+KrM8idiVCH5h4v49W+3p3yMe0icYwJgZQZepa5DbH04Qv8P0/RdcLcgg==
9722+
dependencies:
9723+
"@emotion/is-prop-valid" "1.2.2"
9724+
"@emotion/unitless" "0.8.1"
9725+
"@types/stylis" "4.2.5"
9726+
css-to-react-native "3.2.0"
9727+
csstype "3.1.3"
9728+
postcss "8.4.38"
9729+
shallowequal "1.1.0"
9730+
stylis "4.3.2"
9731+
tslib "2.6.2"
97229732

97239733
97249734
version "5.1.1"
@@ -9727,10 +9737,10 @@ [email protected]:
97279737
dependencies:
97289738
client-only "0.0.1"
97299739

9730-
stylis@^4.3.0:
9731-
version "4.3.0"
9732-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.3.0.tgz#abe305a669fc3d8777e10eefcfc73ad861c5588c"
9733-
integrity sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ==
9740+
9741+
version "4.3.2"
9742+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.3.2.tgz#8f76b70777dd53eb669c6f58c997bf0a9972e444"
9743+
integrity sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==
97349744

97359745
supports-color@^5.3.0:
97369746
version "5.5.0"
@@ -9953,16 +9963,16 @@ tsconfig-paths@^3.14.1, tsconfig-paths@^3.15.0:
99539963
minimist "^1.2.6"
99549964
strip-bom "^3.0.0"
99559965

9966+
[email protected], tslib@^2.1.0, tslib@^2.4.0:
9967+
version "2.6.2"
9968+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
9969+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
9970+
99569971
tslib@^1.8.1, tslib@^1.9.0:
99579972
version "1.14.1"
99589973
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
99599974
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
99609975

9961-
tslib@^2.1.0, tslib@^2.4.0, tslib@^2.5.0:
9962-
version "2.6.2"
9963-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
9964-
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
9965-
99669976
tsutils@^3.21.0:
99679977
version "3.21.0"
99689978
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)