Skip to content

Commit

Permalink
Merge pull request #551 from santoshshinde2012/dev
Browse files Browse the repository at this point in the history
Upgrade npm modules
  • Loading branch information
santoshshinde2012 authored Jan 15, 2024
2 parents bdc9fb9 + ad524bd commit 47666c9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
37 changes: 19 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"build": "tsc -p . && cp package.json ./build/package.json && cp package-lock.json ./build/package-lock.json && cp .env ./build/.env",
"lint": "eslint src/**/*.ts",
"lint-fix": "eslint --fix src/**/*.ts",
"pretty": "prettier --write \"src/**/*.ts\"",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "husky install",
"test:custom": "npm test -- tests/unit-tests/lib/crypto.spec.ts",
"precommit": "npm run lint-fix && npm run pretty",
"precommit": "npm run lint-fix && npm run format",
"prepush": "npm run lint ",
"test": "jest --coverage",
"test:watch": "jest --watch"
Expand All @@ -21,7 +21,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.0",
"@types/node": "^20.11.1",
"@types/winston": "^2.4.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
Expand All @@ -48,8 +48,8 @@
"jest": "^29.7.0",
"jest-sonar-reporter": "^2.0.0",
"nodemon": "^3.0.2",
"prettier": "^3.2.1",
"supertest": "^6.3.3",
"prettier": "^3.2.2",
"supertest": "^6.3.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2"
}
Expand Down

0 comments on commit 47666c9

Please sign in to comment.