Comparing version 2.6.1 to 2.6.8
@@ -7,3 +7,3 @@ 'use strict'; | ||
// generated code, please see package.json | ||
exports.default = '2.6.1'; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi92ZXJzaW9uLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUE7a0JBQ2UsTyIsImZpbGUiOiJ2ZXJzaW9uLmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy8gZ2VuZXJhdGVkIGNvZGUsIHBsZWFzZSBzZWUgcGFja2FnZS5qc29uXG5leHBvcnQgZGVmYXVsdCAnMi42LjEnO1xuIl19 | ||
exports.default = '2.6.8'; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2xpYi92ZXJzaW9uLmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUE7a0JBQ2UsTyIsImZpbGUiOiJ2ZXJzaW9uLmpzIiwic291cmNlc0NvbnRlbnQiOlsiLy8gZ2VuZXJhdGVkIGNvZGUsIHBsZWFzZSBzZWUgcGFja2FnZS5qc29uXG5leHBvcnQgZGVmYXVsdCAnMi42LjgnO1xuIl19 |
{ | ||
"name": "cci-pingu", | ||
"version": "2.6.1", | ||
"version": "2.6.8", | ||
"description": "Periodically check for new builds (artifacts) on CircleCI and install them in turn", | ||
@@ -35,19 +35,25 @@ "license": "MIT", | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-node": "^6.0.0", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"mocha": "^5.2.0" | ||
"babel-cli": "6.26.0", | ||
"babel-preset-es2015": "6.24.1", | ||
"babel-preset-stage-0": "6.24.1", | ||
"eslint": "5.5.0", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-import": "2.14.0", | ||
"eslint-plugin-node": "7.0.1", | ||
"eslint-plugin-promise": "4.0.1", | ||
"eslint-plugin-standard": "4.0.0", | ||
"mocha": "5.2.0" | ||
}, | ||
"dependencies": { | ||
"argv": "0.0.2", | ||
"lodash.filter": "^4.6.0", | ||
"lodash.orderby": "^4.6.0", | ||
"superagent": "^3.8.3" | ||
"lodash.filter": "4.6.0", | ||
"lodash.orderby": "4.6.0", | ||
"superagent": "3.8.3" | ||
}, | ||
"renovate": { | ||
"extends": [ | ||
"config:base" | ||
], | ||
"bumpVersion": "patch" | ||
} | ||
} |
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
89471
Updatedlodash.filter@4.6.0
Updatedlodash.orderby@4.6.0
Updatedsuperagent@3.8.3