Skip to content

Commit

Permalink
Merge branch 'main' into snyk-fix-c546e4c1a06b0074edc50c024c35e464
Browse files Browse the repository at this point in the history
  • Loading branch information
Woodpile37 authored Sep 5, 2024
2 parents 79ea7f7 + c63ea8f commit 1fde710
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
},
"dependencies": {
"@golevelup/nestjs-modules": "^0.5.0",
"@nestjs/platform-express": "8.4.2",
"@nestjs/platform-express": "10.1.3",
"bitcoin-address-validation": "^2.2.1",
"esbuild": "^0.14.27",
"esbuild": "^0.17.10",
"esbuild-runner": "^2.2.1",
"file-system-cache": "^1.0.5",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.2",
"inquirer": "^9.2.9",
"lodash": "^4.17.21",
"rimraf": "^3.0.2"
"rimraf": "^5.0.1"
},
"devDependencies": {
"@ethersproject/abi": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.0",
"@nestjs/cli": "9.3.0",
"@nestjs/common": "8.4.2",
"@nestjs/common": "10.1.3",
"@nestjs/config": "^1.1.0",
"@nestjs/core": "8.4.2",
"@nestjs/swagger": "^5.2.1",
"@oclif/core": "^1",
"@nestjs/core": "10.1.3",
"@nestjs/swagger": "^7.1.4",
"@oclif/core": "^2.4.0",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
"@typechain/ethers-v5": "^10.0.0",
Expand All @@ -53,15 +53,15 @@
"@types/inquirer": "^8.2.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.180",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@types/node": "18.14.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^5.16.0",
"axios": "^0.26.1",
"axios": "^1.4.0",
"bignumber.js": "^9.0.2",
"cache-manager": "^3.6.0",
"chalk": "4",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"class-validator": "^0.14.0",
"conventional-changelog-conventionalcommits": "^4.6.3",
"copyfiles": "^2.4.1",
"dataloader": "^2.1.0",
Expand All @@ -72,11 +72,11 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ethers": "^5.5.1",
"graphql": "^15.5.1",
"graphql": "^16.6.0",
"graphql-request": "^3.7.0",
"jest": "^27.5.1",
"jest": "^29.4.3",
"moment": "^2.29.2",
"nodemon": "^2.0.15",
"nodemon": "^3.0.0",
"prettier": "^2.6.0",
"qs": "^6.10.3",
"recast": "^0.20.5",
Expand All @@ -85,14 +85,14 @@
"source-map-support": "^0.5.20",
"swagger-ui-express": "^4.3.0",
"ts-generator": "^0.1.1",
"ts-jest": "^27.1.4",
"ts-jest": "^29.1.1",
"ts-loader": "^9.2.3",
"ts-node": "^10.7.0",
"tsc-alias": "^1.6.5",
"tsconfig-paths": "^3.14.1",
"type-fest": "^2.12.1",
"typechain": "^8.0.0",
"typescript": "^4.6.2",
"typescript": "^5.0.4",
"web3": "^1.5.1",
"webpack": "^5.0.0"
},
Expand Down

0 comments on commit 1fde710

Please sign in to comment.