From 00efdcfafc382ece779cc590eca3c6f6bccd70bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 05:09:34 +0000 Subject: [PATCH] Bump @hapi/lab from 25.2.0 to 25.3.1 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 25.2.0 to 25.3.1. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v25.2.0...v25.3.1) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d02596..eb13e08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@hapi/code": "^9.0.3", - "@hapi/lab": "^25.2.0", + "@hapi/lab": "^25.3.1", "mock-knex": "^0.4.13", "proxyquire": "^2.1.3", "serverless": "^3.38.0", @@ -1207,9 +1207,9 @@ "integrity": "sha512-PnsP5d4q7289pS2T2EgGz147BFJ2Jpb4yrEdkpz2IhgEUzos1S7HTl7ezWh1yfYzYlj89KzLdCRkqsP6SIryeQ==" }, "node_modules/@hapi/lab": { - "version": "25.2.0", - "resolved": "https://registry.npmjs.org/@hapi/lab/-/lab-25.2.0.tgz", - "integrity": "sha512-6wyeQQhtA9JpfI9eEHzPK5UEiDGPPqdr+evtQSIaQJ+ZMkZgM5syYqNkm7BjzLyJTRkgec/6slVoESZOY++ONA==", + "version": "25.3.1", + "resolved": "https://registry.npmjs.org/@hapi/lab/-/lab-25.3.1.tgz", + "integrity": "sha512-y5JL9O12F0voH5J2ROMcfskZVyqz9mp1oMv+TyMf67uco91Y9FJ0broYfeQYXwV78NF+W10/A+yCDYN6oV/ASA==", "dev": true, "dependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index 1a1c17e..e5c29d1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/DEFRA/flood-data#readme", "devDependencies": { "@hapi/code": "^9.0.3", - "@hapi/lab": "^25.2.0", + "@hapi/lab": "^25.3.1", "mock-knex": "^0.4.13", "proxyquire": "^2.1.3", "serverless": "^3.38.0",