fix: upgrade pino from 7.4.1 to 7.5.0

Snyk has created this PR to upgrade pino from 7.4.1 to 7.5.0.

See this package in npm:
https://www.npmjs.com/package/pino

See this project in Snyk:
https://app.snyk.io/org/davehorton/project/282b1881-3e13-4fad-85bd-3b1c662c2134?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2021-12-20 22:52:57 +00:00
parent 97131be582
commit c3d29b7299
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@@ -1,11 +1,12 @@
{
"name": "sbc-outbound",
"version": "v0.6.7-rc8",
"version": "v0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "v0.6.7-rc8",
"name": "sbc-outbound",
"version": "v0.7.0",
"license": "MIT",
"dependencies": {
"@jambonz/db-helpers": "^0.6.14",
@@ -18,7 +19,7 @@
"debug": "^4.3.3",
"drachtio-fn-b2b-sugar": "^0.0.12",
"drachtio-srf": "^4.4.59",
"pino": "^7.4.1"
"pino": "^7.5.0"
},
"devDependencies": {
"eslint": "^7.32.0",
@@ -3259,8 +3260,9 @@
"dev": true
},
"node_modules/pino": {
"version": "7.4.1",
"integrity": "sha512-dVqLxCSsINhHJQP9wXplhYtSFwNLrFtOeVK/gWeprF+KVlibR0zePBPRPZjWzWeCY2CmtFzQE09rcZiM3GO2og==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/pino/-/pino-7.5.0.tgz",
"integrity": "sha512-F/583dsETP+2fh9jE8rjN+sjrfP8EX2jAeZ1EyyPt+vuj4C59dhUcSDXke+8VLXxWoxUHc43MBG9eT5C2fba8A==",
"dependencies": {
"fast-redact": "^3.0.0",
"fastify-warning": "^0.2.0",
@@ -6708,8 +6710,9 @@
"dev": true
},
"pino": {
"version": "7.4.1",
"integrity": "sha512-dVqLxCSsINhHJQP9wXplhYtSFwNLrFtOeVK/gWeprF+KVlibR0zePBPRPZjWzWeCY2CmtFzQE09rcZiM3GO2og==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/pino/-/pino-7.5.0.tgz",
"integrity": "sha512-F/583dsETP+2fh9jE8rjN+sjrfP8EX2jAeZ1EyyPt+vuj4C59dhUcSDXke+8VLXxWoxUHc43MBG9eT5C2fba8A==",
"requires": {
"fast-redact": "^3.0.0",
"fastify-warning": "^0.2.0",

View File

@@ -37,7 +37,7 @@
"debug": "^4.3.3",
"drachtio-fn-b2b-sugar": "^0.0.12",
"drachtio-srf": "^4.4.59",
"pino": "^7.4.1"
"pino": "^7.5.0"
},
"devDependencies": {
"eslint": "^7.32.0",