From efb183ca2f17a806de9af9e6241326a8e8b456c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:15:08 +0000 Subject: [PATCH] chore(deps-dev): bump @hapi/lab from 25.3.1 to 25.3.2 Bumps [@hapi/lab](https://github.com/hapijs/lab) from 25.3.1 to 25.3.2. - [Release notes](https://github.com/hapijs/lab/releases) - [Commits](https://github.com/hapijs/lab/compare/v25.3.1...v25.3.2) --- updated-dependencies: - dependency-name: "@hapi/lab" dependency-type: direct:development update-type: version-update:semver-patch ... 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 1de22c6a..6a866b41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@commitlint/config-conventional": "^19.5.0", "@hapi/code": "^9.0.3", "@hapi/iron": "^7.0.0", - "@hapi/lab": "^25.3.1", + "@hapi/lab": "^25.3.2", "@tsconfig/node16": "^16.1.3", "@types/hapi__catbox": "^10.2.6", "@types/jsdom": "^21.1.7", @@ -1617,9 +1617,9 @@ } }, "node_modules/@hapi/lab": { - "version": "25.3.1", - "resolved": "https://registry.npmjs.org/@hapi/lab/-/lab-25.3.1.tgz", - "integrity": "sha512-y5JL9O12F0voH5J2ROMcfskZVyqz9mp1oMv+TyMf67uco91Y9FJ0broYfeQYXwV78NF+W10/A+yCDYN6oV/ASA==", + "version": "25.3.2", + "resolved": "https://registry.npmjs.org/@hapi/lab/-/lab-25.3.2.tgz", + "integrity": "sha512-jYNrdTiB+/NSyF0SNNCFg9BZYagD9k3M0JhxAkPHQRgb7txyVuvmQPFnZy41dX54w2o9EPAjMBh7DhYMlyCNuQ==", "dev": true, "dependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index dfd8fa4d..e546a8fd 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@commitlint/config-conventional": "^19.5.0", "@hapi/code": "^9.0.3", "@hapi/iron": "^7.0.0", - "@hapi/lab": "^25.3.1", + "@hapi/lab": "^25.3.2", "@tsconfig/node16": "^16.1.3", "@types/hapi__catbox": "^10.2.6", "@types/jsdom": "^21.1.7",