From c35658b7d9507ed05609074c713652be94d28e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:39:37 +0000 Subject: [PATCH] Build(deps): Bump the deps group across 1 directory with 7 updates Bumps the deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.8.0` | `25.9.1` | | [linkedom](https://github.com/WebReflection/linkedom) | `0.18.9` | `0.18.12` | | [@fastify/one-line-logger](https://github.com/fastify/one-line-logger) | `2.0.2` | `2.1.0` | | [@fastify/swagger](https://github.com/fastify/fastify-swagger) | `9.4.2` | `9.7.0` | | [ejs](https://github.com/mde/ejs) | `5.0.2` | `6.0.1` | | [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `3.14.0` | `3.15.0` | | [@types/micromatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/micromatch) | `4.0.9` | `4.0.10` | Updates `@types/node` from 25.8.0 to 25.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `linkedom` from 0.18.9 to 0.18.12 - [Commits](https://github.com/WebReflection/linkedom/compare/v0.18.9...v0.18.12) Updates `@fastify/one-line-logger` from 2.0.2 to 2.1.0 - [Release notes](https://github.com/fastify/one-line-logger/releases) - [Commits](https://github.com/fastify/one-line-logger/compare/v2.0.2...v2.1.0) Updates `@fastify/swagger` from 9.4.2 to 9.7.0 - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v9.4.2...v9.7.0) Updates `ejs` from 5.0.2 to 6.0.1 - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/RELEASE_NOTES_v5.md) - [Commits](https://github.com/mde/ejs/compare/v5.0.2...v6.0.1) Updates `isomorphic-dompurify` from 3.14.0 to 3.15.0 - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/3.14.0...3.15.0) Updates `@types/micromatch` from 4.0.9 to 4.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/micromatch) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deps - dependency-name: linkedom dependency-version: 0.18.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: "@fastify/one-line-logger" dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@fastify/swagger" dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ejs dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: isomorphic-dompurify dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: "@types/micromatch" dependency-version: 4.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/plugins/package.json | 2 +- packages/sdk/package.json | 2 +- packages/server/package.json | 12 +- pnpm-lock.yaml | 221 ++++++++++++++++------------------ 5 files changed, 112 insertions(+), 127 deletions(-) diff --git a/package.json b/package.json index 77fd108..4f2f489 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "format:check": "prettier --check ." }, "devDependencies": { - "@types/node": "^25.8.0", + "@types/node": "^25.9.1", "prettier": "^3.8.3", "tsc-watch": "^7.2.0", "typescript": "6.0.3" diff --git a/packages/plugins/package.json b/packages/plugins/package.json index c1dbdc6..02b5a63 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -21,7 +21,7 @@ "@mozilla/readability": "0.6.0", "@txtdot/sdk": "workspace:*", "html-to-text": "^10.0.0", - "linkedom": "^0.18.9" + "linkedom": "^0.18.12" }, "devDependencies": { "@types/html-to-text": "^9.0.4" diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 86a891b..b3a1656 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -18,7 +18,7 @@ ], "license": "MIT", "dependencies": { - "linkedom": "^0.18.9", + "linkedom": "^0.18.12", "route-parser": "^0.0.5" }, "devDependencies": { diff --git a/packages/server/package.json b/packages/server/package.json index 85c6529..16cacf2 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -18,29 +18,29 @@ "dev": "tsc-watch --onSuccess \"node ./dist/src/app.js\"" }, "dependencies": { - "@fastify/one-line-logger": "^2.0.2", + "@fastify/one-line-logger": "^2.1.0", "@fastify/static": "9.1.3", - "@fastify/swagger": "^9.4.2", + "@fastify/swagger": "^9.7.0", "@fastify/swagger-ui": "^5.2.6", "@fastify/view": "^11.1.1", "@txtdot/plugins": "workspace:*", "@txtdot/sdk": "workspace:*", "axios": "^1.16.1", "dotenv": "^17.4.2", - "ejs": "^5.0.2", + "ejs": "^6.0.1", "fastify": "^5.8.5", "iconv-lite": "^0.7.2", "ip-range-check": "^0.2.0", - "isomorphic-dompurify": "^3.14.0", + "isomorphic-dompurify": "^3.15.0", "json-schema-to-ts": "^3.1.1", - "linkedom": "^0.18.9", + "linkedom": "^0.18.12", "micromatch": "^4.0.8", "sharp": "^0.34.5" }, "devDependencies": { "@types/ejs": "^3.1.5", "@types/jsdom": "^28.0.3", - "@types/micromatch": "^4.0.9", + "@types/micromatch": "^4.0.10", "clean-css-cli": "^5.6.3", "copyfiles": "^2.4.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 262d42d..e0f08b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@types/node': - specifier: ^25.8.0 - version: 25.8.0 + specifier: ^25.9.1 + version: 25.9.1 prettier: specifier: ^3.8.3 version: 3.8.3 @@ -33,8 +33,8 @@ importers: specifier: ^10.0.0 version: 10.0.0 linkedom: - specifier: ^0.18.9 - version: 0.18.9 + specifier: ^0.18.12 + version: 0.18.12 devDependencies: '@types/html-to-text': specifier: ^9.0.4 @@ -43,8 +43,8 @@ importers: packages/sdk: dependencies: linkedom: - specifier: ^0.18.9 - version: 0.18.9 + specifier: ^0.18.12 + version: 0.18.12 route-parser: specifier: ^0.0.5 version: 0.0.5 @@ -56,14 +56,14 @@ importers: packages/server: dependencies: '@fastify/one-line-logger': - specifier: ^2.0.2 - version: 2.0.2 + specifier: ^2.1.0 + version: 2.1.0 '@fastify/static': specifier: 9.1.3 version: 9.1.3 '@fastify/swagger': - specifier: ^9.4.2 - version: 9.4.2 + specifier: ^9.7.0 + version: 9.7.0 '@fastify/swagger-ui': specifier: ^5.2.6 version: 5.2.6 @@ -83,8 +83,8 @@ importers: specifier: ^17.4.2 version: 17.4.2 ejs: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^6.0.1 + version: 6.0.1 fastify: specifier: ^5.8.5 version: 5.8.5 @@ -95,14 +95,14 @@ importers: specifier: ^0.2.0 version: 0.2.0 isomorphic-dompurify: - specifier: ^3.14.0 - version: 3.14.0 + specifier: ^3.15.0 + version: 3.15.0 json-schema-to-ts: specifier: ^3.1.1 version: 3.1.1 linkedom: - specifier: ^0.18.9 - version: 0.18.9 + specifier: ^0.18.12 + version: 0.18.12 micromatch: specifier: ^4.0.8 version: 4.0.8 @@ -117,8 +117,8 @@ importers: specifier: ^28.0.3 version: 28.0.3 '@types/micromatch': - specifier: ^4.0.9 - version: 4.0.9 + specifier: ^4.0.10 + version: 4.0.10 clean-css-cli: specifier: ^5.6.3 version: 5.6.3 @@ -217,8 +217,8 @@ packages: '@fastify/merge-json-schemas@0.2.1': resolution: {integrity: sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==} - '@fastify/one-line-logger@2.0.2': - resolution: {integrity: sha512-Z7bLKOfZF0QhDCk8zOTJ7TeFWK2XrSo4sZtGoDzZDe3oKqN8NAOrLGmqKA6ERiD02OOVkW8GkOpj+H2DX3n0lQ==} + '@fastify/one-line-logger@2.1.0': + resolution: {integrity: sha512-4ERTaeuF9lSv0FNPc2HDs+69ybdhieJQXiVtcRpGMArRRei9plTy2Ifxjv2a2OcI1EGhSaQtUJwYvzOBVnZr5A==} '@fastify/proxy-addr@5.0.0': resolution: {integrity: sha512-37qVVA1qZ5sgH7KpHkkC4z9SK6StIsIcOmpjvMPXNb3vx2GQxhZocogVYbr2PbbeLCQxYIPDok307xEvRZOzGA==} @@ -232,8 +232,8 @@ packages: '@fastify/swagger-ui@5.2.6': resolution: {integrity: sha512-OMnms0O5s9wb6wis/K5nlrAMLsgUbr1GA8uphM41IasWe3AFdgxz6r/3bA9HTxlDNUYc2FGGKeqMp3ntxmSiNA==} - '@fastify/swagger@9.4.2': - resolution: {integrity: sha512-WjSUu6QnmysLx1GeX7+oQAQUG/vBK5L8Qzcsht2SEpZiykpHURefMZpf+u3XbwSuH7TjeWOPgGIJIsEgj8AvxQ==} + '@fastify/swagger@9.7.0': + resolution: {integrity: sha512-Vp1SC1GC2Hrkd3faFILv86BzUNyFz5N4/xdExqtCgkGASOzn/x+eMe4qXIGq7cdT6wif/P/oa6r1Ruqx19paZA==} '@fastify/view@11.1.1': resolution: {integrity: sha512-GiHqT3R2eKJgWmy0s45eELTC447a4+lTM2o+8fSWeKwBe9VToeePuHJcKtOEXPrKGSddGO0RsNayULiS3aeHeQ==} @@ -419,11 +419,11 @@ packages: '@types/jsdom@28.0.3': resolution: {integrity: sha512-/HQ2uFoetFTXuye8vzIcHw2z6Fwi7Hi/qcgC+RoS9NCyewiqxhVGqlG+ViGB6lkax481R6dmhf1I7lIGlzJStQ==} - '@types/micromatch@4.0.9': - resolution: {integrity: sha512-7V+8ncr22h4UoYRLnLXSpTxjQrNUXtWHGeMPRJt1nULXI57G9bIcpyrHlmrQ7QK24EyyuXvYcSSWAM8GA9nqCg==} + '@types/micromatch@4.0.10': + resolution: {integrity: sha512-5jOhFDElqr4DKTrTEbnW8DZ4Hz5LRUEmyrGpCMrD/NphYv3nUnaF08xmSLx1rGGnyEs/kFnhiw6dCgcDqMr5PQ==} - '@types/node@25.8.0': - resolution: {integrity: sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==} + '@types/node@25.9.1': + resolution: {integrity: sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==} '@types/route-parser@0.1.7': resolution: {integrity: sha512-haO+3HVio/4w+yuMJTjqfSo0ivOV8WnXaOReVD6QN729UGBEyizWNGc2Jd0OLsJDucIod4aJSsPLBeLj2uzMCQ==} @@ -565,15 +565,15 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - css-select@5.1.0: - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} + css-select@5.2.2: + resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==} css-tree@3.2.1: resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - css-what@6.1.0: - resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + css-what@6.2.2: + resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} engines: {node: '>= 6'} cssom@0.5.0: @@ -628,8 +628,8 @@ packages: resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} engines: {node: '>= 4'} - dompurify@3.4.5: - resolution: {integrity: sha512-OrwIBKsdNSVEeubdJ1HBv/wNENRM9ytAVCv7YXt//A3vPdVMNuACRqK9mXCGCBW2ln7BT/A4X0jXHo2Gu89miA==} + dompurify@3.4.7: + resolution: {integrity: sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==} domutils@3.2.2: resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} @@ -645,8 +645,8 @@ packages: duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - ejs@5.0.2: - resolution: {integrity: sha512-IpbUaI/CAW86l3f+T8zN0iggSc0LmMZLcIW5eRVStLVNCoTXkE0YlncbbH50fp8Cl6zHIky0sW2uUbhBqGw0Jw==} + ejs@6.0.1: + resolution: {integrity: sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==} engines: {node: '>=0.12.18'} hasBin: true @@ -660,10 +660,6 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} - entities@6.0.0: - resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==} - engines: {node: '>=0.12'} - entities@7.0.1: resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==} engines: {node: '>=0.12'} @@ -698,8 +694,8 @@ packages: event-stream@3.3.4: resolution: {integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==} - fast-copy@3.0.2: - resolution: {integrity: sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==} + fast-copy@4.0.3: + resolution: {integrity: sha512-58apWr0GUiDFM8+3afrO6eYwJBn9ZAhDOzG3L+/9llab/haCARS2UIfffmOurYLwbgDRs8n0rfr6qAAPEAuAQw==} fast-decode-uri-component@1.0.1: resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==} @@ -821,9 +817,6 @@ packages: resolution: {integrity: sha512-2OH59Gtprdczel+7Rxgpz9hGVJREaf8Lt1H4kZwWHpEn70VQKRuMNGsb2eDbwaTzrYzb0hheiOG1P7Dim0B4dQ==} engines: {node: '>=20.19.0'} - htmlparser2@10.0.0: - resolution: {integrity: sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==} - htmlparser2@10.1.0: resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==} @@ -889,8 +882,8 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - isomorphic-dompurify@3.14.0: - resolution: {integrity: sha512-64W8/lsfqgaDWfEkvrIVk8FdIk29Mya0Fp39excQEdlcLUPg1Cn7CtCYe6CtPbFW90JpEKTXG0QQtIUNENJ7sw==} + isomorphic-dompurify@3.15.0: + resolution: {integrity: sha512-9ZtkbQ8+SgNf6LuDAdu9bq23dVXMIGNM8ZYnyl2MufyZiSD5dqAUJcyjtYZz7B80HuPpEn/f0NCS6zKvavHtfA==} engines: {node: ^20.19.0 || ^22.13.0 || >=24.0.0} joycon@3.1.1: @@ -926,11 +919,17 @@ packages: light-my-request@6.5.1: resolution: {integrity: sha512-0q82RyxIextuDtkA0UDofhPHIiQ2kmpa7fwElCSlm/8nQl36cDU1Cw+CAO90Es0lReH2HChClKL84I86Nc52hg==} - linkedom@0.18.9: - resolution: {integrity: sha512-Pfvhwjs46nBrcQdauQjMXDJZqj6VwN7KStT84xQqmIgD9bPH6UVJ/ESW8y4VHVF2h7di0/P+f4Iln4U5emRcmg==} + linkedom@0.18.12: + resolution: {integrity: sha512-jalJsOwIKuQJSeTvsgzPe9iJzyfVaEJiEXl+25EkKevsULHvMJzpNqwvj1jOESWdmgKDiXObyjOYwlUqG7wo1Q==} + engines: {node: '>=16'} + peerDependencies: + canvas: '>= 2' + peerDependenciesMeta: + canvas: + optional: true - lru-cache@11.3.6: - resolution: {integrity: sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==} + lru-cache@11.5.1: + resolution: {integrity: sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==} engines: {node: 20 || >=22} map-stream@0.1.0: @@ -1033,14 +1032,11 @@ packages: resolution: {integrity: sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==} engines: {node: '>=8.6'} - pino-abstract-transport@2.0.0: - resolution: {integrity: sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==} - pino-abstract-transport@3.0.0: resolution: {integrity: sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==} - pino-pretty@13.0.0: - resolution: {integrity: sha512-cQBBIVG3YajgoUjo1FdKVRX6t9XPxwB9lcNJVD5GCnNM4Y6T12YYx8c6zEejxQsU0wrg9TwmDulcE9LR7qcJqA==} + pino-pretty@13.1.3: + resolution: {integrity: sha512-ttXRkkOz6WWC95KeY9+xxWL6AtImwbyMHrL1mSwqwW9u+vLp/WIElvHvCSDg0xO/Dzrggz1zv3rN5ovTRVowKg==} hasBin: true pino-std-serializers@7.1.0: @@ -1073,8 +1069,8 @@ packages: engines: {node: '>= 0.10'} hasBin: true - pump@3.0.2: - resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==} + pump@3.0.4: + resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==} punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} @@ -1140,9 +1136,6 @@ packages: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} - secure-json-parse@2.7.0: - resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} - secure-json-parse@4.1.0: resolution: {integrity: sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==} @@ -1215,9 +1208,9 @@ packages: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} - strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} + strip-json-comments@5.0.3: + resolution: {integrity: sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==} + engines: {node: '>=14.16'} symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -1232,11 +1225,11 @@ packages: through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - tldts-core@7.0.30: - resolution: {integrity: sha512-uiHN8PIB1VmWyS98eZYja4xzlYqeFZVjb4OuYlJQnZAuJhMw4PbKQOKgHKhBdJR3FE/t5mUQ1Kd80++B+qhD1Q==} + tldts-core@7.4.2: + resolution: {integrity: sha512-nwEyF4vl4RSJjwSjBUmOSxc3BFPoIFdlRthJ6e+5v9P3bHNsoD06UjuqMUspqp7vsEZ1beaHi1km+optiE17yA==} - tldts@7.0.30: - resolution: {integrity: sha512-ELrFxuqsDdHUwoh0XxDbxuLD3Wnz49Z57IFvTtvWy1hJdcMZjXLIuonjilCiWHlT2GbE4Wlv1wKVTzDFnXH1aw==} + tldts@7.4.2: + resolution: {integrity: sha512-kCwffuaH8ntKtygnWe1b4BJKWiCUH30n5KfoTr6IchcXOwR7chAOFJxFrH3vjANafUYrIA4a7SDL+nn7SiR4Sw==} hasBin: true to-regex-range@5.0.1: @@ -1283,8 +1276,8 @@ packages: undici-types@7.24.6: resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==} - undici@7.25.0: - resolution: {integrity: sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==} + undici@7.26.0: + resolution: {integrity: sha512-3O9Tf67pGhgOv9jM35AbhkXAKi13f3oy3aE4CSgr+TckGeY+/iu97ZXN+J7DpHPzLbVApFd1IFhcnBjREYXYcg==} engines: {node: '>=20.18.1'} untildify@4.0.0: @@ -1342,6 +1335,11 @@ packages: engines: {node: '>= 14.6'} hasBin: true + yaml@2.9.0: + resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} + engines: {node: '>= 14.6'} + hasBin: true + yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} @@ -1429,9 +1427,9 @@ snapshots: dependencies: dequal: 2.0.3 - '@fastify/one-line-logger@2.0.2': + '@fastify/one-line-logger@2.1.0': dependencies: - pino-pretty: 13.0.0 + pino-pretty: 13.1.3 '@fastify/proxy-addr@5.0.0': dependencies: @@ -1463,13 +1461,13 @@ snapshots: rfdc: 1.4.1 yaml: 2.8.3 - '@fastify/swagger@9.4.2': + '@fastify/swagger@9.7.0': dependencies: fastify-plugin: 5.1.0 json-schema-resolver: 3.0.0 openapi-types: 12.1.3 rfdc: 1.4.1 - yaml: 2.8.3 + yaml: 2.9.0 transitivePeerDependencies: - supports-color @@ -1594,16 +1592,16 @@ snapshots: '@types/jsdom@28.0.3': dependencies: - '@types/node': 25.8.0 + '@types/node': 25.9.1 '@types/tough-cookie': 4.0.5 parse5: 8.0.1 undici-types: 7.24.6 - '@types/micromatch@4.0.9': + '@types/micromatch@4.0.10': dependencies: '@types/braces': 3.0.5 - '@types/node@25.8.0': + '@types/node@25.9.1': dependencies: undici-types: 7.24.6 @@ -1760,10 +1758,10 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - css-select@5.1.0: + css-select@5.2.2: dependencies: boolbase: 1.0.0 - css-what: 6.1.0 + css-what: 6.2.2 domhandler: 5.0.3 domutils: 3.2.2 nth-check: 2.1.1 @@ -1773,7 +1771,7 @@ snapshots: mdn-data: 2.27.1 source-map-js: 1.2.1 - css-what@6.1.0: {} + css-what@6.2.2: {} cssom@0.5.0: {} @@ -1814,7 +1812,7 @@ snapshots: dependencies: domelementtype: 2.3.0 - dompurify@3.4.5: + dompurify@3.4.7: optionalDependencies: '@types/trusted-types': 2.0.7 @@ -1834,7 +1832,7 @@ snapshots: duplexer@0.1.2: {} - ejs@5.0.2: {} + ejs@6.0.1: {} emoji-regex@8.0.0: {} @@ -1844,8 +1842,6 @@ snapshots: entities@4.5.0: {} - entities@6.0.0: {} - entities@7.0.1: {} entities@8.0.0: {} @@ -1879,7 +1875,7 @@ snapshots: stream-combiner: 0.0.4 through: 2.3.8 - fast-copy@3.0.2: {} + fast-copy@4.0.3: {} fast-decode-uri-component@1.0.1: {} @@ -2028,13 +2024,6 @@ snapshots: htmlparser2: 10.1.0 selderee: 0.12.0 - htmlparser2@10.0.0: - dependencies: - domelementtype: 2.3.0 - domhandler: 5.0.3 - domutils: 3.2.2 - entities: 6.0.0 - htmlparser2@10.1.0: dependencies: domelementtype: 2.3.0 @@ -2098,9 +2087,9 @@ snapshots: isexe@2.0.0: {} - isomorphic-dompurify@3.14.0: + isomorphic-dompurify@3.15.0: dependencies: - dompurify: 3.4.5 + dompurify: 3.4.7 jsdom: 29.1.1 transitivePeerDependencies: - '@noble/hashes' @@ -2120,12 +2109,12 @@ snapshots: decimal.js: 10.6.0 html-encoding-sniffer: 6.0.0 is-potential-custom-element-name: 1.0.1 - lru-cache: 11.3.6 + lru-cache: 11.5.1 parse5: 8.0.1 saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 6.0.1 - undici: 7.25.0 + undici: 7.26.0 w3c-xmlserializer: 5.0.0 webidl-conversions: 8.0.1 whatwg-mimetype: 5.0.0 @@ -2161,15 +2150,15 @@ snapshots: process-warning: 4.0.1 set-cookie-parser: 2.7.1 - linkedom@0.18.9: + linkedom@0.18.12: dependencies: - css-select: 5.1.0 + css-select: 5.2.2 cssom: 0.5.0 html-escaper: 3.0.3 - htmlparser2: 10.0.0 + htmlparser2: 10.1.0 uhyphen: 0.2.0 - lru-cache@11.3.6: {} + lru-cache@11.5.1: {} map-stream@0.1.0: {} @@ -2242,7 +2231,7 @@ snapshots: path-scurry@2.0.2: dependencies: - lru-cache: 11.3.6 + lru-cache: 11.5.1 minipass: 7.1.3 pause-stream@0.0.11: @@ -2253,29 +2242,25 @@ snapshots: picomatch@2.3.2: {} - pino-abstract-transport@2.0.0: - dependencies: - split2: 4.2.0 - pino-abstract-transport@3.0.0: dependencies: split2: 4.2.0 - pino-pretty@13.0.0: + pino-pretty@13.1.3: dependencies: colorette: 2.0.20 dateformat: 4.6.3 - fast-copy: 3.0.2 + fast-copy: 4.0.3 fast-safe-stringify: 2.1.1 help-me: 5.0.0 joycon: 3.1.1 minimist: 1.2.8 on-exit-leak-free: 2.1.2 - pino-abstract-transport: 2.0.0 - pump: 3.0.2 - secure-json-parse: 2.7.0 + pino-abstract-transport: 3.0.0 + pump: 3.0.4 + secure-json-parse: 4.1.0 sonic-boom: 4.2.1 - strip-json-comments: 3.1.1 + strip-json-comments: 5.0.3 pino-std-serializers@7.1.0: {} @@ -2307,7 +2292,7 @@ snapshots: dependencies: event-stream: 3.3.4 - pump@3.0.2: + pump@3.0.4: dependencies: end-of-stream: 1.4.5 once: 1.4.0 @@ -2367,8 +2352,6 @@ snapshots: dependencies: xmlchars: 2.2.0 - secure-json-parse@2.7.0: {} - secure-json-parse@4.1.0: {} selderee@0.12.0: @@ -2456,7 +2439,7 @@ snapshots: dependencies: ansi-regex: 5.0.1 - strip-json-comments@3.1.1: {} + strip-json-comments@5.0.3: {} symbol-tree@3.2.4: {} @@ -2471,11 +2454,11 @@ snapshots: through@2.3.8: {} - tldts-core@7.0.30: {} + tldts-core@7.4.2: {} - tldts@7.0.30: + tldts@7.4.2: dependencies: - tldts-core: 7.0.30 + tldts-core: 7.4.2 to-regex-range@5.0.1: dependencies: @@ -2487,7 +2470,7 @@ snapshots: tough-cookie@6.0.1: dependencies: - tldts: 7.0.30 + tldts: 7.4.2 tr46@6.0.0: dependencies: @@ -2512,7 +2495,7 @@ snapshots: undici-types@7.24.6: {} - undici@7.25.0: {} + undici@7.26.0: {} untildify@4.0.0: {} @@ -2556,6 +2539,8 @@ snapshots: yaml@2.8.3: {} + yaml@2.9.0: {} + yargs-parser@20.2.9: {} yargs@16.2.0: