From 88f5586a9da9a9e833133515d220cbb0c8520897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:58:30 -0700 Subject: [PATCH] deps: bump @multiformats/dns from 1.0.5 to 1.0.6 (#178) Bumps [@multiformats/dns](https://github.com/multiformats/js-dns) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/multiformats/js-dns/releases) - [Changelog](https://github.com/multiformats/js-dns/blob/main/CHANGELOG.md) - [Commits](https://github.com/multiformats/js-dns/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: "@multiformats/dns" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 360e564f..019ee25b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@helia/verified-fetch": "^1.3.4", "@libp2p/logger": "^4.0.8", - "@multiformats/dns": "^1.0.5", + "@multiformats/dns": "^1.0.6", "@sgtpooki/file-type": "^1.0.1", "debug": "^4.3.4", "multiformats": "^13.1.0", @@ -3922,9 +3922,9 @@ } }, "node_modules/@multiformats/dns": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@multiformats/dns/-/dns-1.0.5.tgz", - "integrity": "sha512-qP42WXdmK5D0KTMervvkE9N1l+1WbReMk9UwCmvE6iPterZgtNcNO5LQVfUrl0xqajQG9wDlom+a8YwA+sa5KQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@multiformats/dns/-/dns-1.0.6.tgz", + "integrity": "sha512-nt/5UqjMPtyvkG9BQYdJ4GfLK3nMqGpFZOzf4hAmIa0sJh2LlS9YKXZ4FgwBDsaHvzZqR/rUFIywIc7pkHNNuw==", "dependencies": { "@types/dns-packet": "^5.6.5", "buffer": "^6.0.3", diff --git a/package.json b/package.json index ed3f3095..25b3be69 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "@helia/verified-fetch": "^1.3.4", "@libp2p/logger": "^4.0.8", - "@multiformats/dns": "^1.0.5", + "@multiformats/dns": "^1.0.6", "@sgtpooki/file-type": "^1.0.1", "debug": "^4.3.4", "multiformats": "^13.1.0",