Skip to content

Commit e78d9c0

Browse files
build(deps): bump styled-components from 5.2.0 to 5.2.3
Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.2.0 to 5.2.3. - [Release notes](https://github.com/styled-components/styled-components/releases) - [Changelog](https://github.com/styled-components/styled-components/blob/v5.2.3/CHANGELOG.md) - [Commits](styled-components/styled-components@v5.2.0...v5.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent b59b3cf commit e78d9c0

2 files changed

Lines changed: 19 additions & 129 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-dom": "^17.0.2",
1111
"react-helmet-async": "^1.0.9",
1212
"react-scripts": "4.0.3",
13-
"styled-components": "^5.2.0"
13+
"styled-components": "^5.2.3"
1414
},
1515
"devDependencies": {
1616
"@testing-library/jest-dom": "^5.11.10",

yarn.lock

Lines changed: 18 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3":
12+
"@babel/code-frame@^7.0.0":
1313
version "7.8.3"
1414
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
1515
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
@@ -76,16 +76,7 @@
7676
semver "^5.4.1"
7777
source-map "^0.5.0"
7878

79-
"@babel/generator@^7.11.5":
80-
version "7.11.6"
81-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
82-
integrity sha512-DWtQ1PV3r+cLbySoHrwn9RWEgKMBLLma4OBQloPRyDYvc5msJM9kvTLo1YnlJd1P/ZuKbdli3ijr5q3FvAF3uA==
83-
dependencies:
84-
"@babel/types" "^7.11.5"
85-
jsesc "^2.5.1"
86-
source-map "^0.5.0"
87-
88-
"@babel/generator@^7.12.1", "@babel/generator@^7.12.5":
79+
"@babel/generator@^7.12.1":
8980
version "7.12.5"
9081
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
9182
integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
@@ -103,16 +94,6 @@
10394
jsesc "^2.5.1"
10495
source-map "^0.5.0"
10596

106-
"@babel/generator@^7.9.0":
107-
version "7.9.0"
108-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.0.tgz#0f67adea4ec39dad6e63345f70eec33014d78c89"
109-
integrity sha512-onl4Oy46oGCzymOXtKMQpI7VXtCbTSHK1kqBydZ6AmzuNcacEVqGk9tZtAS+48IA9IstZcDCgIg8hQKnb7suRw==
110-
dependencies:
111-
"@babel/types" "^7.9.0"
112-
jsesc "^2.5.1"
113-
lodash "^4.17.13"
114-
source-map "^0.5.0"
115-
11697
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.10.4":
11798
version "7.10.4"
11899
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -276,15 +257,6 @@
276257
"@babel/template" "^7.12.13"
277258
"@babel/types" "^7.12.13"
278259

279-
"@babel/helper-function-name@^7.8.3":
280-
version "7.8.3"
281-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
282-
integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
283-
dependencies:
284-
"@babel/helper-get-function-arity" "^7.8.3"
285-
"@babel/template" "^7.8.3"
286-
"@babel/types" "^7.8.3"
287-
288260
"@babel/helper-get-function-arity@^7.10.4":
289261
version "7.10.4"
290262
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
@@ -299,13 +271,6 @@
299271
dependencies:
300272
"@babel/types" "^7.12.13"
301273

302-
"@babel/helper-get-function-arity@^7.8.3":
303-
version "7.8.3"
304-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
305-
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
306-
dependencies:
307-
"@babel/types" "^7.8.3"
308-
309274
"@babel/helper-hoist-variables@^7.10.4":
310275
version "7.10.4"
311276
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz#d49b001d1d5a68ca5e6604dda01a6297f7c9381e"
@@ -334,21 +299,7 @@
334299
dependencies:
335300
"@babel/types" "^7.12.13"
336301

337-
"@babel/helper-module-imports@^7.0.0":
338-
version "7.10.4"
339-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
340-
integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==
341-
dependencies:
342-
"@babel/types" "^7.10.4"
343-
344-
"@babel/helper-module-imports@^7.12.1":
345-
version "7.12.5"
346-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
347-
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
348-
dependencies:
349-
"@babel/types" "^7.12.5"
350-
351-
"@babel/helper-module-imports@^7.12.13":
302+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.13":
352303
version "7.12.13"
353304
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
354305
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
@@ -501,13 +452,6 @@
501452
dependencies:
502453
"@babel/types" "^7.12.13"
503454

504-
"@babel/helper-split-export-declaration@^7.8.3":
505-
version "7.8.3"
506-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
507-
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
508-
dependencies:
509-
"@babel/types" "^7.8.3"
510-
511455
"@babel/helper-validator-identifier@^7.10.4":
512456
version "7.10.4"
513457
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
@@ -598,12 +542,12 @@
598542
chalk "^2.0.0"
599543
js-tokens "^4.0.0"
600544

601-
"@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
545+
"@babel/parser@^7.1.0", "@babel/parser@^7.7.0":
602546
version "7.9.0"
603547
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.0.tgz#f821b32313f07ee570976d3f6238e8d2d66e0a8e"
604548
integrity sha512-Iwyp00CZsypoNJcpXCbq3G4tcDgphtlMwMVrMhhZ//XBkqjXF7LW6V511yk0+pBX3ZwwGnPea+pTKNJiqA7pUg==
605549

606-
"@babel/parser@^7.10.4", "@babel/parser@^7.11.5":
550+
"@babel/parser@^7.10.4":
607551
version "7.11.5"
608552
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
609553
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
@@ -613,7 +557,7 @@
613557
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.14.tgz#4adb7c5eef1d437ef965ad1569cd826db8c11dc9"
614558
integrity sha512-xcfxDq3OrBnDsA/Z8eK5/2iPcLD8qbOaSSfOw4RA6jp4i7e6dEQ7+wTwxItEwzcXPQcsry5nZk96gmVPKletjQ==
615559

616-
"@babel/parser@^7.12.3", "@babel/parser@^7.12.5":
560+
"@babel/parser@^7.12.3":
617561
version "7.12.5"
618562
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
619563
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
@@ -1850,61 +1794,7 @@
18501794
"@babel/parser" "^7.12.13"
18511795
"@babel/types" "^7.12.13"
18521796

1853-
"@babel/template@^7.8.3":
1854-
version "7.8.6"
1855-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
1856-
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
1857-
dependencies:
1858-
"@babel/code-frame" "^7.8.3"
1859-
"@babel/parser" "^7.8.6"
1860-
"@babel/types" "^7.8.6"
1861-
1862-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.0":
1863-
version "7.9.0"
1864-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
1865-
integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
1866-
dependencies:
1867-
"@babel/code-frame" "^7.8.3"
1868-
"@babel/generator" "^7.9.0"
1869-
"@babel/helper-function-name" "^7.8.3"
1870-
"@babel/helper-split-export-declaration" "^7.8.3"
1871-
"@babel/parser" "^7.9.0"
1872-
"@babel/types" "^7.9.0"
1873-
debug "^4.1.0"
1874-
globals "^11.1.0"
1875-
lodash "^4.17.13"
1876-
1877-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.4.5":
1878-
version "7.11.5"
1879-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
1880-
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
1881-
dependencies:
1882-
"@babel/code-frame" "^7.10.4"
1883-
"@babel/generator" "^7.11.5"
1884-
"@babel/helper-function-name" "^7.10.4"
1885-
"@babel/helper-split-export-declaration" "^7.11.0"
1886-
"@babel/parser" "^7.11.5"
1887-
"@babel/types" "^7.11.5"
1888-
debug "^4.1.0"
1889-
globals "^11.1.0"
1890-
lodash "^4.17.19"
1891-
1892-
"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5":
1893-
version "7.12.5"
1894-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
1895-
integrity sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==
1896-
dependencies:
1897-
"@babel/code-frame" "^7.10.4"
1898-
"@babel/generator" "^7.12.5"
1899-
"@babel/helper-function-name" "^7.10.4"
1900-
"@babel/helper-split-export-declaration" "^7.11.0"
1901-
"@babel/parser" "^7.12.5"
1902-
"@babel/types" "^7.12.5"
1903-
debug "^4.1.0"
1904-
globals "^11.1.0"
1905-
lodash "^4.17.19"
1906-
1907-
"@babel/traverse@^7.12.13":
1797+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0":
19081798
version "7.12.13"
19091799
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
19101800
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
@@ -1919,7 +1809,7 @@
19191809
globals "^11.1.0"
19201810
lodash "^4.17.19"
19211811

1922-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
1812+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3":
19231813
version "7.9.0"
19241814
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
19251815
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
@@ -1928,7 +1818,7 @@
19281818
lodash "^4.17.13"
19291819
to-fast-properties "^2.0.0"
19301820

1931-
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5":
1821+
"@babel/types@^7.10.4", "@babel/types@^7.11.0":
19321822
version "7.11.5"
19331823
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
19341824
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
@@ -3466,10 +3356,10 @@ babel-plugin-named-asset-import@^0.3.7:
34663356
resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.7.tgz#156cd55d3f1228a5765774340937afc8398067dd"
34673357
integrity sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw==
34683358

3469-
"babel-plugin-styled-components@>= 1":
3470-
version "1.11.1"
3471-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.11.1.tgz#5296a9e557d736c3186be079fff27c6665d63d76"
3472-
integrity sha512-YwrInHyKUk1PU3avIRdiLyCpM++18Rs1NgyMXEAQC33rIXs/vro0A+stf4sT0Gf22Got+xRWB8Cm0tw+qkRzBA==
3359+
"babel-plugin-styled-components@>= 1.12.0":
3360+
version "1.12.0"
3361+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9"
3362+
integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==
34733363
dependencies:
34743364
"@babel/helper-annotate-as-pure" "^7.0.0"
34753365
"@babel/helper-module-imports" "^7.0.0"
@@ -11428,17 +11318,17 @@ style-loader@1.3.0:
1142811318
loader-utils "^2.0.0"
1142911319
schema-utils "^2.7.0"
1143011320

11431-
styled-components@^5, styled-components@^5.2.0:
11432-
version "5.2.0"
11433-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.0.tgz#6dcb5aa8a629c84b8d5ab34b7167e3e0c6f7ed74"
11434-
integrity sha512-9qE8Vgp8C5cpGAIdFaQVAl89Zgx1TDM4Yf4tlHbO9cPijtpSXTMLHy9lmP0lb+yImhgPFb1AmZ1qMUubmg3HLg==
11321+
styled-components@^5, styled-components@^5.2.3:
11322+
version "5.2.3"
11323+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.3.tgz#752669fd694aac10de814d96efc287dde0d11385"
11324+
integrity sha512-BlR+KrLW3NL1yhvEB+9Nu9Dt51CuOnHoxd+Hj+rYPdtyR8X11uIW9rvhpy3Dk4dXXBsiW1u5U78f00Lf/afGoA==
1143511325
dependencies:
1143611326
"@babel/helper-module-imports" "^7.0.0"
1143711327
"@babel/traverse" "^7.4.5"
1143811328
"@emotion/is-prop-valid" "^0.8.8"
1143911329
"@emotion/stylis" "^0.8.4"
1144011330
"@emotion/unitless" "^0.7.4"
11441-
babel-plugin-styled-components ">= 1"
11331+
babel-plugin-styled-components ">= 1.12.0"
1144211332
css-to-react-native "^3.0.0"
1144311333
hoist-non-react-statics "^3.0.0"
1144411334
shallowequal "^1.1.0"

0 commit comments

Comments
 (0)