diff --git a/package-lock.json b/package-lock.json index 41caa75..27410ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@mysten/sui": "2.22.0", + "@mysten/sui": "^2.22.1", "@types/jest": "^30.0.0", "@types/node": "^24.4.0", "babel-loader": "^10.0.0", @@ -38,7 +38,7 @@ "node": ">=22.14.0" }, "peerDependencies": { - "@mysten/sui": "^2.22.0" + "@mysten/sui": "^2.22.1" } }, "node_modules/@0no-co/graphql.web": { @@ -1527,9 +1527,9 @@ } }, "node_modules/@mysten/sui": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/@mysten/sui/-/sui-2.22.0.tgz", - "integrity": "sha512-M1iQM7C2NZuSafNF0SRaZtA+m7ggg6NUl3hg/2FAcl+NtL7qz8RoK7SO6NmgPmojH2trUJIex4TAnyItO45p2A==", + "version": "2.22.1", + "resolved": "https://registry.npmjs.org/@mysten/sui/-/sui-2.22.1.tgz", + "integrity": "sha512-X0Uu88l4uH77DD/yej9lqNtdW1qnWoTel2HIKx0B7kFPW0Z9EhTB4Uu4wzZgCY9vvg3aPnaeMLqGSjwPTq/mzA==", "license": "Apache-2.0", "dependencies": { "@graphql-typed-document-node/core": "^3.2.0", @@ -2548,9 +2548,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2565,9 +2562,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2582,9 +2576,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2599,9 +2590,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2616,9 +2604,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2633,9 +2618,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2650,9 +2632,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2667,9 +2646,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2684,9 +2660,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2701,9 +2674,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 78ff341..ca19771 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@mysten/sui": "2.22.0", + "@mysten/sui": "^2.22.1", "@types/jest": "^30.0.0", "@types/node": "^24.4.0", "babel-loader": "^10.0.0", @@ -59,9 +59,9 @@ "typescript-eslint": "^8.14.0" }, "peerDependencies": { - "@mysten/sui": "^2.22.0" + "@mysten/sui": "^2.22.1" }, "overrides": { - "@mysten/sui": "2.22.0" + "@mysten/sui": "^2.22.1" } }