Skip to content

Commit

Permalink
Security: upgrade dependencies (#337)
Browse files Browse the repository at this point in the history
* Security: upgrade dependencies

* upgrade minimist and other dependencies
  • Loading branch information
AgnesToulet authored Mar 23, 2022
1 parent 0c340a3 commit 39424c9
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 174 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,43 +27,40 @@
"express": "^4.16.3",
"express-prom-bundle": "^5.1.5",
"google-protobuf": "3.5.0",
"jimp": "0.16.1",
"lodash": "^4.17.21",
"minimist": "^1.2.0",
"minimist": "^1.2.6",
"morgan": "^1.9.0",
"on-finished": "^2.3.0",
"poolpeteer": "^0.22.0",
"prom-client": "^11.5.3",
"puppeteer": "^13.1.3",
"puppeteer-cluster": "^0.22.0",
"poolpeteer": "^0.22.0",
"jimp": "0.16.1",
"unique-filename": "^1.1.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@grafana/eslint-config": "^2.5.0",
"@types/express": "^4.11.1",
"@types/node": "^14.14.41",
"cross-env": "7.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"axios": "0.26.0",
"cross-env": "7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^36.1.0",
"axios": "0.26.0",
"ts-node": "10.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.8",
"lint-staged": "^11.2.0",
"pkg": "5.5.2",
"prettier": "2.2.1",
"ts-node": "10.5.0",
"tsc-watch": "^4.2.3",
"typescript": "^4.3.2"
},
"resolutions": {
"minimist": "1.2.5"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm run precommit"
Expand Down
Loading

0 comments on commit 39424c9

Please sign in to comment.