Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk Update] New fixes for 1 vulnerable dependency path #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 68 additions & 68 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
{
"name": "generator-es2017-npm-module",
"description": "Yeoman generator for starting es2017 npm module with Mocha, Isparta, Travis, Coveralls",
"license": "MIT",
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/yanghuabei/generator-es2017-npm-module.git"
"name": "generator-es2017-npm-module",
"description": "Yeoman generator for starting es2017 npm module with Mocha, Isparta, Travis, Coveralls",
"license": "MIT",
"main": "generators/app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/yanghuabei/generator-es2017-npm-module.git"
},
"author": {
"name": "yanghuabei",
"email": "[email protected]",
"url": "https://github.com/yanghuabei"
},
"contributors": [
{
"name": "Eugene Obrezkov",
"email": "[email protected]",
"url": "https://github.com/ghaiklor"
},
"author": {
"name": "yanghuabei",
"email": "[email protected]",
"url": "https://github.com/yanghuabei"
},
"contributors": [
{
"name": "Eugene Obrezkov",
"email": "[email protected]",
"url": "https://github.com/ghaiklor"
},
{
"name": "yanghuabei",
"email": "[email protected]",
"url": "https://github.com/yanghuabei"
}
],
"scripts": {
"coveralls": "cat coverage/lcov.info | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "babel-node ./node_modules/.bin/isparta cover _mocha",
"prepublish": "yarn run compile",
"compile": "rm -rf generators && cp -R src generators && babel src/app/index.js --out-file generators/app/index.js"
},
"keywords": [
"yeoman-generator",
"boilerplate",
"scaffolder",
"npm",
"module",
"es2017",
"es6"
],
"dependencies": {
"yeoman-generator": "0.24.x",
"yosay": "1.x"
},
"devDependencies": {
"babel-cli": "*",
"babel-preset-es2017": "6.x",
"babel-preset-es2016": "6.x",
"babel-preset-es2015": "6.x",
"babel-preset-stage-0": "6.x",
"isparta": "*",
"coveralls": "2.11.6",
"cz-conventional-changelog": "^1.2.0",
"mocha": "3.x",
"semantic-release": "^4.3.5",
"yeoman-assert": "2.x",
"yeoman-test": "1.5.x"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"tag": "latest"
},
"release": {
"branch": "master"
{
"name": "yanghuabei",
"email": "[email protected]",
"url": "https://github.com/yanghuabei"
}
],
"scripts": {
"coveralls": "cat coverage/lcov.info | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "babel-node ./node_modules/.bin/isparta cover _mocha",
"prepublish": "yarn run compile",
"compile": "rm -rf generators && cp -R src generators && babel src/app/index.js --out-file generators/app/index.js"
},
"keywords": [
"yeoman-generator",
"boilerplate",
"scaffolder",
"npm",
"module",
"es2017",
"es6"
],
"dependencies": {
"yeoman-generator": "2.0.5",
"yosay": "1.x"
},
"devDependencies": {
"babel-cli": "*",
"babel-preset-es2017": "6.x",
"babel-preset-es2016": "6.x",
"babel-preset-es2015": "6.x",
"babel-preset-stage-0": "6.x",
"isparta": "*",
"coveralls": "2.11.6",
"cz-conventional-changelog": "^1.2.0",
"mocha": "3.x",
"semantic-release": "^4.3.5",
"yeoman-assert": "2.x",
"yeoman-test": "1.5.x"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"tag": "latest"
},
"release": {
"branch": "master"
}
}