Skip to content

Commit

Permalink
Merge pull request #58 from snyk/fix/bump-deps
Browse files Browse the repository at this point in the history
fix: Bump dependencies
  • Loading branch information
darscan committed Apr 30, 2020
2 parents d95baaa + 315b5d4 commit b0ad714
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -30,23 +30,23 @@
"url": "https://github.com/snyk/dep-graph/issues"
},
"devDependencies": {
"@types/jest": "^24",
"@types/jest": "^25",
"@types/node": "^8",
"@types/object-hash": "^1.2.0",
"@types/semver": "^5",
"jest": "^24",
"ts-jest": "^24",
"@types/object-hash": "^1.3.1",
"@types/semver": "^7",
"jest": "^25",
"prettier": "^1.9.1",
"ts-jest": "^25",
"ts-node": "^8",
"tslint": "^5",
"typescript": "^3.7.2"
"tslint": "^6",
"typescript": "^3.8.3"
},
"dependencies": {
"@snyk/graphlib": "2.1.9-patch",
"@snyk/lodash": "4.17.15-patch",
"object-hash": "^1.3.1",
"prettier": "^1.19.1",
"semver": "^6.0.0",
"source-map-support": "^0.5.11",
"tslib": "^1.10.0"
"object-hash": "^2.0.3",
"semver": "^7.3.2",
"source-map-support": "^0.5.19",
"tslib": "^1.11.1"
}
}
5 changes: 2 additions & 3 deletions tslint.json
@@ -1,9 +1,8 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"extends": ["tslint:recommended"],
"rules": {
"array-type": false,
"indent": [true, "spaces", 2],
"interface-name": false,
"no-var-requires": false,
Expand Down

0 comments on commit b0ad714

Please sign in to comment.