Skip to content

Commit

Permalink
Merge pull request #12 from cqframework/update-dependencies-2020-10
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
cmoesel authored Oct 22, 2020
2 parents 4a93ca3 + 8616c6b commit 9bfcf59
Show file tree
Hide file tree
Showing 2 changed files with 526 additions and 656 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,20 @@
"lint:fix": "./node_modules/.bin/eslint . --fix"
},
"dependencies": {
"debug": "^4.1.1",
"mkdirp": "^1.0.3",
"debug": "^4.2.0",
"mkdirp": "^1.0.4",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"request-promise-native": "^1.0.9",
"xml2js": "^0.4.23"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cql-execution": "^1.3.7",
"eslint": "^6.8.0",
"cql-execution": "^1.4.5",
"eslint": "^7.11.0",
"fs-extra": "^8.1.0",
"mocha": "^7.0.1",
"nock": "^11.8.2"
},
"resolutions": {
"sshpk": "^1.13.2"
"mocha": "^8.2.0",
"nock": "^13.0.4"
},
"peerDependencies": {
"cql-execution": "^1.2.0"
Expand Down
Loading

0 comments on commit 9bfcf59

Please sign in to comment.