near-safe 0.8.7 → 0.8.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +17 -17
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "near-safe",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.8",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.",
|
6
6
|
"author": "bh2smith",
|
@@ -42,30 +42,30 @@
|
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
44
|
"@safe-global/safe-gateway-typescript-sdk": "^3.22.2",
|
45
|
-
"near-api-js": "^5.0.
|
46
|
-
"near-ca": "^0.
|
45
|
+
"near-api-js": "^5.0.1",
|
46
|
+
"near-ca": "^0.7.0",
|
47
47
|
"semver": "^7.6.3",
|
48
48
|
"viem": "^2.21.41"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@safe-global/safe-deployments": "^1.37.
|
52
|
-
"@safe-global/safe-modules-deployments": "^2.2.
|
53
|
-
"@types/jest": "^29.5.
|
54
|
-
"@types/node": "^22.
|
51
|
+
"@safe-global/safe-deployments": "^1.37.14",
|
52
|
+
"@safe-global/safe-modules-deployments": "^2.2.4",
|
53
|
+
"@types/jest": "^29.5.14",
|
54
|
+
"@types/node": "^22.9.0",
|
55
55
|
"@types/semver": "^7.5.8",
|
56
|
-
"@types/yargs": "^17.0.
|
57
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
58
|
-
"@typescript-eslint/parser": "^8.
|
56
|
+
"@types/yargs": "^17.0.33",
|
57
|
+
"@typescript-eslint/eslint-plugin": "^8.13.0",
|
58
|
+
"@typescript-eslint/parser": "^8.13.0",
|
59
59
|
"dotenv": "^16.4.5",
|
60
|
-
"eslint": "^9.
|
61
|
-
"eslint-plugin-import": "^2.
|
62
|
-
"ethers": "^6.13.
|
60
|
+
"eslint": "^9.14.0",
|
61
|
+
"eslint-plugin-import": "^2.31.0",
|
62
|
+
"ethers": "^6.13.4",
|
63
63
|
"ethers-multisend": "^3.1.0",
|
64
64
|
"jest": "^29.7.0",
|
65
|
-
"prettier": "^3.3.
|
66
|
-
"ts-jest": "^29.
|
67
|
-
"tsx": "^4.
|
68
|
-
"typescript": "^5.
|
65
|
+
"prettier": "^3.3.3",
|
66
|
+
"ts-jest": "^29.2.5",
|
67
|
+
"tsx": "^4.19.2",
|
68
|
+
"typescript": "^5.6.3",
|
69
69
|
"yargs": "^17.7.2"
|
70
70
|
},
|
71
71
|
"resolutions": {
|