Skip to content

Commit fe95f24

Browse files
Bump codemod-cli from 0.2.10 to 0.2.11
Bumps [codemod-cli](https://github.com/rwjblue/codemod-cli) from 0.2.10 to 0.2.11. - [Release notes](https://github.com/rwjblue/codemod-cli/releases) - [Changelog](https://github.com/rwjblue/codemod-cli/blob/master/CHANGELOG.md) - [Commits](rwjblue/codemod-cli@v0.2.10...v0.2.11) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 60934fd commit fe95f24

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"license": "MIT",
1313
"dependencies": {
14-
"codemod-cli": "^0.2.10",
14+
"codemod-cli": "^0.2.11",
1515
"minimatch": "^3.0.4",
1616
"winston": "^3.2.1"
1717
},

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,7 @@
255255
esutils "^2.0.2"
256256
js-tokens "^4.0.0"
257257

258-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.6", "@babel/parser@^7.2.2", "@babel/parser@^7.2.3", "@babel/parser@^7.3.2", "@babel/parser@^7.3.3":
259-
version "7.3.3"
260-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.3.tgz#092d450db02bdb6ccb1ca8ffd47d8774a91aef87"
261-
integrity sha512-xsH1CJoln2r74hR+y7cg2B5JCPaTh+Hd+EbBRk9nWGSNspuo6krjhX0Om6RnRQuIvFq8wVXCLKH3kwKDYhanSg==
262-
263-
"@babel/parser@^7.1.0":
258+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.2.2", "@babel/parser@^7.2.3", "@babel/parser@^7.3.2", "@babel/parser@^7.3.3":
264259
version "7.3.4"
265260
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c"
266261
integrity sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==
@@ -1405,10 +1400,10 @@ code-point-at@^1.0.0:
14051400
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
14061401
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
14071402

1408-
codemod-cli@^0.2.10:
1409-
version "0.2.10"
1410-
resolved "https://registry.yarnpkg.com/codemod-cli/-/codemod-cli-0.2.10.tgz#ec5e7278061cf6523ebd3687ff2ea08e01a153a3"
1411-
integrity sha512-89tPD4IoIqa2riU5mtxouUu9LwuwJ/fbCQ21rWgVBfjWtusC2BAy+fKojLNaeBIRBCfpezwNq2KB/fS/pnwB/Q==
1403+
codemod-cli@^0.2.11:
1404+
version "0.2.11"
1405+
resolved "https://registry.yarnpkg.com/codemod-cli/-/codemod-cli-0.2.11.tgz#4bff14bce4cbb898e26bd344c8c51f8a539001cc"
1406+
integrity sha512-vf/1TE302qbbDLqTl9ApUAYsugqxeKIktuCWnJiRNZ6Lu0wEW0nTVBmppQaZBwMHQbef2bcr/Xwapo9rObHGZQ==
14121407
dependencies:
14131408
"@babel/parser" "^7.3.2"
14141409
chalk "^2.4.2"

0 commit comments

Comments
 (0)