From 467188b5aace6a283f41824afe4dec0f9be4ea4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:39:53 +0000 Subject: [PATCH] fix(deps): Bump @relaycorp/relaynet-core from 1.87.5 to 1.87.6 (#272) 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.87.5 to 1.87.6.
Release notes

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

v1.87.6

1.87.6 (2023-12-23)

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.87.5&new-version=1.87.6)](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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50fa597..b4a953a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1867,9 +1867,9 @@ } }, "@relaycorp/relaynet-core": { - "version": "1.87.5", - "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.87.5.tgz", - "integrity": "sha512-/rISAPTaqayB+F1pEOS9T/ch/ATxD4dyUXWw3JU2P2wJ1ceDVuc/e9BYE1fX8XxNOmWV7VMK8YoDGOdJ8ZrRUw==", + "version": "1.87.6", + "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.87.6.tgz", + "integrity": "sha512-mNRWLXKSgo58J34A4ri7tj61U6/JvylMEfRzCI9yhnGSXZ9FcHD/3nT68Sb+jAtuRh+mnEnsoN8WTadSkRVcDQ==", "requires": { "@peculiar/asn1-schema": "^2.3.8", "@peculiar/asn1-x509": "^2.3.8", @@ -1878,7 +1878,7 @@ "@types/verror": "^1.10.9", "asn1js": "^3.0.5", "buffer-to-arraybuffer": "0.0.6", - "date-fns": "^2.30.0", + "date-fns": "^3.0.6", "dohdec": "^3.1.0", "is-valid-domain": "^0.1.6", "moment": "^2.29.4", @@ -1887,6 +1887,13 @@ "uuid4": "^2.0.3", "verror": "^1.10.1", "webcrypto-core": "< 2" + }, + "dependencies": { + "date-fns": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.0.6.tgz", + "integrity": "sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg==" + } } }, "@relaycorp/shared-config": {