Skip to content

Commit e416b9e

Browse files
Bump babel-plugin-styled-components from 1.13.2 to 1.13.3
Bumps [babel-plugin-styled-components](https://github.com/styled-components/babel-plugin-styled-components) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/styled-components/babel-plugin-styled-components/releases) - [Commits](styled-components/babel-plugin-styled-components@v1.13.2...v1.13.3) --- updated-dependencies: - dependency-name: babel-plugin-styled-components dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 483e8a6 commit e416b9e

File tree

2 files changed

+30
-17
lines changed

2 files changed

+30
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/danielbayerlein/dashboard#readme",
2828
"dependencies": {
29-
"babel-plugin-styled-components": "^1.13.2",
29+
"babel-plugin-styled-components": "^1.13.3",
3030
"dotenv-webpack": "^2.0.0",
3131
"isomorphic-unfetch": "^3.1.0",
3232
"js-base64": "^3.7.2",

yarn.lock

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@
123123
lodash "^4.17.13"
124124
source-map "^0.5.0"
125125

126-
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.7.4":
127-
version "7.7.4"
128-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce"
129-
integrity sha512-2BQmQgECKzYKFPpiycoF9tlb5HA4lrVyAmLLVK177EcQAqjVLciUb2/R+n1boQ9y5ENV3uz2ZqiNw7QMBBw1Og==
126+
"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.15.4", "@babel/helper-annotate-as-pure@^7.7.4":
127+
version "7.15.4"
128+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
129+
integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==
130130
dependencies:
131-
"@babel/types" "^7.7.4"
131+
"@babel/types" "^7.15.4"
132132

133133
"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
134134
version "7.1.0"
@@ -310,12 +310,12 @@
310310
dependencies:
311311
"@babel/types" "^7.8.3"
312312

313-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.3":
314-
version "7.8.3"
315-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498"
316-
integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==
313+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.15.4", "@babel/helper-module-imports@^7.7.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.3":
314+
version "7.15.4"
315+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
316+
integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
317317
dependencies:
318-
"@babel/types" "^7.8.3"
318+
"@babel/types" "^7.15.4"
319319

320320
"@babel/helper-module-transforms@^7.1.0":
321321
version "7.1.0"
@@ -529,6 +529,11 @@
529529
dependencies:
530530
"@babel/types" "^7.8.3"
531531

532+
"@babel/helper-validator-identifier@^7.14.9":
533+
version "7.15.7"
534+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
535+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
536+
532537
"@babel/helper-validator-identifier@^7.9.5":
533538
version "7.9.5"
534539
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -1250,6 +1255,14 @@
12501255
lodash "^4.17.13"
12511256
to-fast-properties "^2.0.0"
12521257

1258+
"@babel/types@^7.15.4":
1259+
version "7.15.6"
1260+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
1261+
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
1262+
dependencies:
1263+
"@babel/helper-validator-identifier" "^7.14.9"
1264+
to-fast-properties "^2.0.0"
1265+
12531266
"@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
12541267
version "7.9.5"
12551268
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
@@ -1983,13 +1996,13 @@ babel-plugin-dynamic-import-node@^2.3.0:
19831996
dependencies:
19841997
object.assign "^4.1.0"
19851998

1986-
"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.13.2:
1987-
version "1.13.2"
1988-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.2.tgz#ebe0e6deff51d7f93fceda1819e9b96aeb88278d"
1989-
integrity sha512-Vb1R3d4g+MUfPQPVDMCGjm3cDocJEUTR7Xq7QS95JWWeksN1wdFRYpD2kulDgI3Huuaf1CZd+NK4KQmqUFh5dA==
1999+
"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.13.3:
2000+
version "1.13.3"
2001+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc"
2002+
integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw==
19902003
dependencies:
1991-
"@babel/helper-annotate-as-pure" "^7.0.0"
1992-
"@babel/helper-module-imports" "^7.0.0"
2004+
"@babel/helper-annotate-as-pure" "^7.15.4"
2005+
"@babel/helper-module-imports" "^7.15.4"
19932006
babel-plugin-syntax-jsx "^6.18.0"
19942007
lodash "^4.17.11"
19952008

0 commit comments

Comments
 (0)