Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @sentry/node from 7.119.0 to 8.27.0.
    See this package in npm: https://www.npmjs.com/package/@sentry/node
  - commander from 11.1.0 to 12.1.0.
    See this package in npm: https://www.npmjs.com/package/commander
  - pino from 8.21.0 to 9.3.2.
    See this package in npm: https://www.npmjs.com/package/pino
  - prom-client from 14.2.0 to 15.1.3.
    See this package in npm: https://www.npmjs.com/package/prom-client

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/7ee992c3-6f41-4a6b-9712-45234464b96d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 17, 2024
1 parent 9227843 commit 2dc1e79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/common-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
},
"dependencies": {
"@eth-optimism/core-utils": "workspace:*",
"@sentry/node": "^7.99.0",
"@sentry/node": "^8.27.0",
"bcfg": "^0.2.1",
"body-parser": "^1.20.2",
"commander": "^11.1.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"envalid": "^8.0.0",
"ethers": "^5.7.2",
"express": "^4.19.2",
"express-prom-bundle": "^7.0.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"pino": "^8.19.0",
"pino": "^9.3.2",
"pino-multi-stream": "^6.0.0",
"pino-sentry": "^0.14.0",
"prom-client": "^14.2.0"
"prom-client": "^15.1.3"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
Expand Down

0 comments on commit 2dc1e79

Please sign in to comment.