Comparing version 1.4.8 to 1.4.9
{ | ||
"name": "deedee", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"description": "A tool for detecting dependencies", | ||
@@ -36,29 +36,29 @@ "license": "MIT", | ||
"devDependencies": { | ||
"babel-cli": "^6.16.0", | ||
"babel-core": "^6.17.0", | ||
"babel-istanbul": "^0.11.0", | ||
"babel-cli": "^6.22.2", | ||
"babel-core": "^6.22.1", | ||
"babel-istanbul": "^0.12.1", | ||
"babel-plugin-rewire": "^1.0.0", | ||
"babel-plugin-syntax-async-functions": "^6.13.0", | ||
"babel-plugin-transform-regenerator": "^6.16.1", | ||
"babel-polyfill": "^6.16.0", | ||
"babel-preset-es2015": "^6.16.0", | ||
"babel-plugin-transform-regenerator": "^6.22.0", | ||
"babel-polyfill": "^6.22.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"chai": "^3.5.0", | ||
"child-process-promise": "^2.1.3", | ||
"coveralls": "^2.11.14", | ||
"eslint": "^3.7.1", | ||
"eslint-config-xo": "^0.16.0", | ||
"child-process-promise": "^2.2.0", | ||
"coveralls": "^2.11.15", | ||
"eslint": "^3.14.1", | ||
"eslint-config-xo": "^0.17.0", | ||
"istanbul": "^1.0.0-alpha.2", | ||
"mocha": "^3.1.0", | ||
"mocha": "^3.2.0", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"sinon": "^1.17.6", | ||
"sinon": "^1.17.7", | ||
"strip-ansi": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.4.6", | ||
"bluebird": "^3.4.7", | ||
"chalk": "^1.1.3", | ||
"lodash": "^4.17.2", | ||
"lodash": "^4.17.4", | ||
"text-table": "^0.2.0", | ||
"walk": "^2.3.9", | ||
"yargs": "^6.4.0" | ||
"yargs": "^6.6.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152541
Updatedbluebird@^3.4.7
Updatedlodash@^4.17.4
Updatedyargs@^6.6.0