From e60635d5d23bc9339a5cd9e04fa4bd6c97c2f8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 02:26:46 +0000 Subject: [PATCH] build: bump pino-http from 8.3.3 to 8.5.0 in /Backend Bumps [pino-http](https://github.com/pinojs/pino-http) from 8.3.3 to 8.5.0. - [Release notes](https://github.com/pinojs/pino-http/releases) - [Commits](https://github.com/pinojs/pino-http/compare/v8.3.3...v8.5.0) --- updated-dependencies: - dependency-name: pino-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Backend/package-lock.json | 14 +++++++------- Backend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Backend/package-lock.json b/Backend/package-lock.json index 06a416d..6ad23d9 100644 --- a/Backend/package-lock.json +++ b/Backend/package-lock.json @@ -15,7 +15,7 @@ "nodemailer": "^6.9.4", "pino": "^8.14.2", "pino-debug": "^2.0.0", - "pino-http": "^8.3.3", + "pino-http": "^8.5.0", "pino-pretty": "^10.2.0", "sequelize": "^6.28.0", "sqlite3": "^5.1.4" @@ -2833,9 +2833,9 @@ } }, "node_modules/pino-http": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.3.3.tgz", - "integrity": "sha512-p4umsNIXXVu95HD2C8wie/vXH7db5iGRpc+yj1/ZQ3sRtTQLXNjoS6Be5+eI+rQbqCRxen/7k/KSN+qiZubGDw==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.5.0.tgz", + "integrity": "sha512-kLGKNLyfWfdmrG1Ug0YdYpCTGbNcuD/YGC3g+elRU/Cm44UTs+tj/dZTxDN3bYauekxFxdLZhJuZdKKl0cml9w==", "dependencies": { "get-caller-file": "^2.0.5", "pino": "^8.0.0", @@ -5958,9 +5958,9 @@ } }, "pino-http": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.3.3.tgz", - "integrity": "sha512-p4umsNIXXVu95HD2C8wie/vXH7db5iGRpc+yj1/ZQ3sRtTQLXNjoS6Be5+eI+rQbqCRxen/7k/KSN+qiZubGDw==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/pino-http/-/pino-http-8.5.0.tgz", + "integrity": "sha512-kLGKNLyfWfdmrG1Ug0YdYpCTGbNcuD/YGC3g+elRU/Cm44UTs+tj/dZTxDN3bYauekxFxdLZhJuZdKKl0cml9w==", "requires": { "get-caller-file": "^2.0.5", "pino": "^8.0.0", diff --git a/Backend/package.json b/Backend/package.json index d4dee97..6535063 100644 --- a/Backend/package.json +++ b/Backend/package.json @@ -15,7 +15,7 @@ "nodemailer": "^6.9.4", "pino": "^8.14.2", "pino-debug": "^2.0.0", - "pino-http": "^8.3.3", + "pino-http": "^8.5.0", "pino-pretty": "^10.2.0", "sequelize": "^6.28.0", "sqlite3": "^5.1.4"