[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@relaycorp/relaynet-core&package-manager=npm_and_yarn&previous-version=1.78.3&new-version=1.78.4)](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)
---
package-lock.json | 10 +++++-----
package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index e6b78bd..749c948 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -123,14 +123,14 @@
}
},
"@relaycorp/relaynet-core": {
- "version": "1.78.3",
- "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.78.3.tgz",
- "integrity": "sha512-f9ptYYoxy8IIa41u5s0UxxzT++Nq97I++uw9WmS3+q3F4Y9UpUYLzQmM4fyy09K8maj++yrxARb0aWV8Ts0rPA==",
+ "version": "1.78.4",
+ "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.78.4.tgz",
+ "integrity": "sha512-CurdE6lwS4E1SV8W6MdC7Syny5ZmtGikL1Qx9WP3fHLiQ8gH069NIUmab3L6Wrs1X0lOJhWZ8rspxtTXWMIYgA==",
"requires": {
"@peculiar/webcrypto": "^1.4.0",
"@stablelib/aes-kw": "^1.0.1",
"@types/verror": "^1.10.5",
- "asn1js": "^3.0.4",
+ "asn1js": "^3.0.5",
"buffer-to-arraybuffer": "0.0.6",
"date-fns": "^2.28.0",
"dohdec": "^3.1.0",
@@ -522,7 +522,7 @@
"core-util-is": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
- "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
+ "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="
},
"create-require": {
"version": "1.1.1",
diff --git a/package.json b/package.json
index 21f9182..049fc90 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"node": ">=12"
},
"dependencies": {
- "@relaycorp/relaynet-core": "^1.78.3"
+ "@relaycorp/relaynet-core": "^1.78.4"
},
"devDependencies": {
"@relaycorp/shared-config": "^1.7.0",