Skip to content

Commit

Permalink
chore(deps): force latest version & audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Feb 17, 2020
1 parent 77e605c commit d09ec7f
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 79 deletions.
162 changes: 93 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/travis-cli": "^8.3.5",
"@lykmapipo/env": "^0.16.6",
"@lykmapipo/mongoose-common": "^0.29.3",
"@lykmapipo/mongoose-test-helpers": "^0.7.35",
"@lykmapipo/test-helpers": "^0.5.7",
"@lykmapipo/env": "^0.16.7",
"@lykmapipo/mongoose-common": "^0.29.4",
"@lykmapipo/mongoose-test-helpers": "^0.7.36",
"@lykmapipo/test-helpers": "^0.5.8",
"chai": "^4.2.0",
"commitizen": "^4.0.3",
"coveralls": "^3.0.9",
Expand All @@ -84,23 +84,23 @@
"eslint-plugin-prettier": "^3.1.2",
"generate-changelog": "^1.8.0",
"handlebars": "^4.7.3",
"husky": "^4.2.1",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"lodash.template": "^4.5.0",
"mocha": "^7.0.1",
"mongoose": ">=5.8.11",
"mongoose": ">=5.9.1",
"npm-check-updates": "^4.0.1",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.1",
"rollup": "^1.31.0",
"rimraf": "^3.0.2",
"rollup": "^1.31.1",
"shelljs": "^0.8.3"
},
"peerDependencies": {
"mongoose": ">=5.8.11"
"mongoose": ">=5.9.1"
},
"dependencies": {
"@lykmapipo/common": ">=0.30.4",
"@lykmapipo/common": ">=0.30.5",
"async": ">=3.1.1",
"lodash": ">=4.17.15"
},
Expand Down

0 comments on commit d09ec7f

Please sign in to comment.