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:
  - bs58check from 3.0.1 to 4.0.0.
    See this package in npm: https://www.npmjs.com/package/bs58check
  - dotenv from 13.0.1 to 16.4.5.
    See this package in npm: https://www.npmjs.com/package/dotenv
  - lru-cache from 9.1.2 to 11.0.0.
    See this package in npm: https://www.npmjs.com/package/lru-cache
  - markdown-it from 13.0.2 to 14.1.0.
    See this package in npm: https://www.npmjs.com/package/markdown-it
  - zeromq from 5.3.1 to 6.0.2.
    See this package in npm: https://www.npmjs.com/package/zeromq

See this project in Snyk:
https://app.snyk.io/org/naiba4/project/1889c69f-761a-4535-a28c-2745d412a30c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent 0b14223 commit ee3e98b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@
"bitcoinjs-lib": "^6.1.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"bs58check": "^3.0.1",
"bs58check": "^4.0.0",
"chart.js": "^4.3.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"crypto-js": "^4.1.1",
"csurf": "^1.11.0",
"debug": "^4.3.4",
"decimal.js": "^10.4.3",
"dotenv": "^13.0.1",
"dotenv": "^16.4.5",
"electrum-client": "github:janoside/electrum-client",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-session": "^1.17.3",
"jayson": "^4.1.0",
"lru-cache": "^9.1.1",
"markdown-it": "^13.0.1",
"lru-cache": "^11.0.0",
"markdown-it": "^14.1.0",
"md5": "^2.3.0",
"memorystore": "^1.6.7",
"meow": "^9.0.0",
Expand All @@ -71,7 +71,7 @@
"serve-favicon": "^2.5.0",
"simple-git": "^3.18.0",
"tiny-secp256k1": "^2.2.1",
"zeromq": "^5.3.1"
"zeromq": "^6.0.2"
},
"optionalDependencies": {
"event-loop-stats": "^1.4.1"
Expand Down

0 comments on commit ee3e98b

Please sign in to comment.