Skip to content

Commit d41e652

Browse files
fix(deps): update minor and patch for gatsby-transformer-react-docgen (#27147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e45b9f5 commit d41e652

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

packages/gatsby-transformer-react-docgen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/code-frame": "^7.10.4",
1111
"@babel/runtime": "^7.11.2",
1212
"@babel/types": "^7.11.5",
13-
"ast-types": "^0.13.3",
13+
"ast-types": "^0.13.4",
1414
"common-tags": "^1.8.0",
1515
"react-docgen": "^5.3.0"
1616
},

yarn.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -5099,10 +5099,12 @@ ast-types@0.14.1:
50995099
dependencies:
51005100
tslib "^2.0.1"
51015101

5102-
ast-types@^0.13.2, ast-types@^0.13.3:
5103-
version "0.13.3"
5104-
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.3.tgz#50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7"
5105-
integrity sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==
5102+
ast-types@^0.13.2, ast-types@^0.13.4:
5103+
version "0.13.4"
5104+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782"
5105+
integrity sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==
5106+
dependencies:
5107+
tslib "^2.0.1"
51065108

51075109
ast-types@^0.7.0:
51085110
version "0.7.8"

0 commit comments

Comments
 (0)