From ed01be556c3b4022423e3aa31cf5f4103e8868b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 08:29:28 +0000 Subject: [PATCH] build(deps): bump @fastify/under-pressure from 8.1.0 to 8.2.0 Bumps [@fastify/under-pressure](https://github.com/fastify/under-pressure) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/fastify/under-pressure/releases) - [Commits](https://github.com/fastify/under-pressure/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: "@fastify/under-pressure" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f37771c1..bf9b22fe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@fastify/sensible": "^5.1.1", "@fastify/static": "^6.5.1", "@fastify/swagger": "^8.2.0", - "@fastify/under-pressure": "^8.1.0", + "@fastify/under-pressure": "^8.2.0", "clean-css": "^5.3.1", "cssesc": "^3.0.0", "cssom": "^0.5.0", @@ -1207,9 +1207,9 @@ } }, "node_modules/@fastify/under-pressure": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@fastify/under-pressure/-/under-pressure-8.1.0.tgz", - "integrity": "sha512-2Nm0UyVxTdssvNTbYVZFSH4C2LwgQcphOxgX6hIQce8jH1sm1gx/wusDBr6+0lyzwE06V537kwA7JeAvysK3xw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@fastify/under-pressure/-/under-pressure-8.2.0.tgz", + "integrity": "sha512-tqhWBhE6blM3jDn9dmxl5yhyoRWGFGwdihLmyek5pRN3KIOEcRQVtAoX5WKSbeEZ51clnDfCNqm96YC4cEUI7g==", "dependencies": { "@fastify/error": "^3.0.0", "fastify-plugin": "^4.0.0" @@ -12171,9 +12171,9 @@ } }, "@fastify/under-pressure": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@fastify/under-pressure/-/under-pressure-8.1.0.tgz", - "integrity": "sha512-2Nm0UyVxTdssvNTbYVZFSH4C2LwgQcphOxgX6hIQce8jH1sm1gx/wusDBr6+0lyzwE06V537kwA7JeAvysK3xw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@fastify/under-pressure/-/under-pressure-8.2.0.tgz", + "integrity": "sha512-tqhWBhE6blM3jDn9dmxl5yhyoRWGFGwdihLmyek5pRN3KIOEcRQVtAoX5WKSbeEZ51clnDfCNqm96YC4cEUI7g==", "requires": { "@fastify/error": "^3.0.0", "fastify-plugin": "^4.0.0" diff --git a/package.json b/package.json index a0f724695..f24c89aa8 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@fastify/sensible": "^5.1.1", "@fastify/static": "^6.5.1", "@fastify/swagger": "^8.2.0", - "@fastify/under-pressure": "^8.1.0", + "@fastify/under-pressure": "^8.2.0", "clean-css": "^5.3.1", "cssesc": "^3.0.0", "cssom": "^0.5.0",