Skip to content

Commit

Permalink
Bump direct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Jun 1, 2022
1 parent a4227c6 commit 86687d2
Show file tree
Hide file tree
Showing 2 changed files with 870 additions and 1,171 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,42 +51,42 @@
},
"dependencies": {
"basic-auth": "^2.0.1",
"body-parser": "^1.19.2",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.17.3",
"jose": "^4.6.0",
"express": "^4.18.1",
"jose": "^4.8.1",
"lodash.isplainobject": "^4.0.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/basic-auth": "^1.1.3",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/lodash.isplainobject": "^4.0.6",
"@types/node": "^12.20.47",
"@types/jest": "^27.5.2",
"@types/lodash.isplainobject": "^4.0.7",
"@types/node": "^12.20.54",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsdoc": "^38.1.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.4.6",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"prettier": "^2.6.1",
"jest": "^28.1.0",
"jest-junit": "^13.2.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"supertest": "^6.2.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
"supertest": "^6.2.3",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
},
"resolutions": {
"@types/node": "^12.20.47",
"@types/node": "^12",
"@types/superagent": "4.1.14",
"superagent": "7.1.1"
"superagent": "7.1.6"
}
}
Loading

0 comments on commit 86687d2

Please sign in to comment.