Skip to content

Commit

Permalink
Merge pull request #83 from mean-org/remove-vulnerabilities
Browse files Browse the repository at this point in the history
Remove vulnerabilities
  • Loading branch information
MexicanSparker authored Aug 6, 2024
2 parents 55bb382 + d4e132e commit 2ab6e3e
Show file tree
Hide file tree
Showing 2 changed files with 817 additions and 541 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@
"lib/**/*.*"
],
"scripts": {
"build": "rimraf lib && tsc",
"build": "tsc",
"clean": "rm -R ./lib",
"build:dev": "npm run clean && npm run build",
"test": "jest",
"test:cov": "jest --coverage"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@coral-xyz/anchor-cli": "^0.26.0",
"@solana/spl-token": "0.1.8",
"@solana/web3.js": "1.95.2",
"cross-fetch": "^3.1.5"
"@solana/web3.js": "1.95.2"
},
"devDependencies": {
"@types/jest": "^28.1.7",
"@types/node": "^17.0.29",
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"jest": "^28.1.3",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5"
},
"resolutions": {
"@solana/web3.js": "1.95.2",
"ws": "8.17.1"
"ws": "8.18.0"
},
"overrides": {
"ws": "8.17.1"
"ws": "8.18.0"
}
}
Loading

0 comments on commit 2ab6e3e

Please sign in to comment.