From 73b9f18e94d09d43c7a794cd538e997a5e02d788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 01:12:54 +0000 Subject: [PATCH] build(deps): bump pino from 8.16.1 to 8.16.2 Bumps [pino](https://github.com/pinojs/pino) from 8.16.1 to 8.16.2. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.16.1...v8.16.2) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e68ede1..e54b18c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "dependencies": { "@subql/types-cosmos": "3.2.1", "@types/node": "^20.9.0", - "pino": "^8.16.1", + "pino": "^8.16.2", "ts-proto": "^1.163.0", "tslib": "^2.6.2" } diff --git a/yarn.lock b/yarn.lock index 18e06a7..1b4c5ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9639,10 +9639,10 @@ pino@^6.13.3: quick-format-unescaped "^4.0.3" sonic-boom "^1.0.2" -pino@^8.16.1: - version "8.16.1" - resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.1.tgz#dcaf82764b1a27f24101317cdd6453e96290f1d9" - integrity sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA== +pino@^8.16.2: + version "8.16.2" + resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd" + integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg== dependencies: atomic-sleep "^1.0.0" fast-redact "^3.1.1"