From 010d649535346e4fb85dffd1ea190d7c73435703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:44:08 +0000 Subject: [PATCH] Bump @hapi/yar and @types/hapi__yar Bumps [@hapi/yar](https://github.com/hapijs/yar) and [@types/hapi__yar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/hapi__yar). These dependencies needed to be updated together. Updates `@hapi/yar` from 11.0.2 to 11.0.3 - [Release notes](https://github.com/hapijs/yar/releases) - [Commits](https://github.com/hapijs/yar/compare/v11.0.2...v11.0.3) Updates `@types/hapi__yar` from 10.1.6 to 11.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hapi__yar) --- updated-dependencies: - dependency-name: "@hapi/yar" dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/hapi__yar" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++------------ package.json | 4 ++-- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a14e282b9..92069643c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@hapi/scooter": "^7.0.0", "@hapi/vision": "^7.0.3", "@hapi/wreck": "^18.1.0", - "@hapi/yar": "^11.0.2", + "@hapi/yar": "^11.0.3", "@types/humanize-duration": "^3.27.4", "accessible-autocomplete": "^3.0.1", "atob": "^2.1.2", @@ -71,7 +71,7 @@ "@types/hapi__catbox-memory": "^4.1.8", "@types/hapi__cookie": "^12.0.5", "@types/hapi__crumb": "^7.3.7", - "@types/hapi__yar": "^10.1.6", + "@types/hapi__yar": "^11.0.2", "@types/hoek": "^4.1.7", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", @@ -3104,9 +3104,10 @@ } }, "node_modules/@hapi/yar": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@hapi/yar/-/yar-11.0.2.tgz", - "integrity": "sha512-YRi0MKepRuddc6qRBRZ9jIc4I2Ikb7UB/4IlMa+wR8CUXI/7oOKeQVDx4ZCxXLI42vssCv/j65ZI84c7m8d2WA==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@hapi/yar/-/yar-11.0.3.tgz", + "integrity": "sha512-8ScE8V+3biKO6oRy9hLGdoZwHXTL5URDxqbDeJIgNPvd5/GAed4RLAUJPWbtCT5ouWlaLuLppHjcm5nDLrJQqw==", + "license": "BSD-3-Clause", "dependencies": { "@hapi/hoek": "^11.0.2", "@hapi/statehood": "^8.0.1" @@ -4241,16 +4242,14 @@ } }, "node_modules/@types/hapi__yar": { - "version": "10.1.6", - "resolved": "https://registry.npmjs.org/@types/hapi__yar/-/hapi__yar-10.1.6.tgz", - "integrity": "sha512-P7FOASHKDRxsG7wQJuw1USAyJhBDve46JyBUVmO+eqL/kymBpy+2fxZqTJqtegqSHjdqZWVZZEoUuDFP5erPpQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@types/hapi__yar/-/hapi__yar-11.0.2.tgz", + "integrity": "sha512-YJdec0AdCqZHPUh7KwWFZUKxm1/47pGAGX+/mI6X9tjkTGLNki3R28qKvP82diYyJWghZWJREDaq3HAXRhGezA==", + "deprecated": "This is a stub types definition. @hapi/yar provides its own type definitions, so you do not need this installed.", "dev": true, "license": "MIT", "dependencies": { - "@hapi/hapi": "^21.1.0", - "@types/hapi__catbox": "*", - "@types/node": "*", - "joi": "^17.7.0" + "@hapi/yar": "*" } }, "node_modules/@types/hoek": { diff --git a/package.json b/package.json index 3dcb7314c..c7d2e32f0 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@hapi/scooter": "^7.0.0", "@hapi/vision": "^7.0.3", "@hapi/wreck": "^18.1.0", - "@hapi/yar": "^11.0.2", + "@hapi/yar": "^11.0.3", "@types/humanize-duration": "^3.27.4", "accessible-autocomplete": "^3.0.1", "atob": "^2.1.2", @@ -120,7 +120,7 @@ "@types/hapi__catbox-memory": "^4.1.8", "@types/hapi__cookie": "^12.0.5", "@types/hapi__crumb": "^7.3.7", - "@types/hapi__yar": "^10.1.6", + "@types/hapi__yar": "^11.0.2", "@types/hoek": "^4.1.7", "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7",