Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @remixproject/plugin-utils from 0.3.33 to 0.3.208.
    See this package in npm: https://www.npmjs.com/package/@remixproject/plugin-utils
  - @remixproject/plugin-api from 0.3.33 to 0.3.208.
    See this package in npm: https://www.npmjs.com/package/@remixproject/plugin-api
  - @remixproject/plugin from 0.3.33 to 0.3.208.
    See this package in npm: https://www.npmjs.com/package/@remixproject/plugin
  - @remixproject/plugin-ws from 0.3.33 to 0.3.208.
    See this package in npm: https://www.npmjs.com/package/@remixproject/plugin-ws
  - axios from 1.1.2 to 1.7.5.
    See this package in npm: https://www.npmjs.com/package/axios

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/5ba18aca-d419-4e3d-9e0d-26f87b8c0177?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent 23a25f0 commit 22507e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/remixd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"homepage": "https://github.com/ethereum/remix-project#readme",
"dependencies": {
"@remixproject/plugin": "0.3.33",
"@remixproject/plugin-api": "0.3.33",
"@remixproject/plugin-utils": "0.3.33",
"@remixproject/plugin-ws": "0.3.33",
"axios": "1.1.2",
"@remixproject/plugin": "0.3.208",
"@remixproject/plugin-api": "0.3.208",
"@remixproject/plugin-utils": "0.3.208",
"@remixproject/plugin-ws": "0.3.208",
"axios": "1.7.5",
"chokidar": "^2.1.8",
"commander": "^9.4.1",
"fs-extra": "^3.0.1",
Expand Down

0 comments on commit 22507e5

Please sign in to comment.