bump deps

This commit is contained in:
alexcos20 2023-10-06 12:13:39 +03:00
parent f5b5400261
commit 74f414a63a
2 changed files with 3105 additions and 4923 deletions

8014
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -46,6 +46,7 @@
"changelog": "auto-changelog -p"
},
"devDependencies": {
"@oceanprotocol/lib": "^2.7.0",
"@types/chai": "^4.3.5",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^10.0.1",
@ -54,6 +55,7 @@
"auto-changelog": "^2.4.0",
"chai": "^4.3.7",
"chai-spies": "^1.0.0",
"cross-fetch": "^3.1.6",
"eslint": "^7.32.0",
"eslint-config-oceanprotocol": "^2.0.4",
"eslint-config-prettier": "^8.8.0",
@ -61,6 +63,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"ethereumjs-util": "^7.1.5",
"mocha": "^10.2.0",
"mock-local-storage": "^1.1.24",
"prettier": "^2.8.8",
@ -69,15 +72,12 @@
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"ts-node-register": "^1.0.0",
"typescript": "^5.0.4",
"@oceanprotocol/lib": "^2.7.0",
"cross-fetch": "^3.1.6",
"ethereumjs-util": "^7.1.5"
"typescript": "^5.2.2"
},
"dependencies": {
"@oceanprotocol/contracts": "^1.1.14",
"@graphprotocol/graph-cli": "^0.38.0",
"@graphprotocol/graph-ts": "^0.30.0"
"@graphprotocol/graph-cli": "^0.56.0",
"@graphprotocol/graph-ts": "^0.30.0",
"@oceanprotocol/contracts": "^1.1.14"
},
"repository": {
"type": "git",