Skip to content

Commit

Permalink
Dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Apr 27, 2024
1 parent a29d125 commit 1827c8e
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 418 deletions.
41 changes: 6 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,58 +26,33 @@
"author": "Intrahealth International",
"license": "ISC",
"dependencies": {
"@ahryman40k/ts-fhir-types": "^4.0.34",
"@i-tech-uw/mllp-server": ">=3.3.1",
"@types/got": "^9.6.12",
"acorn": ">=7.1.1",
"async": "^3.2.1",
"axios": "^1.6.1",
"cookie-parser": "^1.4.5",
"damerau-levenshtein": "^1.0.5",
"double-metaphone": "^1.0.5",
"exceljs": "^4.3.0",
"express": "^4.17.1",
"fast-levenshtein": "^2.0.6",
"fhir": "^4.7.10",
"fhirclient": "^2.3.10",
"formidable": "^1.2.1",
"got": "^11.8.2",
"hl7": "^1.1.1",
"is-json": "^2.0.1",
"jaro-winkler": "^0.2.8",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.19",
"metaphone": "^1.0.6",
"minimist": ">=1.2.6",
"moment": "^2.29.2",
"nconf": "^0.11.4",
"openhim-mediator-utils": "^0.4.0",
"querystring": "^0.2.1",
"read-excel-file": "^5.6.1",
"rimraf": "^4.1.2",
"slashes": "^1.0.5",
"sleep-promise": "^9.1.0",
"soundex-code": "^1.0.4",
"sprintf-js": "^1.1.2",
"supertest": "^5.0.0-0",
"urijs": "^1.19.11",
"uuid": "^3.3.3",
"uuid4": "^1.1.4",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2"
},
"devDependencies": {
"@ahryman40k/ts-fhir-types": "^4.0.34",
"@i-tech-uw/mllp-server": ">=3.3.1",
"@types/async": "^3.2.3",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
"@types/got": "^9.6.12",
"@types/hapi": "^18.0.3",
"@types/ip": "^1.1.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.162",
"@types/nconf": "^0.10.1",
"@types/newman": "^5.1.4",
"@types/nock": "^11.1.0",
"@types/node": "^14.11.10",
"@types/request": "^2.48.7",
"@types/sprintf-js": "^1.1.2",
Expand All @@ -88,24 +63,20 @@
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"acorn": ">=7.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vue": "^6.1.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"kafkajs": "^1.15.0",
"lint-staged": "^14.0.0",
"minimist": ">=1.2.6",
"nock": "^13.1.1",
"openapi-types": "^9.1.0",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"supertest": "^7.0.0-0",
"ts-jest": "^29.1.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
Expand Down
Loading

0 comments on commit 1827c8e

Please sign in to comment.