From 71cc28883daa01863260fb9765916ee383be528b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:45:38 +0000 Subject: [PATCH] fix(deps): Bump @relaycorp/relaynet-core from 1.87.8 to 1.87.9 (#278) 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.8 to 1.87.9.
Release notes

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

v1.87.9

1.87.9 (2024-01-13)

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.8&new-version=1.87.9)](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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6558027..3b2f312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1850,9 +1850,9 @@ } }, "@relaycorp/relaynet-core": { - "version": "1.87.8", - "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.87.8.tgz", - "integrity": "sha512-nD33UZZkd18Gr336/rtupPp8/bdr5UA8BwDdlU8ayD97II5qm5Bin8wikWhOMgjZ1lNZwkLDwvb1OYZd68Ho4A==", + "version": "1.87.9", + "resolved": "https://registry.npmjs.org/@relaycorp/relaynet-core/-/relaynet-core-1.87.9.tgz", + "integrity": "sha512-6yQjS0D4yKfv5me9+6r3YjaZhvINd5mp2gVjh5wlAu5ejHUTwC/eJiFbN3unwd30c7yVasv36fGFUySx3qFNKg==", "requires": { "@peculiar/asn1-schema": "^2.3.8", "@peculiar/asn1-x509": "^2.3.8", @@ -1861,7 +1861,7 @@ "@types/verror": "^1.10.9", "asn1js": "^3.0.5", "buffer-to-arraybuffer": "0.0.6", - "date-fns": "^3.1.0", + "date-fns": "^3.2.0", "dohdec": "^3.1.0", "is-valid-domain": "^0.1.6", "moment": "^2.30.1", @@ -1873,9 +1873,9 @@ }, "dependencies": { "date-fns": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.1.0.tgz", - "integrity": "sha512-ZO7yefXV/wCWzd3I9haCHmfzlfA3i1a2HHO7ZXjtJrRjXt8FULKJ2Vl8wji3XYF4dQ0ZJ/tokXDZeYlFvgms9Q==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.2.0.tgz", + "integrity": "sha512-E4KWKavANzeuusPi0jUjpuI22SURAznGkx7eZV+4i6x2A+IZxAMcajgkvuDAU1bg40+xuhW1zRdVIIM/4khuIg==" } } }, @@ -6720,9 +6720,9 @@ "dev": true }, "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "requires": { "whatwg-url": "^5.0.0" }