Skip to content

Commit

Permalink
Merge from main repo: Dependency upgrades (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2023
1 parent 3b5ddd9 commit db73130
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,21 @@
"devDependencies": {
"@medplum/cli": "2.0.26",
"@medplum/core": "2.0.26",
"@medplum/eslint-config": "2.0.26",
"@medplum/fhirtypes": "2.0.26",
"@medplum/mock": "2.0.26",
"@types/node": "20.3.3",
"@types/node": "20.4.2",
"@types/node-fetch": "2.6.4",
"@types/ssh2-sftp-client": "9.0.0",
"@vitest/coverage-v8": "0.32.4",
"@vitest/ui": "0.32.4",
"eslint": "8.44.0",
"@vitest/coverage-v8": "0.33.0",
"@vitest/ui": "0.33.0",
"form-data": "4.0.0",
"node-fetch": "3.3.1",
"node-fetch": "2.6.12",
"pdfmake": "0.2.7",
"prettier": "2.8.8",
"ssh2-sftp-client": "9.1.0",
"stripe": "12.11.0",
"stripe": "12.13.0",
"typescript": "5.1.6",
"vitest": "0.32.4"
"vitest": "0.33.0"
},
"eslintConfig": {
"extends": [
Expand All @@ -43,6 +42,6 @@
"singleQuote": true
},
"dependencies": {
"esbuild": "0.18.11"
"esbuild": "0.18.12"
}
}

0 comments on commit db73130

Please sign in to comment.