Skip to content

Commit

Permalink
Merge pull request #143 from bluehalo/deps/feb-2023-update
Browse files Browse the repository at this point in the history
deps: upgrade deps
  • Loading branch information
luan-dev authored Feb 6, 2023
2 parents 36b84ae + fbd271c commit f48333f
Show file tree
Hide file tree
Showing 3 changed files with 2,269 additions and 2,392 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project is an example project built on `@asymmetrik/node-fhir-server-core`
## Getting Started with Docker

1. Install the latest [Docker Community Edition](https://www.docker.com/community-edition) for your OS if you do not already have it installed.
2. Run `docker-compose up`.
2. Run `docker compose up`.

## Getting Started with Node

Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"scripts": {
"start": "node src/index.js",
"nodemon": "cross-env NODE_ENV=development; node scripts/nodemon;",
"test": "npm run test:lint;",
"test": "yarn run test:lint",
"test:lint": "eslint \"src/**/*.js\"",
"test:jest": "jest --forceExit",
"snyk-protect": "snyk protect",
"snyk-protect": "snyk-protect",
"prepare": "yarn run snyk-protect",
"prettier-check": "prettier --check \"**/*.{js,mjs,cjs,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,less,graphql,graphqls,gql}\"",
"prettier-fix": "prettier --write \"**/*.{js,mjs,cjs,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,less,graphql,graphqls,gql}\""
Expand All @@ -38,20 +38,21 @@
]
},
"dependencies": {
"@asymmetrik/node-fhir-server-core": "^2.2.4",
"fast-json-patch": "^3.1.0",
"moment-timezone": "^0.5.34",
"@asymmetrik/node-fhir-server-core": "^2.2.5",
"@snyk/protect": "^1.1096.0",
"fast-json-patch": "^3.1.1",
"moment-timezone": "^0.5.40",
"mongo": "^0.1.0",
"object-hash": "^2.2.0",
"snyk": "^1.996.0",
"object-hash": "^3.0.0",
"snyk": "^1.1096.0",
"var": "^0.4.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.7.0",
"jest": "^27.4.7",
"nodemon": "^2.0.15",
"prettier": "^2.5.1"
"eslint": "^8.33.0",
"jest": "^29.4.1",
"nodemon": "^2.0.20",
"prettier": "^2.8.3"
},
"private": false,
"snyk": true
Expand Down
Loading

0 comments on commit f48333f

Please sign in to comment.