diff --git a/cli/package-lock.json b/cli/package-lock.json index af7120c..0f67ac0 100755 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -11,13 +11,13 @@ "dependencies": { "@icp-sdk/canisters": "^2.0.1", "@icp-sdk/core": "^4.2.3", - "@junobuild/admin": "^3.0.3", - "@junobuild/cdn": "^2.0.3", + "@junobuild/admin": "^3.0.4", + "@junobuild/cdn": "^2.0.4", "@junobuild/cli-tools": "^0.9.4", "@junobuild/config": "^2.7.0", "@junobuild/config-loader": "^0.4.6", - "@junobuild/ic-client": "^6.0.0", - "@junobuild/storage": "^2.1.0", + "@junobuild/ic-client": "^7.0.0", + "@junobuild/storage": "^2.1.1", "atomically": "^2.1.0", "chokidar": "^4.0.3", "kleur": "^4.1.5", @@ -1452,24 +1452,24 @@ } }, "node_modules/@junobuild/admin": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@junobuild/admin/-/admin-3.0.3.tgz", - "integrity": "sha512-BvrfsqRM2QcevznEiw/oRSwteKfjjUM+ee+tEyx76/pyWifDrKn5H+gw3rfA2+eY3xl0l1vuXyXt19AbiXw52A==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@junobuild/admin/-/admin-3.0.4.tgz", + "integrity": "sha512-SQ2qZDbYPw3cBARtn9BZEruMQZkBZuBEVUHP1FjPAqU/95MhfsrRUPXKvVrOsZ7X+EiAILCINC2JhieqhEv17Q==", "license": "MIT", "peerDependencies": { "@dfinity/utils": "^4", "@icp-sdk/canisters": "^2", "@icp-sdk/core": "^4.2", "@junobuild/config": "*", - "@junobuild/ic-client": "^6", + "@junobuild/ic-client": "^7", "semver": "7.*", "zod": "^4" } }, "node_modules/@junobuild/cdn": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@junobuild/cdn/-/cdn-2.0.3.tgz", - "integrity": "sha512-Tjfae29ZRety3RLkKjOCI5vFDfT6J4hgOZSBUWwtpI9AVbf5/wKIk19e/G+RkqJtcfSfyOhonvDxL1160XHWEg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@junobuild/cdn/-/cdn-2.0.4.tgz", + "integrity": "sha512-p6eRl1RlxkcE3IPJlZOBfZHP28Kmv+5pBpCIw9yNM8gcXyJdvKOmQcm15xpjxCVqVux8BhgTKo80i42Tg7jwcg==", "license": "MIT", "peer": true, "peerDependencies": { @@ -1477,7 +1477,7 @@ "@icp-sdk/canisters": "^2", "@icp-sdk/core": "^4.2", "@junobuild/config": "*", - "@junobuild/ic-client": "^6", + "@junobuild/ic-client": "^7", "@junobuild/storage": "^2", "semver": "7.*" } @@ -1541,9 +1541,9 @@ } }, "node_modules/@junobuild/ic-client": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@junobuild/ic-client/-/ic-client-6.0.0.tgz", - "integrity": "sha512-DLhJgqNwDRx8vo/y4HNt+8zfNLDXeWIC77uCWfEXmKMZ9t9XHXoIe+k6w8SQMxm/jjR6HZ6zCfgOcAzGggZxPQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@junobuild/ic-client/-/ic-client-7.0.0.tgz", + "integrity": "sha512-CYgLpnF8kuAd6VnVm0zVXFonTVg5CC1vU55wy3F80azfMLqQPr1k3U91CF/2XwwqGIh9cNMMNrv/Gk2SJGTRUw==", "license": "MIT", "peer": true, "peerDependencies": { @@ -1552,15 +1552,15 @@ } }, "node_modules/@junobuild/storage": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@junobuild/storage/-/storage-2.1.0.tgz", - "integrity": "sha512-hLSJv85HKlZ8EVpCnbNU1sbrmnYP9NymGj+x0/xZkn/28+CnD5pcMf7yqVpOJV6nSL58VGYBrJqU46ASpvLSaw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@junobuild/storage/-/storage-2.1.1.tgz", + "integrity": "sha512-oYJl6FB62oG4k8xhq+T87LCfrUddeqDyM7rQFhWuaR9RrBsoJiXvvX/jH6bby5nK33PrxsZ1895DXYf2WbwbsQ==", "license": "MIT", "peer": true, "peerDependencies": { "@dfinity/utils": "^4", "@icp-sdk/core": "^4.2", - "@junobuild/ic-client": "^6", + "@junobuild/ic-client": "^7", "@junobuild/utils": "*" } }, diff --git a/cli/package.json b/cli/package.json index 97da6d6..46a5b9d 100755 --- a/cli/package.json +++ b/cli/package.json @@ -28,13 +28,13 @@ "dependencies": { "@icp-sdk/canisters": "^2.0.1", "@icp-sdk/core": "^4.2.3", - "@junobuild/admin": "^3.0.3", - "@junobuild/cdn": "^2.0.3", + "@junobuild/admin": "^3.0.4", + "@junobuild/cdn": "^2.0.4", "@junobuild/cli-tools": "^0.9.4", "@junobuild/config": "^2.7.0", "@junobuild/config-loader": "^0.4.6", - "@junobuild/ic-client": "^6.0.0", - "@junobuild/storage": "^2.1.0", + "@junobuild/ic-client": "^7.0.0", + "@junobuild/storage": "^2.1.1", "atomically": "^2.1.0", "chokidar": "^4.0.3", "kleur": "^4.1.5",