fix: Update dependencies for main #37
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update dependencies for main
For commit [0c4475c]
Suggested updates
package.json
{ "name": "node-iac", "version": "3.1.1", "main": "src/app.ts'", "license": "MIT", "scripts": { "start": "ts-node src/app.ts", "lint": "eslint src/*.ts", "prod": "node dist/index.js", "compile": "wireit", "build": "wireit", "docker": "docker buildx build -t sirily11/etd-admin-node --platform linux/arm64,linux/amd64 --push . ", "test": "wireit", "it": "ts-node src/tests/integration_tests/run.ts", "release": "release-it --no-requireCleanWorkingDir" }, "wireit": { "compile": { "command": "tsc" }, "build": { "command": "ncc build build/app.js -o dist", "dependencies": [ "compile" ] }, "test": { "command": "jest --forceExit --coverage" } }, "dependencies": { "@etherdata-blockchain/common": "^4.3.0", "@etherdata-blockchain/docker-plan": "^4.3.0", "@etherdata-blockchain/ip": "^4.3.0", "@etherdata-blockchain/logger": "^4.3.0", "@types/dockerode": "^3.3.9", "@types/jsonwebtoken": "^8.5.8", "@types/node": "^17.0.31", "@types/node-cron": "^3.0.1", "@vercel/ncc": "^0.33.4", "axios": "^0.27.2", "axios-retry": "^3.2.5", "chalk": "^5.0.1", "dockerode": "^3.3.1", "dotenv": "^16.0.0", "http-method-enum": "^1.0.0", "http-status-codes": "^2.2.0", "internal-ip": "^7.0.0", "jsonwebtoken": "^8.5.1", "moment": "^2.29.3", "node-cron": "^3.0.0", "typescript": "^4.6.4", "web3": "^1.7.3", "web3-eth-admin": "^1.0.0-beta.55", "wireit": "^0.4.0" }, "devDependencies": { "@release-it/conventional-changelog": "^5.0.0", "@types/chai": "^4.3.1", "@types/jest": "^27.5.0", "@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/parser": "^5.22.0", "chai": "^4.3.6", "eslint": "^8.15.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "jest": "^28.1.0", "nock": "^13.2.4", "prettier": "^2.6.2", "release-it": "^15.0.0", "ts-jest": "^28.0.1", "ts-node": "^10.7.0" }, "repository": "https://github.com/etherdata-blockchain/etd-local-admin-node.git", "author": "sirily11 <sirily1997@gmail.com>" }