From ee590fcdbdfc4a96169697413e42f7245d0b08e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 10:19:07 +0000 Subject: [PATCH] deps: bump ipns from 10.0.2 to 10.1.2 Bumps [ipns](https://github.com/ipfs/js-ipns) from 10.0.2 to 10.1.2. - [Release notes](https://github.com/ipfs/js-ipns/releases) - [Changelog](https://github.com/ipfs/js-ipns/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipns/compare/v10.0.2...v10.1.2) --- updated-dependencies: - dependency-name: ipns dependency-version: 10.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 402f5e3..758e6b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "fastify": "^5.2.2", "fastify-metrics": "^12.1.0", "helia": "^5.3.0", - "ipns": "^10.0.2", + "ipns": "^10.1.2", "libp2p": "^2.8.2", "multiformats": "^13.1.0", "pino-pretty": "^13.0.0", @@ -17404,9 +17404,9 @@ } }, "node_modules/ipns": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/ipns/-/ipns-10.0.2.tgz", - "integrity": "sha512-tokCgz9X678zvHnAabVG91K64X7HnHdWOrop0ghUcXkzH5XNsmxHwVpqVATNqq/w62h7fRDhWURHU/WOfYmCpA==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/ipns/-/ipns-10.1.2.tgz", + "integrity": "sha512-RKAX20vZSHWEobmUw4zpU8t/kw+0CkrJYMA5ou39kNW5B4sAPGOiR/wGK9c51tQKA3rb8SeKs5g7ndNvNiS/vg==", "license": "Apache-2.0 OR MIT", "dependencies": { "@libp2p/crypto": "^5.0.0", diff --git a/package.json b/package.json index d256a94..c492ec2 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "fastify": "^5.2.2", "fastify-metrics": "^12.1.0", "helia": "^5.3.0", - "ipns": "^10.0.2", + "ipns": "^10.1.2", "libp2p": "^2.8.2", "multiformats": "^13.1.0", "pino-pretty": "^13.0.0",