Skip to content

Commit

Permalink
fix: update packages for vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
monsagri committed Oct 14, 2020
1 parent d4a7c7b commit 6b370e7
Show file tree
Hide file tree
Showing 2 changed files with 1,490 additions and 1,596 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,34 +58,34 @@
"js-yaml": "^3.14.0",
"markdown-table": "^2.0.0",
"prompt": "^1.0.0",
"serverless": "^1.75.1"
"serverless": "^2.7.0"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/aws-lambda": "^8.10.59",
"@types/jest": "^26.0.5",
"@types/aws-lambda": "^8.10.64",
"@types/jest": "^26.0.14",
"@types/js-yaml": "^3.12.5",
"@types/markdown-table": "^2.0.0",
"@types/node": "^14.0.24",
"@types/serverless": "^1.72.5",
"aws-sdk": "^2.717.0",
"@types/node": "^14.11.8",
"@types/serverless": "^1.78.2",
"aws-sdk": "^2.771.0",
"aws-sdk-mock": "^5.1.0",
"codecov": "^3.7.2",
"commitizen": "^4.1.2",
"codecov": "^3.8.0",
"commitizen": "^4.2.1",
"cross-env": "7.0.2",
"cz-conventional-changelog": "^3.2.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jest-environment-node": "^26.1.0",
"lint-staged": "^10.2.11",
"semantic-release": "^17.1.1",
"ts-jest": "^26.1.3",
"ts-node": "^8.10.2",
"cz-conventional-changelog": "^3.3.0",
"husky": "^4.3.0",
"jest": "^26.5.3",
"jest-environment-node": "^26.5.2",
"lint-staged": "^10.4.0",
"semantic-release": "^17.2.1",
"ts-jest": "^26.4.1",
"ts-node": "^9.0.0",
"tslint": "^6.1.2",
"typescript": "^3.9.7"
"typescript": "^4.0.3"
},
"jest": {
"testEnvironment": "node"
Expand Down
Loading

0 comments on commit 6b370e7

Please sign in to comment.