near-safe 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "near-safe",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "license": "MIT",
5
5
  "description": "An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.",
6
6
  "author": "bh2smith",
@@ -43,19 +43,19 @@
43
43
  "dependencies": {
44
44
  "@safe-global/safe-gateway-typescript-sdk": "^3.22.2",
45
45
  "near-api-js": "^5.0.1",
46
- "near-ca": "^0.7.2",
46
+ "near-ca": "^0.7.3",
47
47
  "semver": "^7.6.3",
48
- "viem": "^2.21.41"
48
+ "viem": "^2.21.45"
49
49
  },
50
50
  "devDependencies": {
51
- "@safe-global/safe-deployments": "^1.37.14",
51
+ "@safe-global/safe-deployments": "^1.37.16",
52
52
  "@safe-global/safe-modules-deployments": "^2.2.4",
53
53
  "@types/jest": "^29.5.14",
54
54
  "@types/node": "^22.9.0",
55
55
  "@types/semver": "^7.5.8",
56
56
  "@types/yargs": "^17.0.33",
57
- "@typescript-eslint/eslint-plugin": "^8.13.0",
58
- "@typescript-eslint/parser": "^8.13.0",
57
+ "@typescript-eslint/eslint-plugin": "^8.14.0",
58
+ "@typescript-eslint/parser": "^8.14.0",
59
59
  "dotenv": "^16.4.5",
60
60
  "eslint": "^9.14.0",
61
61
  "eslint-plugin-import": "^2.31.0",