From da6c999acc6dd3f377945e82acbaa0d01ab52f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 13:24:56 +0000 Subject: [PATCH] fix(deps): Bump @relaycorp/pino-cloud from 1.0.3 to 1.0.4 (#581) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@relaycorp/pino-cloud](https://github.com/relaycorp/pino-cloud-js) from 1.0.3 to 1.0.4.
Release notes

Sourced from @​relaycorp/pino-cloud's releases.

v1.0.4

1.0.4 (2021-07-26)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@relaycorp/pino-cloud&package-manager=npm_and_yarn&previous-version=1.0.3&new-version=1.0.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f11e033e3..90e88a865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1446,11 +1446,11 @@ } }, "@relaycorp/pino-cloud": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@relaycorp/pino-cloud/-/pino-cloud-1.0.3.tgz", - "integrity": "sha512-cxR03K59wUXKtOAXZNT8cE4X51UybhqFqQXTCdXG3K8kha1SxGrEN8B6TwZKBsZfte+YoclUuRNI5WzQD/JNLQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@relaycorp/pino-cloud/-/pino-cloud-1.0.4.tgz", + "integrity": "sha512-xkZ6L6c+dk5DymOEVRhGdqM+NLTwxCqm4e8ouF+4Tiezz2Qi02y4aH5XaR5TLoNZaI1Xk1EeQHygnMh3Yhv9Eg==", "requires": { - "pino": "^6.11.0" + "pino": "^6.13.0" } }, "@relaycorp/relaynet-core": { diff --git a/package.json b/package.json index 81d731652..4657c4c0f 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@relaycorp/cogrpc": "^1.3.19", "@relaycorp/keystore-vault": "^1.2.6", "@relaycorp/object-storage": "^1.4.5", - "@relaycorp/pino-cloud": "^1.0.3", + "@relaycorp/pino-cloud": "^1.0.4", "@relaycorp/relaynet-core": "^1.49.1", "@relaycorp/relaynet-pohttp": "^1.7.6", "@typegoose/typegoose": "^8.1.1",