Skip to content

Commit c55f227

Browse files
Bump recast from 0.18.2 to 0.20.3
Bumps [recast](https://github.com/benjamn/recast) from 0.18.2 to 0.20.3. - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](benjamn/recast@v0.18.2...v0.20.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 72d8455 commit c55f227

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"jscodeshift": "^0.6.4",
4848
"latest-version": "^5.1.0",
4949
"pkg-up": "^3.1.0",
50-
"recast": "^0.18.2",
50+
"recast": "^0.20.3",
5151
"yargs": "^16.0.3"
5252
},
5353
"devDependencies": {

yarn.lock

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,10 +1755,12 @@ [email protected]:
17551755
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.11.7.tgz#f318bf44e339db6a320be0009ded64ec1471f46c"
17561756
integrity sha512-2mP3TwtkY/aTv5X3ZsMpNAbOnyoC/aMJwJSoaELPkHId0nSQgFcnU4dRW3isxiz7+zBexk0ym3WNVjMiQBnJSw==
17571757

1758-
1759-
version "0.13.2"
1760-
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48"
1761-
integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==
1758+
1759+
version "0.14.1"
1760+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.1.tgz#0b415043770d7a2cbe4b2770271cbd7d2c9f61b9"
1761+
integrity sha512-pfSiukbt23P1qMhNnsozLzhMLBs7EEeXqPyvPmnuZM+RMfwfqwDbSVKYflgGuVI7/VehR4oMks0igzdNAg4VeQ==
1762+
dependencies:
1763+
tslib "^2.0.1"
17621764

17631765
astral-regex@^1.0.0:
17641766
version "1.0.0"
@@ -6168,15 +6170,16 @@ recast@^0.16.1:
61686170
private "~0.1.5"
61696171
source-map "~0.6.1"
61706172

6171-
recast@^0.18.2:
6172-
version "0.18.2"
6173-
resolved "https://registry.yarnpkg.com/recast/-/recast-0.18.2.tgz#ada263677edc70c45408caf20e6ae990958fdea8"
6174-
integrity sha512-MbuHc1lzIDIn7bpxaqIAGwwtyaokkzPqINf1Vm/LA0BSyVrTgXNVTTT7RzWC9kP+vqrUoYVpd6wHhI8x75ej8w==
6173+
recast@^0.20.3:
6174+
version "0.20.3"
6175+
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.3.tgz#ac9387e4a59e5c8caef9057a35e306646287a7ef"
6176+
integrity sha512-jrEPzRV5B7wfRiN0UYMtjgIx1Hp8MRHdLcMYqMNd0DoOe1CB5JmPL/04I7WPuuApCs7LCSisYK/FfKnPEaJrzw==
61756177
dependencies:
6176-
ast-types "0.13.2"
6178+
ast-types "0.14.1"
61776179
esprima "~4.0.0"
61786180
private "^0.1.8"
61796181
source-map "~0.6.1"
6182+
tslib "^2.0.1"
61806183

61816184
rechoir@^0.6.2:
61826185
version "0.6.2"
@@ -7305,6 +7308,11 @@ tslib@^1.9.0:
73057308
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
73067309
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
73077310

7311+
tslib@^2.0.1:
7312+
version "2.0.1"
7313+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
7314+
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
7315+
73087316
tunnel-agent@^0.6.0:
73097317
version "0.6.0"
73107318
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)