Skip to content

Commit

Permalink
pnpm audit added and upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsc0x committed Dec 3, 2024
1 parent 7a442f8 commit 08691ed
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 713 deletions.
35 changes: 23 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"up": "pnpm update",
"check": "pnpm outdated",
"audit": "pnpm audit --audit-level=high",
"upgrade": "pnpm run up && pnpm run check && pnpm run build",
"clean-dist": "rimraf dist/*",
"build-esm": "tsc --project tsconfig.esm.json",
Expand Down Expand Up @@ -64,11 +65,11 @@
"bundle.min.js"
],
"dependencies": {
"@aptos-labs/ts-sdk": "^1.33.0",
"@aptos-labs/ts-sdk": "^1.33.1",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.6",
"ethers": "^6.13.4",
"events": "^3.3.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -80,40 +81,50 @@
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"chalk": "^5.3.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-tsdoc": "^0.4.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"node-ts": "^6.1.3",
"npm-run-all": "^4.1.5",
"ora": "^8.1.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-eslint": "^16.3.0",
"prettier-standard": "^16.4.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typedoc": "^0.26.11",
"typedoc": "^0.27.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"webpack": "^5.96.1",
"typescript-eslint": "^8.17.0",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.5"
},
"pnpm": {
"overrides": {
"trim@<0.0.3": ">=0.0.3",
"postcss@<7.0.36": ">=7.0.36",
"postcss@<8.4.31": ">=8.4.31",
"minimatch@<3.0.5": ">=3.0.5",
"minimist@>=1.0.0 <1.2.6": ">=1.2.6",
"semver@>=6.0.0 <6.3.1": ">=6.3.1"
}
}
}
Loading

0 comments on commit 08691ed

Please sign in to comment.