Skip to content

Commit 57ee41a

Browse files
committed
update transisive jscodeshift dependency
1 parent e6f940a commit 57ee41a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tapable": "1.0.0-beta.3",
2424
"uglifyjs-webpack-plugin": "^1.1.1",
2525
"watchpack": "^1.4.0",
26-
"webpack-cli": "^1.5.0",
26+
"webpack-cli": "^1.5.1",
2727
"webpack-sources": "^1.0.1",
2828
"yargs": "^8.0.2"
2929
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ jsbn@~0.1.0:
33293329
version "0.1.1"
33303330
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
33313331

3332-
jscodeshift@^0.3.30:
3332+
jscodeshift@^0.3.32:
33333333
version "0.3.32"
33343334
resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.3.32.tgz#dece5eb602f16340d8d954c7f96ac907c502eabb"
33353335
dependencies:
@@ -6108,18 +6108,18 @@ watchpack@^1.4.0:
61086108
chokidar "^1.7.0"
61096109
graceful-fs "^4.1.2"
61106110

6111-
webpack-addons@1.1.2:
6112-
version "1.1.2"
6113-
resolved "https://registry.yarnpkg.com/webpack-addons/-/webpack-addons-1.1.2.tgz#8285b181f97a72820c1d684022588460e4f7c6b7"
6111+
webpack-addons@^1.1.3:
6112+
version "1.1.3"
6113+
resolved "https://registry.yarnpkg.com/webpack-addons/-/webpack-addons-1.1.3.tgz#11c93f36e690fe9a07d5de8a40a5c0d15d138297"
61146114
dependencies:
61156115
babel-code-frame "^6.22.0"
61166116
babel-preset-es2015 "^6.24.1"
61176117
babel-preset-stage-3 "^6.24.1"
6118-
jscodeshift "^0.3.30"
6118+
jscodeshift "^0.3.32"
61196119

6120-
webpack-cli@^1.5.0:
6121-
version "1.5.0"
6122-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-1.5.0.tgz#970abf6d956ff3cc99872649c2709e40cf15ad6a"
6120+
webpack-cli@^1.5.1:
6121+
version "1.5.1"
6122+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-1.5.1.tgz#7d4963e6f3098d5f5cac050e6c7019f4f1a04d93"
61236123
dependencies:
61246124
babel-code-frame "^6.22.0"
61256125
babel-core "^6.25.0"
@@ -6146,7 +6146,7 @@ webpack-cli@^1.5.0:
61466146
rx "^4.1.0"
61476147
supports-color "^4.4.0"
61486148
webpack "^4.0.0-alpha.0"
6149-
webpack-addons "1.1.2"
6149+
webpack-addons "^1.1.3"
61506150
yargs "^9.0.1"
61516151
yeoman-environment "^2.0.0"
61526152
yeoman-generator "git://github.com/ev1stensberg/generator.git#Feature-getArgument"

0 commit comments

Comments
 (0)