From daff53335baec84ae97d937ab79779f475c8ab18 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 8 Dec 2022 11:14:16 +0000
Subject: [PATCH] deps(dev): bump @libp2p/interface-mocks from 7.1.0 to 8.0.2
(#199)
Bumps
[@libp2p/interface-mocks](https://github.com/libp2p/js-libp2p-interfaces)
from 7.1.0 to 8.0.2.
Commits
bc6d878
chore(release): 8.0.2 [skip ci]
3566cd0
chore(release): 1.1.0 [skip ci]
e2168e8
fix: add missing dependency
1197484
feat: expose supported peer id types (#318)
913ddb5
update .github/workflows/js-test-and-release.yml (#315)
36e772e
update .github/workflows/js-test-and-release.yml (#313)
e93785d
chore(release): 8.0.1 [skip ci]
c165b61
chore(release): 4.0.2 [skip ci]
0076c1f
fix: metrics only need numbers (#312)
78039b3
chore(release): 3.0.3 [skip ci]
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@libp2p/interface-mocks&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index e5c2b22..b8ed9a1 100644
--- a/package.json
+++ b/package.json
@@ -174,7 +174,7 @@
"wherearewe": "^2.0.1"
},
"devDependencies": {
- "@libp2p/interface-mocks": "^7.0.1",
+ "@libp2p/interface-mocks": "^8.0.2",
"@libp2p/interface-transport-compliance-tests": "^3.0.0",
"@types/ws": "^8.2.2",
"aegir": "^37.5.3",