From e7b5d5fd8525330a24e6b5d70871d98b4024e0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:36:13 +0100 Subject: [PATCH] Bump the dfinity-dependencies group with 1 update (#95) * Bump the dfinity-dependencies group with 1 update Bumps the dfinity-dependencies group with 1 update: [@dfinity/utils](https://github.com/dfinity/ic-js/tree/HEAD/packages/utils). Updates `@dfinity/utils` from 2.1.2-next-2024-02-22 to 2.1.2-next-2024-02-23 - [Release notes](https://github.com/dfinity/ic-js/releases) - [Changelog](https://github.com/dfinity/ic-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/dfinity/ic-js/commits/HEAD/packages/utils) --- updated-dependencies: - dependency-name: "@dfinity/utils" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dfinity-dependencies ... Signed-off-by: dependabot[bot] * replacing "next" with actual version * replacing "next" with actual version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: viktorkovarik --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index be556cb..35af681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@dfinity/auth-client": "^1.0.1", "@dfinity/identity": "^1.0.0", "@dfinity/principal": "^1.0.0", - "@dfinity/utils": "next", + "@dfinity/utils": "^2.1.2", "@floating-ui/dom": "^1.6.3", "@nostr-dev-kit/ndk": "^2.2.0", "@nostr-dev-kit/ndk-cache-dexie": "^2.2.3", @@ -242,13 +242,13 @@ } }, "node_modules/@dfinity/utils": { - "version": "2.1.2-next-2024-02-22", - "resolved": "https://registry.npmjs.org/@dfinity/utils/-/utils-2.1.2-next-2024-02-22.tgz", - "integrity": "sha512-mlmWj7pq9Sk3F26byoEKU2YxFDHibEuwaOwYQ1iGQ8/yfCwtNObRIQxeT2CeAgucfVLiUilfJTLZejpgsiGuLw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@dfinity/utils/-/utils-2.1.2.tgz", + "integrity": "sha512-iMbprcyLOQFhrvvb5b51acDvSsnXmMEpGBC/dwFNEDQBMPeX/rB3lm9HUOQf3ga1wOs20pYi4Rh42xVXhvmHdg==", "peerDependencies": { - "@dfinity/agent": "*", - "@dfinity/candid": "*", - "@dfinity/principal": "*" + "@dfinity/agent": "^1.0.1", + "@dfinity/candid": "^1.0.1", + "@dfinity/principal": "^1.0.1" } }, "node_modules/@egjs/agent": { @@ -7644,9 +7644,9 @@ } }, "@dfinity/utils": { - "version": "2.1.2-next-2024-02-22", - "resolved": "https://registry.npmjs.org/@dfinity/utils/-/utils-2.1.2-next-2024-02-22.tgz", - "integrity": "sha512-mlmWj7pq9Sk3F26byoEKU2YxFDHibEuwaOwYQ1iGQ8/yfCwtNObRIQxeT2CeAgucfVLiUilfJTLZejpgsiGuLw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@dfinity/utils/-/utils-2.1.2.tgz", + "integrity": "sha512-iMbprcyLOQFhrvvb5b51acDvSsnXmMEpGBC/dwFNEDQBMPeX/rB3lm9HUOQf3ga1wOs20pYi4Rh42xVXhvmHdg==", "requires": {} }, "@egjs/agent": { diff --git a/package.json b/package.json index c9f4cf0..b2026b9 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@dfinity/auth-client": "^1.0.1", "@dfinity/identity": "^1.0.0", "@dfinity/principal": "^1.0.0", - "@dfinity/utils": "next", + "@dfinity/utils": "^2.1.2", "@floating-ui/dom": "^1.6.3", "@nostr-dev-kit/ndk": "^2.2.0", "@nostr-dev-kit/ndk-cache-dexie": "^2.2.3",