mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-22 01:27:55 +00:00
fix: upgrade pino from 6.13.4 to 6.14.0
Snyk has created this PR to upgrade pino from 6.13.4 to 6.14.0. See this package in npm: https://www.npmjs.com/package/pino See this project in Snyk: https://app.snyk.io/org/davehorton/project/cec90d0e-0ded-433e-a42e-fe78b28ae489?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -28,7 +28,7 @@
|
|||||||
"ip": "^1.1.5",
|
"ip": "^1.1.5",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"parse-url": "^5.0.7",
|
"parse-url": "^5.0.7",
|
||||||
"pino": "^6.13.4",
|
"pino": "^6.14.0",
|
||||||
"short-uuid": "^4.2.0",
|
"short-uuid": "^4.2.0",
|
||||||
"to-snake-case": "^1.0.0",
|
"to-snake-case": "^1.0.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
@@ -4092,9 +4092,9 @@
|
|||||||
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
||||||
},
|
},
|
||||||
"node_modules/pino": {
|
"node_modules/pino": {
|
||||||
"version": "6.13.4",
|
"version": "6.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/pino/-/pino-6.13.4.tgz",
|
"resolved": "https://registry.npmjs.org/pino/-/pino-6.14.0.tgz",
|
||||||
"integrity": "sha512-g4tHSISmQJYUEKEMVdaZ+ZokWwFnTwZL5JPn+lnBVZ1BuBbrSchrXwQINknkM5+Q4fF6U9NjiI8PWwwMDHt9zA==",
|
"integrity": "sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fast-redact": "^3.0.0",
|
"fast-redact": "^3.0.0",
|
||||||
"fast-safe-stringify": "^2.0.8",
|
"fast-safe-stringify": "^2.0.8",
|
||||||
@@ -8711,9 +8711,9 @@
|
|||||||
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
||||||
},
|
},
|
||||||
"pino": {
|
"pino": {
|
||||||
"version": "6.13.4",
|
"version": "6.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/pino/-/pino-6.13.4.tgz",
|
"resolved": "https://registry.npmjs.org/pino/-/pino-6.14.0.tgz",
|
||||||
"integrity": "sha512-g4tHSISmQJYUEKEMVdaZ+ZokWwFnTwZL5JPn+lnBVZ1BuBbrSchrXwQINknkM5+Q4fF6U9NjiI8PWwwMDHt9zA==",
|
"integrity": "sha512-iuhEDel3Z3hF9Jfe44DPXR8l07bhjuFY3GMHIXbjnY9XcafbyDDwl2sN2vw2GjMPf5Nkoe+OFao7ffn9SXaKDg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"fast-redact": "^3.0.0",
|
"fast-redact": "^3.0.0",
|
||||||
"fast-safe-stringify": "^2.0.8",
|
"fast-safe-stringify": "^2.0.8",
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
"ip": "^1.1.5",
|
"ip": "^1.1.5",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"parse-url": "^5.0.7",
|
"parse-url": "^5.0.7",
|
||||||
"pino": "^6.13.4",
|
"pino": "^6.14.0",
|
||||||
"short-uuid": "^4.2.0",
|
"short-uuid": "^4.2.0",
|
||||||
"to-snake-case": "^1.0.0",
|
"to-snake-case": "^1.0.0",
|
||||||
"uuid": "^8.3.2",
|
"uuid": "^8.3.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user