Skip to content

Commit 42c43a3

Browse files
Bump recast from 0.20.3 to 0.20.4
Bumps [recast](https://github.com/benjamn/recast) from 0.20.3 to 0.20.4. - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](benjamn/recast@v0.20.3...v0.20.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 78c40e0 commit 42c43a3

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
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.8.0",
4848
"latest-version": "^5.1.0",
4949
"pkg-up": "^3.1.0",
50-
"recast": "^0.20.3",
50+
"recast": "^0.20.4",
5151
"yargs": "^16.0.3"
5252
},
5353
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,10 +1758,10 @@ [email protected]:
17581758
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.3.tgz#50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7"
17591759
integrity sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==
17601760

1761-
1762-
version "0.14.1"
1763-
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.1.tgz#0b415043770d7a2cbe4b2770271cbd7d2c9f61b9"
1764-
integrity sha512-pfSiukbt23P1qMhNnsozLzhMLBs7EEeXqPyvPmnuZM+RMfwfqwDbSVKYflgGuVI7/VehR4oMks0igzdNAg4VeQ==
1761+
1762+
version "0.14.2"
1763+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
1764+
integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
17651765
dependencies:
17661766
tslib "^2.0.1"
17671767

@@ -6225,14 +6225,13 @@ recast@^0.18.1:
62256225
private "^0.1.8"
62266226
source-map "~0.6.1"
62276227

6228-
recast@^0.20.3:
6229-
version "0.20.3"
6230-
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.3.tgz#ac9387e4a59e5c8caef9057a35e306646287a7ef"
6231-
integrity sha512-jrEPzRV5B7wfRiN0UYMtjgIx1Hp8MRHdLcMYqMNd0DoOe1CB5JmPL/04I7WPuuApCs7LCSisYK/FfKnPEaJrzw==
6228+
recast@^0.20.4:
6229+
version "0.20.4"
6230+
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.4.tgz#db55983eac70c46b3fff96c8e467d65ffb4a7abc"
6231+
integrity sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ==
62326232
dependencies:
6233-
ast-types "0.14.1"
6233+
ast-types "0.14.2"
62346234
esprima "~4.0.0"
6235-
private "^0.1.8"
62366235
source-map "~0.6.1"
62376236
tslib "^2.0.1"
62386237

0 commit comments

Comments
 (0)