Skip to content

Commit

Permalink
(ci): Remove pnpm audit conflicting deps (#212)
Browse files Browse the repository at this point in the history
Closes #211
  • Loading branch information
DefiCake authored Jun 13, 2024
1 parent a89e9dc commit 139fb6d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1,387 deletions.
8 changes: 8 additions & 0 deletions .changeset/twenty-days-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@fuel-bridge/fungible-token': patch
'@fuel-bridge/message-predicates': patch
'@fuel-bridge/solidity-contracts': patch
'@fuel-bridge/test-utils': patch
---

Removed unused and vulnerable npm dependencies
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"license": "APACHE-2.0",
"dependencies": {
"@fuels/changeset": "0.0.10",
"@fuels/eslint-plugin": "0.0.10",
"@fuels/eslint-plugin": "0.20.0",
"@fuels/prettier-config": "0.0.10",
"@fuels/ts-config": "0.0.10",
"eslint": "^8.49.0",
Expand All @@ -41,5 +41,10 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@fuel-ts/forc": "0.73.0"
},
"pnpm": {
"overrides": {
"braces": ">=3.0.3"
}
}
}
3 changes: 1 addition & 2 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"dotenv": "^16.0.3",
"ethereum-waffle": "^4.0.2",
"ethers": "6.11.0",
"fuels": "0.89.1",
"fuels": "0.89.1",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit 139fb6d

Please sign in to comment.