Bump pino from 7.9.2 to 7.10.0 in /Samples/UniversalDecoder (#1647)

Bumps [pino](https://github.com/pinojs/pino) from 7.9.2 to 7.10.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v7.9.2...v7.10.0)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikhail Chatillon <chmikhai@microsoft.com>
This commit is contained in:
dependabot[bot] 2022-04-24 17:22:46 +02:00 коммит произвёл GitHub
Родитель efc5b5c082
Коммит 776ca9a3db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 5 удалений

9
Samples/UniversalDecoder/package-lock.json сгенерированный
Просмотреть файл

@ -3076,10 +3076,11 @@
"dev": true
},
"pino": {
"version": "7.9.2",
"resolved": "https://registry.npmjs.org/pino/-/pino-7.9.2.tgz",
"integrity": "sha512-c8wmB2PuhdJurYPRl/eo3+PosHe7Ep6GZvBJFIrp9oV1YRZQ3qm3MujaEolaKUfwX8cDL96WKCWWMedB2drXqw==",
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/pino/-/pino-7.10.0.tgz",
"integrity": "sha512-T6R92jy/APDElEuOk0gqa4nds3ZgqFbHde2X0g8XorlyPlVGlr9T5KQphtp72a3ByKOdZMg/gM/0IprpGQfTWg==",
"requires": {
"atomic-sleep": "^1.0.0",
"fast-redact": "^3.0.0",
"on-exit-leak-free": "^0.2.0",
"pino-abstract-transport": "v0.5.0",
@ -3089,7 +3090,7 @@
"real-require": "^0.1.0",
"safe-stable-stringify": "^2.1.0",
"sonic-boom": "^2.2.1",
"thread-stream": "^0.15.0"
"thread-stream": "^0.15.1"
}
},
"pino-abstract-transport": {

Просмотреть файл

@ -19,7 +19,7 @@
"express-validator": "^6.14.0",
"fs-extra": "^10.1.0",
"glob": "^7.1.7",
"pino": "^7.9.2",
"pino": "^7.10.0",
"pino-pretty": "^7.6.1"
},
"devDependencies": {