Skip to content

Commit

Permalink
Feat: snyk updates (#1975)
Browse files Browse the repository at this point in the history
* chore: remove unused dependencies

* chore: update dependencies

* chore: yarn.lock

* chore: error on high-severity issues
  • Loading branch information
Tuditi authored Feb 21, 2024
1 parent 084f750 commit ae02f3e
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --yarn-workspaces --strict-out-of-sync=false --detection-depth=5 --dev
args: --yarn-workspaces --severity-threshold=high --strict-out-of-sync=false --detection-depth=5 --dev
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@amplitude/analytics-node": "1.3.5",
"@ledgerhq/hw-app-eth": "6.34.8",
"@ledgerhq/hw-app-eth": "6.35.5",
"@ledgerhq/hw-transport-node-hid": "6.28.3",
"@ledgerhq/logs": "6.10.1",
"@types/webpack-dev-server": "4.7.2",
Expand Down
5 changes: 0 additions & 5 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@
"@ethereumjs/rlp": "4.0.1",
"@ethereumjs/tx": "5.2.1",
"@ethereumjs/util": "9.0.2",
"@iota/bundle": "1.0.0-beta.30",
"@iota/converter": "1.0.0-beta.30",
"@iota/crypto.js": "1.8.6",
"@iota/sdk": "1.1.4",
"@iota/transaction": "1.0.0-beta.30",
"@iota/transaction-converter": "1.0.0-beta.30",
"@iota/unit-converter": "1.0.0-beta.30",
"@iota/util.js": "2.0.0-rc.2",
"@metamask/eth-sig-util": "7.0.1",
"@spruceid/siwe-parser": "2.0.2",
Expand Down
Loading

0 comments on commit ae02f3e

Please sign in to comment.