From 5cb89de8b1c766745d7d43d47ee0136c91c08c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:38:46 +0000 Subject: [PATCH] build(deps): bump the hapi group across 1 directory with 3 updates Bumps the hapi group with 3 updates in the / directory: [joi](https://github.com/hapijs/joi), [@hapi/hapi](https://github.com/hapijs/hapi) and [@hapi/jwt](https://github.com/hapijs/jwt). Updates `joi` from 17.13.3 to 18.1.2 - [Commits](https://github.com/hapijs/joi/compare/v17.13.3...v18.1.2) Updates `@hapi/hapi` from 21.4.4 to 21.4.8 - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.4.4...v21.4.8) Updates `@hapi/jwt` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/hapijs/jwt/releases) - [Commits](https://github.com/hapijs/jwt/compare/v3.2.1...v3.2.3) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-version: 21.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hapi - dependency-name: "@hapi/jwt" dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hapi - dependency-name: joi dependency-version: 18.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: hapi ... Signed-off-by: dependabot[bot] --- designer/package.json | 6 +- model/package.json | 2 +- package-lock.json | 180 ++++++++++++++++++++++++++++++++++-------- 3 files changed, 149 insertions(+), 39 deletions(-) diff --git a/designer/package.json b/designer/package.json index 355236aa2..397bc2d46 100644 --- a/designer/package.json +++ b/designer/package.json @@ -47,9 +47,9 @@ "@hapi/catbox-redis": "^7.0.2", "@hapi/cookie": "^12.0.1", "@hapi/crumb": "^9.0.1", - "@hapi/hapi": "^21.4.0", + "@hapi/hapi": "^21.4.8", "@hapi/inert": "^7.1.0", - "@hapi/jwt": "^3.2.0", + "@hapi/jwt": "^3.2.3", "@hapi/vision": "^7.0.3", "@hapi/wreck": "^18.1.0", "@hapi/yar": "^11.0.3", @@ -87,7 +87,7 @@ "i18next": "^24.2.3", "i18next-http-backend": "^3.0.2", "ioredis": "^5.6.1", - "joi": "^17.13.3", + "joi": "^18.1.2", "jsondiffpatch": "^0.7.3", "lodash": "^4.17.21", "luxon": "^3.6.1", diff --git a/model/package.json b/model/package.json index 2cef10aa8..53248f8d3 100644 --- a/model/package.json +++ b/model/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/slug": "^5.0.9", - "joi": "^17.13.3", + "joi": "^18.1.2", "joi-to-json": "^4.3.2", "tsc-alias": "^1.8.11" }, diff --git a/package-lock.json b/package-lock.json index e8aa1b3a5..e142e18f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,9 +76,9 @@ "@hapi/catbox-redis": "^7.0.2", "@hapi/cookie": "^12.0.1", "@hapi/crumb": "^9.0.1", - "@hapi/hapi": "^21.4.0", + "@hapi/hapi": "^21.4.8", "@hapi/inert": "^7.1.0", - "@hapi/jwt": "^3.2.0", + "@hapi/jwt": "^3.2.3", "@hapi/vision": "^7.0.3", "@hapi/wreck": "^18.1.0", "@hapi/yar": "^11.0.3", @@ -116,7 +116,7 @@ "i18next": "^24.2.3", "i18next-http-backend": "^3.0.2", "ioredis": "^5.6.1", - "joi": "^17.13.3", + "joi": "^18.1.2", "jsondiffpatch": "^0.7.3", "lodash": "^4.17.21", "luxon": "^3.6.1", @@ -169,6 +169,33 @@ "npm": "^10.9.0" } }, + "designer/node_modules/@hapi/address": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-5.1.1.tgz", + "integrity": "sha512-A+po2d/dVoY7cYajycYI43ZbYMXukuopIsqCjh5QzsBCipDtdofHntljDlpccMjIfTy6UOkg+5KPriwYch2bXA==", + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^11.0.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "designer/node_modules/@hapi/formula": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-3.0.2.tgz", + "integrity": "sha512-hY5YPNXzw1He7s0iqkRQi+uMGh383CGdyyIGYtB+W5N3KHPXoqychklvHhKCC9M3Xtv0OCs/IHw+r4dcHtBYWw==", + "license": "BSD-3-Clause" + }, + "designer/node_modules/@hapi/topo": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-6.0.2.tgz", + "integrity": "sha512-KR3rD5inZbGMrHmgPxsJ9dbi6zEK+C3ZwUwTa+eMwWLz7oijWUTWD2pMSNNYJAU6Qq+65NkxXjqHr/7LM2Xkqg==", + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^11.0.2" + } + }, "designer/node_modules/@testing-library/react": { "version": "16.0.1", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.1.tgz", @@ -222,6 +249,24 @@ "node": ">= 4.2.0" } }, + "designer/node_modules/joi": { + "version": "18.1.2", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.1.2.tgz", + "integrity": "sha512-rF5MAmps5esSlhCA+N1b6IYHDw9j/btzGaqfgie522jS02Ju/HXBxamlXVlKEHAxoMKQL77HWI8jlqWsFuekZA==", + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/address": "^5.1.1", + "@hapi/formula": "^3.0.2", + "@hapi/hoek": "^11.0.7", + "@hapi/pinpoint": "^2.0.1", + "@hapi/tlds": "^1.1.1", + "@hapi/topo": "^6.0.2", + "@standard-schema/spec": "^1.1.0" + }, + "engines": { + "node": ">= 20" + } + }, "designer/node_modules/react": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", @@ -269,7 +314,7 @@ }, "devDependencies": { "@types/slug": "^5.0.9", - "joi": "^17.13.3", + "joi": "^18.1.2", "joi-to-json": "^4.3.2", "tsc-alias": "^1.8.11" }, @@ -281,6 +326,55 @@ "joi": "^17.0.0" } }, + "model/node_modules/@hapi/address": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-5.1.1.tgz", + "integrity": "sha512-A+po2d/dVoY7cYajycYI43ZbYMXukuopIsqCjh5QzsBCipDtdofHntljDlpccMjIfTy6UOkg+5KPriwYch2bXA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^11.0.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "model/node_modules/@hapi/formula": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-3.0.2.tgz", + "integrity": "sha512-hY5YPNXzw1He7s0iqkRQi+uMGh383CGdyyIGYtB+W5N3KHPXoqychklvHhKCC9M3Xtv0OCs/IHw+r4dcHtBYWw==", + "dev": true, + "license": "BSD-3-Clause" + }, + "model/node_modules/@hapi/topo": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-6.0.2.tgz", + "integrity": "sha512-KR3rD5inZbGMrHmgPxsJ9dbi6zEK+C3ZwUwTa+eMwWLz7oijWUTWD2pMSNNYJAU6Qq+65NkxXjqHr/7LM2Xkqg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/hoek": "^11.0.2" + } + }, + "model/node_modules/joi": { + "version": "18.1.2", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.1.2.tgz", + "integrity": "sha512-rF5MAmps5esSlhCA+N1b6IYHDw9j/btzGaqfgie522jS02Ju/HXBxamlXVlKEHAxoMKQL77HWI8jlqWsFuekZA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@hapi/address": "^5.1.1", + "@hapi/formula": "^3.0.2", + "@hapi/hoek": "^11.0.7", + "@hapi/pinpoint": "^2.0.1", + "@hapi/tlds": "^1.1.1", + "@hapi/topo": "^6.0.2", + "@standard-schema/spec": "^1.1.0" + }, + "engines": { + "node": ">= 20" + } + }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", @@ -6685,9 +6779,10 @@ } }, "node_modules/@hapi/cryptiles": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@hapi/cryptiles/-/cryptiles-6.0.1.tgz", - "integrity": "sha512-9GM9ECEHfR8lk5ASOKG4+4ZsEzFqLfhiryIJ2ISePVB92OHLp/yne4m+zn7z9dgvM98TLpiFebjDFQ0UHcqxXQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@hapi/cryptiles/-/cryptiles-6.0.3.tgz", + "integrity": "sha512-r6VKalpbMHz4ci3gFjFysBmhwCg70RpYZy6OkjEpdXzAYnYFX5XsW7n4YMJvuIYpnMwLxGUjK/cBhA7X3JDvXw==", + "license": "BSD-3-Clause", "dependencies": { "@hapi/boom": "^10.0.1" }, @@ -6709,9 +6804,9 @@ "license": "BSD-3-Clause" }, "node_modules/@hapi/hapi": { - "version": "21.4.4", - "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.4.4.tgz", - "integrity": "sha512-vI6JPLR99WZDKI1nriD0qXDPp8sKFkZfNVGrDDZafDQ8jU+3ERMwS0vPac5aGae6yyyoGZGOBiYExw4N8ScSTQ==", + "version": "21.4.8", + "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.4.8.tgz", + "integrity": "sha512-l93IrEG4iQyM+yKdngWmkPtajkJGM81yfinmSFmiaNHG+r1fgsWaewwcE1hhsFnqPrVZpU8Y3PiVJMb6uT+01Q==", "license": "BSD-3-Clause", "dependencies": { "@hapi/accept": "^6.0.3", @@ -6728,7 +6823,7 @@ "@hapi/shot": "^6.0.2", "@hapi/somever": "^4.1.1", "@hapi/statehood": "^8.2.1", - "@hapi/subtext": "^8.1.1", + "@hapi/subtext": "^8.1.2", "@hapi/teamwork": "^6.0.1", "@hapi/topo": "^6.0.2", "@hapi/validate": "^2.0.1" @@ -6815,21 +6910,21 @@ "license": "BSD-3-Clause" }, "node_modules/@hapi/jwt": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@hapi/jwt/-/jwt-3.2.1.tgz", - "integrity": "sha512-xIrxqTFPj85XGLFFTKmN2gs3TkTwOnICwbJP2VgpvAtCh+IcG++2uNVO9UZeCTkLGHw2CdTxB9VEmKpp3uTbwQ==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/@hapi/jwt/-/jwt-3.2.3.tgz", + "integrity": "sha512-ytc532O/p6ROPXjbLgXCFXULNg+8t6wASfoPr3PWVf2yWMiyrbmL88fZftMBgZVKzyje/KqPcwEZZH4eVYLjhg==", "license": "BSD-3-Clause", "dependencies": { - "@hapi/b64": "^6.0.0", - "@hapi/boom": "^10.0.0", - "@hapi/bounce": "^3.0.0", + "@hapi/b64": "^6.0.1", + "@hapi/boom": "^10.0.1", + "@hapi/bounce": "^3.0.2", "@hapi/bourne": "^3.0.0", - "@hapi/catbox-object": "^3.0.0", - "@hapi/cryptiles": "^6.0.0", - "@hapi/hoek": "^10.0.0", - "@hapi/wreck": "^18.0.0", - "ecdsa-sig-formatter": "^1.0.0", - "joi": "^17.2.1" + "@hapi/catbox-object": "^3.0.1", + "@hapi/cryptiles": "^6.0.3", + "@hapi/hoek": "^10.0.1", + "@hapi/wreck": "^18.1.0", + "ecdsa-sig-formatter": "^1.0.11", + "joi": "^17.13.3" } }, "node_modules/@hapi/jwt/node_modules/@hapi/hoek": { @@ -6860,15 +6955,15 @@ } }, "node_modules/@hapi/pez": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@hapi/pez/-/pez-6.1.0.tgz", - "integrity": "sha512-+FE3sFPYuXCpuVeHQ/Qag1b45clR2o54QoonE/gKHv9gukxQ8oJJZPR7o3/ydDTK6racnCJXxOyT1T93FCJMIg==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@hapi/pez/-/pez-6.1.1.tgz", + "integrity": "sha512-yg2OS1tC0S1sHXvhUtWsfRn6lrKl9jKtRhZ+EI0woOW/gqX5vM2PZ1459ypCvCYDRLJ9nIyueeEH5MJV1ZDqIg==", "license": "BSD-3-Clause", "dependencies": { "@hapi/b64": "^6.0.1", "@hapi/boom": "^10.0.1", - "@hapi/content": "^6.0.0", - "@hapi/hoek": "^11.0.2", + "@hapi/content": "^6.0.1", + "@hapi/hoek": "^11.0.7", "@hapi/nigel": "^5.0.1" } }, @@ -6924,18 +7019,18 @@ } }, "node_modules/@hapi/subtext": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/@hapi/subtext/-/subtext-8.1.1.tgz", - "integrity": "sha512-ex1Y2s/KuJktS8Ww0k6XJ5ysSKrzNym4i5pDVuCwlSgHHviHUsT1JNzE6FYhNU9TTHSNdyfue/t2m89bpkX9Jw==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@hapi/subtext/-/subtext-8.1.2.tgz", + "integrity": "sha512-2x71YJHmFpCjhIhfiNZdKp63nh3xRPp7RrwH7JoO9R4Sd0DRzzRU/VfX2fMmUR7jcoS5qNET1WyGIaqKpMu/ng==", "license": "BSD-3-Clause", "dependencies": { "@hapi/boom": "^10.0.1", "@hapi/bourne": "^3.0.0", - "@hapi/content": "^6.0.0", + "@hapi/content": "^6.0.1", "@hapi/file": "^3.0.0", - "@hapi/hoek": "^11.0.2", - "@hapi/pez": "^6.1.0", - "@hapi/wreck": "^18.0.1" + "@hapi/hoek": "^11.0.7", + "@hapi/pez": "^6.1.1", + "@hapi/wreck": "^18.1.0" } }, "node_modules/@hapi/teamwork": { @@ -6947,6 +7042,15 @@ "node": ">=14.0.0" } }, + "node_modules/@hapi/tlds": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@hapi/tlds/-/tlds-1.1.6.tgz", + "integrity": "sha512-xdi7A/4NZokvV0ewovme3aUO5kQhW9pQ2YD1hRqZGhhSi5rBv4usHYidVocXSi9eihYsznZxLtAiEYYUL6VBGw==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@hapi/topo": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", @@ -9708,6 +9812,12 @@ "node": ">=18.0.0" } }, + "node_modules/@standard-schema/spec": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", + "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", + "license": "MIT" + }, "node_modules/@stylistic/eslint-plugin": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.11.0.tgz",