diff --git a/package-lock.json b/package-lock.json index fe4ab73b..b19c1cd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,11 +19,11 @@ "@junobuild/admin": "^2.3.0", "@junobuild/cdn": "^1.3.2", "@junobuild/cli-tools": "^0.8.0", - "@junobuild/config": "^2.3.0", + "@junobuild/config": "^2.4.2", "@junobuild/config-loader": "^0.4.5", "@junobuild/core": "^2.2.0", "@junobuild/did-tools": "^0.3.3", - "@junobuild/ic-client": "^3.1.2", + "@junobuild/ic-client": "^3.1.3", "@junobuild/storage": "^1.3.2", "@junobuild/utils": "^0.2.1", "chokidar": "^4.0.3", @@ -1490,9 +1490,9 @@ } }, "node_modules/@junobuild/config": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@junobuild/config/-/config-2.3.0.tgz", - "integrity": "sha512-zamZ+Jejw24FbdqQc9LjNvywiCD+MnMNr8kpoUwRrWGZzlfGkK+Q5t4TiFpA857edCRTg8qEni4pJUj38pm8sg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@junobuild/config/-/config-2.4.2.tgz", + "integrity": "sha512-sRWggDCK8ZIHna2uTc3w31MauKfWwe4zPtXah/BtwqFFttaOwbi0fBXAJ5Qv8qkV/3kChfeg4nBUllKHkoLJYA==", "license": "MIT", "peerDependencies": { "@dfinity/zod-schemas": "^2", @@ -1568,9 +1568,9 @@ } }, "node_modules/@junobuild/ic-client": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@junobuild/ic-client/-/ic-client-3.1.2.tgz", - "integrity": "sha512-Ee5/69WPZEW5p6MQ3qqg0KUbkNusEbMrm9QiAFpkEyhGUl2e/eKo7/N3I79Kz7Q8DME5CJyrP6/AMgvFJ0OLGw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@junobuild/ic-client/-/ic-client-3.1.3.tgz", + "integrity": "sha512-ldMkmwMgwoKHRELdTor1sNXWzvnLhsp+lLNTU0uSy01MZjRxv1yES8G2NpYeGmZeg9183vlIw19WlehjWnxbsQ==", "license": "MIT", "peerDependencies": { "@dfinity/agent": "^3.2.6", @@ -7304,9 +7304,9 @@ } }, "@junobuild/config": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@junobuild/config/-/config-2.3.0.tgz", - "integrity": "sha512-zamZ+Jejw24FbdqQc9LjNvywiCD+MnMNr8kpoUwRrWGZzlfGkK+Q5t4TiFpA857edCRTg8qEni4pJUj38pm8sg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@junobuild/config/-/config-2.4.2.tgz", + "integrity": "sha512-sRWggDCK8ZIHna2uTc3w31MauKfWwe4zPtXah/BtwqFFttaOwbi0fBXAJ5Qv8qkV/3kChfeg4nBUllKHkoLJYA==", "requires": {} }, "@junobuild/config-loader": { @@ -7345,9 +7345,9 @@ "requires": {} }, "@junobuild/ic-client": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@junobuild/ic-client/-/ic-client-3.1.2.tgz", - "integrity": "sha512-Ee5/69WPZEW5p6MQ3qqg0KUbkNusEbMrm9QiAFpkEyhGUl2e/eKo7/N3I79Kz7Q8DME5CJyrP6/AMgvFJ0OLGw==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@junobuild/ic-client/-/ic-client-3.1.3.tgz", + "integrity": "sha512-ldMkmwMgwoKHRELdTor1sNXWzvnLhsp+lLNTU0uSy01MZjRxv1yES8G2NpYeGmZeg9183vlIw19WlehjWnxbsQ==", "requires": {} }, "@junobuild/storage": { diff --git a/package.json b/package.json index 75572023..939f3e24 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,11 @@ "@junobuild/admin": "^2.3.0", "@junobuild/cdn": "^1.3.2", "@junobuild/cli-tools": "^0.8.0", - "@junobuild/config": "^2.3.0", + "@junobuild/config": "^2.4.2", "@junobuild/config-loader": "^0.4.5", "@junobuild/core": "^2.2.0", "@junobuild/did-tools": "^0.3.3", - "@junobuild/ic-client": "^3.1.2", + "@junobuild/ic-client": "^3.1.3", "@junobuild/storage": "^1.3.2", "@junobuild/utils": "^0.2.1", "chokidar": "^4.0.3",