From e3484772b0e03eca6a53d6abdcf82cb2e5716c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:07:48 +0000 Subject: [PATCH] fix(deps): bump @relaycorp/relaynet-core from 1.82.0 to 1.82.1 (#228) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@relaycorp/relaynet-core](https://github.com/relaycorp/relaynet-core-js) from 1.82.0 to 1.82.1.
Release notes

Sourced from @​relaycorp/relaynet-core's releases.

v1.82.1

1.82.1 (2022-08-22)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@relaycorp/relaynet-core&package-manager=npm_and_yarn&previous-version=1.82.0&new-version=1.82.1)](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 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1433213..16c0d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1344,16 +1344,16 @@ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" }, "node_modules/@relaycorp/relaynet-core": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.82.0.tgz", - "integrity": "sha512-RCYdSWd7OfzWPHlXWP1b8pmEdyiUXPVb7XNmOIpVo4AnTjizT35xPEqbaRAjn/8p98I0SP1MIPn5V7T96egWqg==", + "version": "1.82.1", + "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.82.1.tgz", + "integrity": "sha512-0EPo6vdat3B+ZTGD3RktVooV22Z3Qn104fdrvkAhoeNsXDRAxMcHRDhx8sgRTmJXbhpBqQ6lEYUAOKiuJ9BT0A==", "dependencies": { "@peculiar/webcrypto": "^1.4.0", "@stablelib/aes-kw": "^1.0.1", "@types/verror": "^1.10.6", "asn1js": "^3.0.5", "buffer-to-arraybuffer": "0.0.6", - "date-fns": "^2.29.1", + "date-fns": "^2.29.2", "dohdec": "^3.1.0", "is-valid-domain": "^0.1.6", "moment": "^2.29.4", @@ -2206,9 +2206,9 @@ } }, "node_modules/date-fns": { - "version": "2.29.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.1.tgz", - "integrity": "sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw==", + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.2.tgz", + "integrity": "sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA==", "engines": { "node": ">=0.11" }, @@ -7430,16 +7430,16 @@ } }, "@relaycorp/relaynet-core": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.82.0.tgz", - "integrity": "sha512-RCYdSWd7OfzWPHlXWP1b8pmEdyiUXPVb7XNmOIpVo4AnTjizT35xPEqbaRAjn/8p98I0SP1MIPn5V7T96egWqg==", + "version": "1.82.1", + "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.82.1.tgz", + "integrity": "sha512-0EPo6vdat3B+ZTGD3RktVooV22Z3Qn104fdrvkAhoeNsXDRAxMcHRDhx8sgRTmJXbhpBqQ6lEYUAOKiuJ9BT0A==", "requires": { "@peculiar/webcrypto": "^1.4.0", "@stablelib/aes-kw": "^1.0.1", "@types/verror": "^1.10.6", "asn1js": "^3.0.5", "buffer-to-arraybuffer": "0.0.6", - "date-fns": "^2.29.1", + "date-fns": "^2.29.2", "dohdec": "^3.1.0", "is-valid-domain": "^0.1.6", "moment": "^2.29.4", @@ -8147,9 +8147,9 @@ } }, "date-fns": { - "version": "2.29.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.1.tgz", - "integrity": "sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.2.tgz", + "integrity": "sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA==" }, "debug": { "version": "4.3.4",