diff --git a/designer/package.json b/designer/package.json index 32d2ea60a..b0500cb37 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 64522c019..baaec03e1 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 7949931ce..73d346959 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,67 +169,31 @@ "npm": "^10.9.0" } }, - "designer/node_modules/@defra/forms-engine-plugin": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/@defra/forms-engine-plugin/-/forms-engine-plugin-4.5.5.tgz", - "integrity": "sha512-+FpU2C654NUz1uVgGKB9iLSeOLt3bXsMKM678csQysO2EUB7j655qYh1J5q/bwdhiA4TeEZpxJ3dJ+rDKdk7vg==", - "hasInstallScript": true, - "license": "SEE LICENSE IN LICENSE", + "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": { - "@defra/forms-model": "^3.0.637", - "@defra/hapi-tracing": "^1.29.0", - "@defra/interactive-map": "^0.0.17-alpha", - "@elastic/ecs-pino-format": "^1.5.0", - "@hapi/boom": "^10.0.1", - "@hapi/bourne": "^3.0.0", - "@hapi/catbox": "^12.1.1", - "@hapi/catbox-memory": "^6.0.2", - "@hapi/catbox-redis": "^7.0.2", - "@hapi/crumb": "^9.0.1", - "@hapi/hapi": "^21.4.4", - "@hapi/hoek": "^11.0.7", - "@hapi/inert": "^7.1.0", - "@hapi/jwt": "^3.2.1", - "@hapi/vision": "^7.0.3", - "@hapi/wreck": "^18.1.0", - "@hapi/yar": "^11.0.3", - "@turf/bbox": "^7.3.4", - "@turf/centroid": "^7.3.4", - "@types/humanize-duration": "^3.27.4", - "accessible-autocomplete": "^3.0.1", - "atob": "^2.1.2", - "blankie": "^5.0.0", - "blipp": "^4.0.2", - "btoa": "^1.2.1", - "chokidar": "3.6.0", - "convict": "^6.2.5", - "date-fns": "^4.1.0", - "dotenv": "^17.2.3", - "expr-eval-fork": "^3.0.0", - "geodesy": "^2.4.0", - "govuk-frontend": "^5.13.0", - "hapi-pino": "^13.0.0", - "hapi-pulse": "^3.0.1", - "highlight.js": "^11.11.1", - "http-status-codes": "^2.3.0", - "humanize-duration": "^3.33.1", - "ioredis": "^5.8.2", - "joi": "^17.13.3", - "liquidjs": "^10.24.0", - "lodash": "^4.17.21", - "marked": "^15.0.12", - "nunjucks": "^3.2.4", - "obscenity": "^0.4.5", - "outdent": "^0.8.0", - "pino": "^9.14.0", - "pino-pretty": "^13.1.2", - "proxy-agent": "^6.5.0", - "resolve": "^1.22.11", - "yaml": "^2.8.1" + "@hapi/hoek": "^11.0.2" }, "engines": { - "node": ">=22.11.0 <25.0.0", - "npm": ">=10.9.0 <11.6.4" + "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": { @@ -260,48 +224,6 @@ } } }, - "designer/node_modules/@turf/bbox": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.3.4.tgz", - "integrity": "sha512-D5ErVWtfQbEPh11yzI69uxqrcJmbPU/9Y59f1uTapgwAwQHQztDWgsYpnL3ns8r1GmPWLP8sGJLVTIk2TZSiYA==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "7.3.4", - "@turf/meta": "7.3.4", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "designer/node_modules/@turf/helpers": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.3.4.tgz", - "integrity": "sha512-U/S5qyqgx3WTvg4twaH0WxF3EixoTCfDsmk98g1E3/5e2YKp7JKYZdz0vivsS5/UZLJeZDEElOSFH4pUgp+l7g==", - "license": "MIT", - "dependencies": { - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, - "designer/node_modules/@turf/meta": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.3.4.tgz", - "integrity": "sha512-tlmw9/Hs1p2n0uoHVm1w3ugw1I6L8jv9YZrcdQa4SH5FX5UY0ATrKeIvfA55FlL//PGuYppJp+eyg/0eb4goqw==", - "license": "MIT", - "dependencies": { - "@turf/helpers": "7.3.4", - "@types/geojson": "^7946.0.10", - "tslib": "^2.8.1" - }, - "funding": { - "url": "https://opencollective.com/turf" - } - }, "designer/node_modules/@x-govuk/govuk-prototype-components": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/@x-govuk/govuk-prototype-components/-/govuk-prototype-components-5.0.2.tgz", @@ -327,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", @@ -374,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" }, @@ -386,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", @@ -4221,6 +4210,120 @@ "resolved": "designer", "link": true }, + "node_modules/@defra/forms-engine-plugin": { + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/@defra/forms-engine-plugin/-/forms-engine-plugin-4.5.6.tgz", + "integrity": "sha512-xuG3LnszavdenRylVNVm3JJ6U1cEdQG+ZZmWh1VjMinqDsR1RVj6gxMwlEJpUv0SyhyuLZw0Nq1oR/0+ApMBPQ==", + "hasInstallScript": true, + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@defra/forms-model": "^3.0.637", + "@defra/hapi-tracing": "^1.29.0", + "@defra/interactive-map": "^0.0.17-alpha", + "@elastic/ecs-pino-format": "^1.5.0", + "@hapi/boom": "^10.0.1", + "@hapi/bourne": "^3.0.0", + "@hapi/catbox": "^12.1.1", + "@hapi/catbox-memory": "^6.0.2", + "@hapi/catbox-redis": "^7.0.2", + "@hapi/crumb": "^9.0.1", + "@hapi/hapi": "^21.4.4", + "@hapi/hoek": "^11.0.7", + "@hapi/inert": "^7.1.0", + "@hapi/jwt": "^3.2.1", + "@hapi/vision": "^7.0.3", + "@hapi/wreck": "^18.1.0", + "@hapi/yar": "^11.0.3", + "@turf/bbox": "^7.3.4", + "@turf/centroid": "^7.3.4", + "@types/humanize-duration": "^3.27.4", + "accessible-autocomplete": "^3.0.1", + "atob": "^2.1.2", + "blankie": "^5.0.0", + "blipp": "^4.0.2", + "btoa": "^1.2.1", + "chokidar": "3.6.0", + "convict": "^6.2.5", + "date-fns": "^4.1.0", + "dotenv": "^17.2.3", + "expr-eval-fork": "^3.0.0", + "geodesy": "^2.4.0", + "govuk-frontend": "^5.13.0", + "hapi-pino": "^13.0.0", + "hapi-pulse": "^3.0.1", + "highlight.js": "^11.11.1", + "http-status-codes": "^2.3.0", + "humanize-duration": "^3.33.1", + "ioredis": "^5.8.2", + "joi": "^17.13.3", + "liquidjs": "^10.24.0", + "lodash": "^4.17.21", + "marked": "^15.0.12", + "nunjucks": "^3.2.4", + "obscenity": "^0.4.5", + "outdent": "^0.8.0", + "pino": "^9.14.0", + "pino-pretty": "^13.1.2", + "proxy-agent": "^6.5.0", + "resolve": "^1.22.11", + "yaml": "^2.8.1" + }, + "engines": { + "node": ">=22.11.0 <25.0.0", + "npm": ">=10.9.0 <11.6.4" + } + }, + "node_modules/@defra/forms-engine-plugin/node_modules/@turf/bbox": { + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-7.3.4.tgz", + "integrity": "sha512-D5ErVWtfQbEPh11yzI69uxqrcJmbPU/9Y59f1uTapgwAwQHQztDWgsYpnL3ns8r1GmPWLP8sGJLVTIk2TZSiYA==", + "license": "MIT", + "dependencies": { + "@turf/helpers": "7.3.4", + "@turf/meta": "7.3.4", + "@types/geojson": "^7946.0.10", + "tslib": "^2.8.1" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@defra/forms-engine-plugin/node_modules/@turf/helpers": { + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-7.3.4.tgz", + "integrity": "sha512-U/S5qyqgx3WTvg4twaH0WxF3EixoTCfDsmk98g1E3/5e2YKp7JKYZdz0vivsS5/UZLJeZDEElOSFH4pUgp+l7g==", + "license": "MIT", + "dependencies": { + "@types/geojson": "^7946.0.10", + "tslib": "^2.8.1" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@defra/forms-engine-plugin/node_modules/@turf/meta": { + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/@turf/meta/-/meta-7.3.4.tgz", + "integrity": "sha512-tlmw9/Hs1p2n0uoHVm1w3ugw1I6L8jv9YZrcdQa4SH5FX5UY0ATrKeIvfA55FlL//PGuYppJp+eyg/0eb4goqw==", + "license": "MIT", + "dependencies": { + "@turf/helpers": "7.3.4", + "@types/geojson": "^7946.0.10", + "tslib": "^2.8.1" + }, + "funding": { + "url": "https://opencollective.com/turf" + } + }, + "node_modules/@defra/forms-engine-plugin/node_modules/govuk-frontend": { + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/govuk-frontend/-/govuk-frontend-5.14.0.tgz", + "integrity": "sha512-MgfaXswIM6KpXS2T5gltEnzgVLgfM3UoE9+rYkhBiR0suaJ8Let31VZXQZqz9QhiPDbv28fW1nRjIyLujfZIBA==", + "license": "MIT", + "engines": { + "node": ">= 4.2.0" + } + }, "node_modules/@defra/forms-model": { "resolved": "model", "link": true @@ -6627,9 +6730,9 @@ } }, "node_modules/@hapi/content": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@hapi/content/-/content-6.0.0.tgz", - "integrity": "sha512-CEhs7j+H0iQffKfe5Htdak5LBOz/Qc8TRh51cF+BFv0qnuph3Em4pjGVzJMkI2gfTDdlJKWJISGWS1rK34POGA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@hapi/content/-/content-6.0.1.tgz", + "integrity": "sha512-lQ2vOoFMNYxwKVnKf+3Pi3PfoviM4EJYlT9JbrBPfEc0xKMiVDqqXF8UTE1S1oKhHQliWSP5t6zTKNlmaXBGcQ==", "license": "BSD-3-Clause", "dependencies": { "@hapi/boom": "^10.0.0" @@ -6658,9 +6761,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" }, @@ -6682,9 +6786,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", @@ -6701,7 +6805,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" @@ -6788,21 +6892,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": { @@ -6833,15 +6937,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" } }, @@ -6897,18 +7001,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": { @@ -6920,6 +7024,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", @@ -9680,6 +9793,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", @@ -29903,15 +30022,6 @@ "integrity": "sha512-pcaShQc1Shq0y+E7GqJqvZj8DTthWV1KeHGdi0Z6IAin2Oi3JnLCOfwnCo84qc+HAp52wT9nK9H7FAJp5a44GQ==", "license": "ISC" }, - "node_modules/preact": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/preact/-/preact-8.5.3.tgz", - "integrity": "sha512-O3kKP+1YdgqHOFsZF2a9JVdtqD+RPzCQc3rP+Ualf7V6rmRDchZ9MJbiGTT7LuyqFKZqlHSOyO/oMFmI2lVTsw==", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "peer": true - }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -36075,6 +36185,15 @@ "type": "github", "url": "https://github.com/sponsors/wooorm" } + }, + "node_modules/preact": { + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/preact/-/preact-8.5.3.tgz", + "integrity": "sha512-O3kKP+1YdgqHOFsZF2a9JVdtqD+RPzCQc3rP+Ualf7V6rmRDchZ9MJbiGTT7LuyqFKZqlHSOyO/oMFmI2lVTsw==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "peer": true } } }