diff --git a/.nvmrc b/.nvmrc index b6a7d89c..2edeafb0 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +20 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2fc31105..0634604b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@circles/core", - "version": "4.10.2", + "version": "4.10.2-1-gdedbea5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@circles/core", - "version": "4.10.2", + "version": "4.10.2-1-gdedbea5", "license": "AGPL-3.0", "dependencies": { "@circles/circles-contracts": "^3.3.2", diff --git a/package.json b/package.json index 38293873..ff477d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@circles/core", - "version": "4.10.2", + "version": "4.10.2-1-gdedbea5", "description": "Common methods to interact with the Circles ecosystem", "main": "lib/index.js", "contributors": [ @@ -17,7 +17,7 @@ "url": "git://github.com/CirclesUBI/circles-core.git" }, "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "scripts": { "prepare": "husky install", @@ -31,37 +31,37 @@ "test:watch": "npm run test -- --watch" }, "devDependencies": { - "@babel/core": "^7.23.2", - "@babel/eslint-parser": "^7.22.15", + "@babel/core": "^7.26.0", + "@babel/eslint-parser": "^7.25.9", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-transform-runtime": "^7.23.2", - "@babel/preset-env": "^7.23.2", + "@babel/plugin-transform-runtime": "^7.25.9", + "@babel/preset-env": "^7.26.0", "@rollup/plugin-babel": "^6.0.4", - "@rollup/plugin-commonjs": "^25.0.7", - "@rollup/plugin-json": "^6.0.1", - "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-commonjs": "^25.0.8", + "@rollup/plugin-json": "^6.1.0", + "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-terser": "^0.4.4", "babel-plugin-add-module-exports": "^1.0.4", - "babel-plugin-module-resolver": "^5.0.0", - "documentation": "^14.0.2", - "dotenv": "^16.3.1", - "eslint": "^8.51.0", + "babel-plugin-module-resolver": "^5.0.2", + "documentation": "^14.0.3", + "dotenv": "^16.4.7", + "eslint": "^8.57.1", "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^4.2.1", - "http-status": "^1.7.0", + "http-status": "^1.8.1", "husky": "^8.0.3", "isomorphic-fetch": "^3.0.0", "jest": "^29.7.0", "lint-staged": "^13.3.0", - "nock": "^13.3.4", + "nock": "^13.5.6", "prettier": "^2.8.8", - "rimraf": "^5.0.5", - "rollup": "^3.29.4", + "rimraf": "^5.0.10", + "rollup": "^3.29.5", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-node-builtins": "^2.1.2", "truffle": "^5.11.5", - "web3": "^1.10.2" + "web3": "^1.10.4" }, "dependencies": { "@circles/circles-contracts": "^3.3.2",