From f9c2518bc3fa75ec38ae478f03f527fd3c148928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:57:17 +0000 Subject: [PATCH] Update platformatic to v1.31.0 --- package-lock.json | 612 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 431 insertions(+), 181 deletions(-) diff --git a/package-lock.json b/package-lock.json index df7e014..e467c6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1198,13 +1198,76 @@ } }, "node_modules/@mercuriusjs/federation": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@mercuriusjs/federation/-/federation-2.0.0.tgz", - "integrity": "sha512-hBL2Zhdf0p2Ab2SDPXcVnNsYTf5x50xPAyHm2HpmXreHS7aGt4obX8g8JrqRhIfOApcRg5l9RQ2OZqaUYeR8sQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@mercuriusjs/federation/-/federation-3.0.0.tgz", + "integrity": "sha512-GVk6n314p6rs2gfF3OtqsREftyuzYztiAq0XFl7wg/8w6bJMNctzn/nMkBcA8JYl++d52uchzWLD7eo2yQXQTw==", "dependencies": { "@fastify/error": "^3.0.0", "graphql": "^16.6.0", - "mercurius": "^13.0.0" + "mercurius": "^14.0.0" + } + }, + "node_modules/@mercuriusjs/federation/node_modules/@fastify/websocket": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@fastify/websocket/-/websocket-10.0.1.tgz", + "integrity": "sha512-8/pQIxTPRD8U94aILTeJ+2O3el/r19+Ej5z1O1mXlqplsUH7KzCjAI0sgd5DM/NoPjAi5qLFNIjgM5+9/rGSNw==", + "dependencies": { + "duplexify": "^4.1.2", + "fastify-plugin": "^4.0.0", + "ws": "^8.0.0" + } + }, + "node_modules/@mercuriusjs/federation/node_modules/mercurius": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-14.0.0.tgz", + "integrity": "sha512-eGqBuc8ZfnBbJDnnedZWx0mPJ2ZQZz2HLmPCxRdMa5RZnRP9Uxn4Ew1x1OQ49MvNbut9xfvHCXKlr8uI6GOyZg==", + "dependencies": { + "@fastify/error": "^3.0.0", + "@fastify/static": "^7.0.0", + "@fastify/websocket": "^10.0.0", + "fastify-plugin": "^4.2.0", + "graphql-jit": "0.8.4", + "mqemitter": "^5.0.0", + "p-map": "^4.0.0", + "readable-stream": "^4.0.0", + "safe-stable-stringify": "^2.3.0", + "secure-json-parse": "^2.7.0", + "single-user-cache": "^0.6.0", + "tiny-lru": "^11.0.0", + "undici": "5.28.3", + "ws": "^8.2.2" + }, + "engines": { + "node": ">=14.19.3" + }, + "peerDependencies": { + "graphql": "^16.0.0" + } + }, + "node_modules/@mercuriusjs/federation/node_modules/readable-stream": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", + "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", + "dependencies": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@mercuriusjs/federation/node_modules/undici": { + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", + "dependencies": { + "@fastify/busboy": "^2.0.0" + }, + "engines": { + "node": ">=14.0" } }, "node_modules/@mercuriusjs/subscription-client": { @@ -1457,12 +1520,12 @@ } }, "node_modules/@platformatic/authenticate": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/authenticate/-/authenticate-1.28.1.tgz", - "integrity": "sha512-VWx06TaIlG8RbBYIErWMI8nUv0hP+cjL140TGQYl5b9Q2aivUnstgUXbcEIOaq4FUm+oVks27UuL6nkf+nc2yQ==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/authenticate/-/authenticate-1.31.0.tgz", + "integrity": "sha512-x43aiw93+CethRILH1u40CH4OEebKxE50qwwwjyW3m8qOIh0QXWKVbjw8Fj3uD7lzGuY3Im6k95MkXs1JqPTUw==", "dependencies": { "@fastify/error": "^3.4.1", - "@platformatic/config": "1.28.1", + "@platformatic/config": "1.31.0", "colorette": "^2.0.20", "commist": "^3.2.0", "es-main": "^1.3.0", @@ -1472,9 +1535,9 @@ } }, "node_modules/@platformatic/client": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/client/-/client-1.28.1.tgz", - "integrity": "sha512-IDvehLIjUdroFyHR3G/B/YNRHyiDGHYn4w/QCobVYRYWOvg85SaFkDw9dzKIlqsKLg350xVHoCz7Vp+RUds2aQ==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/client/-/client-1.31.0.tgz", + "integrity": "sha512-4doksGHFBr51PUVB8Yb1fGOs9ezNFjxc5yE2ppzOm0elMg81pwU7dCy2GDqN39VF4GLqiloxh0JYoy25RiSv2Q==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", "@fastify/error": "^3.4.1", @@ -1487,13 +1550,13 @@ } }, "node_modules/@platformatic/client-cli": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/client-cli/-/client-cli-1.28.1.tgz", - "integrity": "sha512-C7+0CH/PTPkDdNrpPo78hAuHFrEK1UuRgDPG2FUkM714D+RCOpCkZTrjppI9ruhXa+hf0EvPE9lWsp+bCIX5rg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/client-cli/-/client-cli-1.31.0.tgz", + "integrity": "sha512-VGYVGBtvwqT4YSIAFvPrfmXnztJtkyeZbiYiNUSmMfFig1CLZnA6eAqAxwFWZ2KqwkJS4d5VcSlBpSH5/ZPfJQ==", "dependencies": { "@fastify/error": "^3.4.1", - "@platformatic/client": "1.28.1", - "@platformatic/config": "1.28.1", + "@platformatic/client": "1.31.0", + "@platformatic/config": "1.31.0", "abstract-logging": "^2.0.1", "camelcase": "~6.3.0", "code-block-writer": "^13.0.1", @@ -1591,22 +1654,22 @@ } }, "node_modules/@platformatic/composer": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/composer/-/composer-1.28.1.tgz", - "integrity": "sha512-CZKl1kYHC4Uue059xwJSnYNIaJCxL4ewj4LWjCJuTjF0+bUo11mwbk3S4Wxdi3KtrROWU5pjaRViiOAfEh9PLg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/composer/-/composer-1.31.0.tgz", + "integrity": "sha512-9CY9j8CZrrrg2xH4+cOeH2jIW+Zv86Brc0CzTCaOkL8uFSXSb0TL5NLWOjxK2T9xrH/9uEqmnxIhc8+Cr60yIw==", "dependencies": { "@fastify/error": "^3.4.1", "@fastify/http-proxy": "^9.4.0", "@fastify/reply-from": "^9.7.0", "@fastify/static": "^7.0.1", "@fastify/swagger": "^8.14.0", - "@platformatic/config": "1.28.1", - "@platformatic/generators": "1.28.1", + "@platformatic/config": "1.31.0", + "@platformatic/generators": "1.31.0", "@platformatic/graphql-composer": "^0.5.1", - "@platformatic/scalar-theme": "1.28.1", - "@platformatic/service": "1.28.1", - "@platformatic/telemetry": "1.28.1", - "@platformatic/utils": "^1.28.1", + "@platformatic/scalar-theme": "1.31.0", + "@platformatic/service": "1.31.0", + "@platformatic/telemetry": "1.31.0", + "@platformatic/utils": "^1.31.0", "@scalar/fastify-api-reference": "^1.19.5", "ajv": "^8.12.0", "commist": "^3.2.0", @@ -1621,7 +1684,7 @@ "graphql": "^16.8.1", "help-me": "^5.0.0", "json-schema-traverse": "^1.0.0", - "mercurius": "^13.4.0", + "mercurius": "^14.0.0", "minimist": "^1.2.8", "ora": "^6.3.1", "pino": "^8.19.0", @@ -1634,14 +1697,77 @@ "plt-composer": "composer.mjs" } }, + "node_modules/@platformatic/composer/node_modules/@fastify/websocket": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@fastify/websocket/-/websocket-10.0.1.tgz", + "integrity": "sha512-8/pQIxTPRD8U94aILTeJ+2O3el/r19+Ej5z1O1mXlqplsUH7KzCjAI0sgd5DM/NoPjAi5qLFNIjgM5+9/rGSNw==", + "dependencies": { + "duplexify": "^4.1.2", + "fastify-plugin": "^4.0.0", + "ws": "^8.0.0" + } + }, + "node_modules/@platformatic/composer/node_modules/mercurius": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-14.0.0.tgz", + "integrity": "sha512-eGqBuc8ZfnBbJDnnedZWx0mPJ2ZQZz2HLmPCxRdMa5RZnRP9Uxn4Ew1x1OQ49MvNbut9xfvHCXKlr8uI6GOyZg==", + "dependencies": { + "@fastify/error": "^3.0.0", + "@fastify/static": "^7.0.0", + "@fastify/websocket": "^10.0.0", + "fastify-plugin": "^4.2.0", + "graphql-jit": "0.8.4", + "mqemitter": "^5.0.0", + "p-map": "^4.0.0", + "readable-stream": "^4.0.0", + "safe-stable-stringify": "^2.3.0", + "secure-json-parse": "^2.7.0", + "single-user-cache": "^0.6.0", + "tiny-lru": "^11.0.0", + "undici": "5.28.3", + "ws": "^8.2.2" + }, + "engines": { + "node": ">=14.19.3" + }, + "peerDependencies": { + "graphql": "^16.0.0" + } + }, + "node_modules/@platformatic/composer/node_modules/mercurius/node_modules/undici": { + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", + "dependencies": { + "@fastify/busboy": "^2.0.0" + }, + "engines": { + "node": ">=14.0" + } + }, + "node_modules/@platformatic/composer/node_modules/readable-stream": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", + "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", + "dependencies": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, "node_modules/@platformatic/config": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-1.28.1.tgz", - "integrity": "sha512-9YcxYxkXN6/Cuq5O4z0D8CihW06rll12+NtpVbKoRRE/nEQjAdn5aT/fWxwdBIVmkRmBuhJ7nlOhzQ/c17Zptg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/config/-/config-1.31.0.tgz", + "integrity": "sha512-4cGkXZE2CE/mScnFgzLp5CNfSzDGP/rm0clHbIsi97ZScB2zNeslEinOOEjytpYM4KbG4sDGBhdr5JdkBRi/Vg==", "dependencies": { "@fastify/deepmerge": "^1.3.0", "@fastify/error": "^3.4.1", - "@platformatic/utils": "1.28.1", + "@platformatic/utils": "1.31.0", "abstract-logging": "^2.0.1", "ajv": "^8.12.0", "dotenv": "^16.4.5", @@ -1652,9 +1778,9 @@ } }, "node_modules/@platformatic/control": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/control/-/control-1.28.1.tgz", - "integrity": "sha512-hzI5+rlkHZK55BUvRpcB8zfFUMC/IKq+saJ0sHsV8EbN8oReB9ssMugsT+hUQ52jvQRtlYIa1ZYxEiQnLvIJbw==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/control/-/control-1.31.0.tgz", + "integrity": "sha512-AI5Ihc1kxM7OHlruV7noMc2rlq5SOdTeD5XOjkW0aQniXBisPRzyloQ5nFI/vk9dbUNKG4UcLANZVyIvBC0G8g==", "dependencies": { "@fastify/error": "^3.4.1", "commist": "^3.2.0", @@ -1670,13 +1796,13 @@ } }, "node_modules/@platformatic/create-platformatic-auto": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/create-platformatic-auto/-/create-platformatic-auto-1.28.1.tgz", - "integrity": "sha512-YYeU8XRhp3MawcA1GH5xIkRULSWK7YhFBVuz2WTLb7aLosKbTEfx0efMqY25apQ7vbMR5H2/gsT3lh4SpSPYIw==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/create-platformatic-auto/-/create-platformatic-auto-1.31.0.tgz", + "integrity": "sha512-uLHrjR6mDZxMoZrIfGgpIimMUmip88sOK8kFTNdtkg+HL14wG6JSuXPLqJpxnYRSEeGdaQ9JVVkMBQiZkRZTzA==", "dependencies": { - "@platformatic/config": "1.28.1", - "@platformatic/generators": "1.28.1", - "@platformatic/utils": "1.28.1", + "@platformatic/config": "1.31.0", + "@platformatic/generators": "1.31.0", + "@platformatic/utils": "1.31.0", "@types/node": "^20.11.28", "boring-name-generator": "^1.0.3", "chalk": "^5.3.0", @@ -1729,9 +1855,9 @@ } }, "node_modules/@platformatic/db": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/db/-/db-1.28.1.tgz", - "integrity": "sha512-XlYRh+3gHldi6zWQqYnP5ez79Fzk59Huh0HhCYHOApB9OM+67Mz3yyuTNnYMnBQvclir3MIQKxibf8taCqmwUQ==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/db/-/db-1.31.0.tgz", + "integrity": "sha512-qskscW/ZJS6rT0QEYUU7DnIxIkBw4KyFrD3M1rnr1lOPznknZ0PMLcbWQ7bLjG+bNH+UL+mMC9Gc0ZK7IK2M7A==", "dependencies": { "@fastify/accepts": "^4.3.0", "@fastify/basic-auth": "^5.1.1", @@ -1740,18 +1866,18 @@ "@fastify/error": "^3.4.1", "@fastify/static": "^7.0.1", "@fastify/swagger": "^8.14.0", - "@platformatic/config": "1.28.1", - "@platformatic/db-authorization": "1.28.1", - "@platformatic/db-core": "1.28.1", - "@platformatic/generators": "1.28.1", - "@platformatic/service": "1.28.1", - "@platformatic/sql-events": "1.28.1", - "@platformatic/sql-graphql": "1.28.1", - "@platformatic/sql-json-schema-mapper": "1.28.1", - "@platformatic/sql-mapper": "1.28.1", - "@platformatic/sql-openapi": "1.28.1", - "@platformatic/telemetry": "1.28.1", - "@platformatic/utils": "1.28.1", + "@platformatic/config": "1.31.0", + "@platformatic/db-authorization": "1.31.0", + "@platformatic/db-core": "1.31.0", + "@platformatic/generators": "1.31.0", + "@platformatic/service": "1.31.0", + "@platformatic/sql-events": "1.31.0", + "@platformatic/sql-graphql": "1.31.0", + "@platformatic/sql-json-schema-mapper": "1.31.0", + "@platformatic/sql-mapper": "1.31.0", + "@platformatic/sql-openapi": "1.31.0", + "@platformatic/telemetry": "1.31.0", + "@platformatic/utils": "1.31.0", "camelcase": "^6.3.0", "close-with-grace": "^1.3.0", "code-block-writer": "^13.0.1", @@ -1782,9 +1908,9 @@ } }, "node_modules/@platformatic/db-authorization": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/db-authorization/-/db-authorization-1.28.1.tgz", - "integrity": "sha512-nr/+unJ+qhvFnYLsLdbjaK7Xi2Ag2BlsOj/XAny6aVgCzAfNRm8AjVvy+MsAwrS/AtquiwBp6MCwP99CC8kgFg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/db-authorization/-/db-authorization-1.31.0.tgz", + "integrity": "sha512-5HWb6PLPVNEev+YboNdlLyDnOi9G3oN0jX1I3ZtL11LEDxUbdgZ68xAVYbR1LiFhv42jqwT/iyuCtg37I1uVSg==", "dependencies": { "@fastify/error": "^3.4.1", "@fastify/jwt": "^8.0.0", @@ -1796,38 +1922,38 @@ } }, "node_modules/@platformatic/db-core": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/db-core/-/db-core-1.28.1.tgz", - "integrity": "sha512-CoGHwTFil2ZoTfdxPUjoaqIeztYxM18r6xBNs08MC4yk+foK03YdVr5l9lR6qWAqSZ5YFJrsGFwkb1UhUdEzug==", - "dependencies": { - "@platformatic/sql-events": "1.28.1", - "@platformatic/sql-graphql": "1.28.1", - "@platformatic/sql-mapper": "1.28.1", - "@platformatic/sql-openapi": "1.28.1", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/db-core/-/db-core-1.31.0.tgz", + "integrity": "sha512-7vweK+A4fStGH0Fl4VzoownpmVZocU/nNStSZ06Zo12rSxLgCW7LSq/jfhXz7/7a93P4GFtVCw8Z+KMJw1O4VQ==", + "dependencies": { + "@platformatic/sql-events": "1.31.0", + "@platformatic/sql-graphql": "1.31.0", + "@platformatic/sql-mapper": "1.31.0", + "@platformatic/sql-openapi": "1.31.0", "fastify-plugin": "^4.5.1" } }, "node_modules/@platformatic/deploy-client": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/deploy-client/-/deploy-client-1.28.1.tgz", - "integrity": "sha512-uhD/ayfMH0pR6VFyBM40w/OnNxx/8hvdssVDB1gONdZ3SJ/ipkWhwwPHRbXyHeIlzHCp2kzjJPUtwk8licTyvg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/deploy-client/-/deploy-client-1.31.0.tgz", + "integrity": "sha512-c8n6Zjme8J9oaucm667K8tbFEifu+/XNGJgzqb4qfO1odMaZM9bwZrQ6p1PgSA+Wh1HhGmAWzofzmMxnL1E6Pw==", "dependencies": { "@fastify/error": "^3.4.1", - "@platformatic/config": "1.28.1", - "@platformatic/runtime": "1.28.1", - "@platformatic/service": "1.28.1", + "@platformatic/config": "1.31.0", + "@platformatic/runtime": "1.31.0", + "@platformatic/service": "1.31.0", "pretty-bytes": "^6.1.1", "tar": "^6.2.0", "undici": "^6.9.0" } }, "node_modules/@platformatic/frontend-template": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/frontend-template/-/frontend-template-1.28.1.tgz", - "integrity": "sha512-77gfWXALHOgFObSE7ZcsEbcPs2DxTWJQnC631aJyCt93nWRq2BXNeA09rsCGYpX2eGXQaNZ7040/GAcT4bghEg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/frontend-template/-/frontend-template-1.31.0.tgz", + "integrity": "sha512-ABI9cuioDy5qrdp61AE4mZXOMqNWdvkanzh8SGv9mo73cSvZPyp8+VKLz6Xk1H862a/ZagxPb4djv1wVPvUBeA==", "dependencies": { - "@platformatic/client": "1.28.1", - "@platformatic/db": "1.28.1", + "@platformatic/client": "1.31.0", + "@platformatic/db": "1.31.0", "camelcase": "^8.0.0", "code-block-writer": "^13.0.1", "desm": "^1.3.1", @@ -1851,9 +1977,9 @@ } }, "node_modules/@platformatic/generators": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/generators/-/generators-1.28.1.tgz", - "integrity": "sha512-b5V5t0w8BOm1qiepGnZ9UEwOdmQQuBDP1PeO2Wa5LQcxECmFgt7gVWTyRQpURUyunsxM8kKCVzN7kRREFs29dg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/generators/-/generators-1.31.0.tgz", + "integrity": "sha512-TW6BEXK2oBV3ImcRG6QTtIqwjAd4rqFGNfOBDrwdQ3KvBmf3URJYw/9M/WJrxi3ivWGsqkVM+HHuoBa9AgdUSw==", "dependencies": { "@fastify/error": "^3.4.1", "boring-name-generator": "^1.0.3", @@ -1877,26 +2003,27 @@ } }, "node_modules/@platformatic/runtime": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/runtime/-/runtime-1.28.1.tgz", - "integrity": "sha512-rtZBDCpUMs9y/z2hvSuNo3Haz8mFbZKVSqcFP1/f3kRe/OrmtpWgnG+CKZWeWvhM+QXLTijAlMEXwjuIc+iivQ==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/runtime/-/runtime-1.31.0.tgz", + "integrity": "sha512-OM5APmBxlAHLxvlLEP/6bJi2kBo4EngbCBd3WbbJ0QxIdBbwjQBhsBb6y3LUryYizOsw70fmbZRWtmp6ODh/Xw==", "dependencies": { "@fastify/error": "^3.4.1", - "@fastify/websocket": "^9.0.0", + "@fastify/websocket": "^10.0.0", "@hapi/topo": "^6.0.2", - "@platformatic/composer": "1.28.1", - "@platformatic/config": "1.28.1", - "@platformatic/db": "1.28.1", - "@platformatic/generators": "1.28.1", - "@platformatic/service": "1.28.1", - "@platformatic/telemetry": "1.28.1", - "@platformatic/utils": "1.28.1", + "@platformatic/composer": "1.31.0", + "@platformatic/config": "1.31.0", + "@platformatic/db": "1.31.0", + "@platformatic/generators": "1.31.0", + "@platformatic/service": "1.31.0", + "@platformatic/telemetry": "1.31.0", + "@platformatic/utils": "1.31.0", "boring-name-generator": "^1.0.3", "change-case-all": "^2.1.0", "close-with-grace": "^1.3.0", "commist": "^3.2.0", "debounce": "^2.0.0", "desm": "^1.3.1", + "dotenv-tool": "^0.1.1", "es-main": "^1.3.0", "fastest-levenshtein": "^1.0.16", "fastify": "^4.26.2", @@ -1906,20 +2033,21 @@ "minimist": "^1.2.8", "pino": "^8.19.0", "pino-pretty": "^10.3.1", - "pino-roll": "1.0.0-rc.1", + "pino-roll": "^1.0.0", "semgrator": "^0.3.0", "tail-file-stream": "^0.1.0", "undici": "^6.9.0", - "why-is-node-running": "^2.2.2" + "why-is-node-running": "^2.2.2", + "ws": "^8.16.0" }, "bin": { "plt-runtime": "runtime.mjs" } }, "node_modules/@platformatic/runtime/node_modules/@fastify/websocket": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@fastify/websocket/-/websocket-9.0.0.tgz", - "integrity": "sha512-rpHDtDdTaAQ1GuN6VzOZaUEmegXR3HhSA2QAL2e8GgiNGo/cTyy+chwbu7OjDIWnq3HZisitln/0N8Xdn0Fc+w==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@fastify/websocket/-/websocket-10.0.1.tgz", + "integrity": "sha512-8/pQIxTPRD8U94aILTeJ+2O3el/r19+Ej5z1O1mXlqplsUH7KzCjAI0sgd5DM/NoPjAi5qLFNIjgM5+9/rGSNw==", "dependencies": { "duplexify": "^4.1.2", "fastify-plugin": "^4.0.0", @@ -1927,14 +2055,14 @@ } }, "node_modules/@platformatic/scalar-theme": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/scalar-theme/-/scalar-theme-1.28.1.tgz", - "integrity": "sha512-UCIp03xLtZF/2mgGnQquieLzDkcOnvWsF3aLM+JZZdXLbnn/CFJx2fUA8C2BJ8GO67A6jiY10I8SAnVV5nOeOg==" + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/scalar-theme/-/scalar-theme-1.31.0.tgz", + "integrity": "sha512-vDiJta4Wjzcf9j9j3UiMte/eSsmjNh/T+UOVn8ib4oGWYVLoelmPj/ojBQ+GexpOu+FMpEi+RXt5vHtbCKCEgg==" }, "node_modules/@platformatic/service": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/service/-/service-1.28.1.tgz", - "integrity": "sha512-LpQr02dotLflpFmoEiM4Q1x4IfuykzL7vdmTLAbmEKeNo0/B0LH0DE6FzScMHjxQAWUkjt6q9tbTjQe8ju7Bxg==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/service/-/service-1.31.0.tgz", + "integrity": "sha512-5VTZSY058dlBT2thgR9ASiQwCaRExDA9UG47pAnSJiI/+XX/qbHyjN7HAu2eJ7fRHXV/Qnh/3aGkZEM5RS/byw==", "dependencies": { "@fastify/accepts": "^4.3.0", "@fastify/autoload": "^5.8.0", @@ -1946,14 +2074,14 @@ "@fastify/static": "^7.0.1", "@fastify/swagger": "^8.14.0", "@fastify/under-pressure": "^8.3.0", - "@mercuriusjs/federation": "^2.0.0", - "@platformatic/authenticate": "1.28.1", - "@platformatic/client": "1.28.1", - "@platformatic/config": "1.28.1", - "@platformatic/generators": "1.28.1", - "@platformatic/scalar-theme": "1.28.1", - "@platformatic/telemetry": "1.28.1", - "@platformatic/utils": "1.28.1", + "@mercuriusjs/federation": "^3.0.0", + "@platformatic/authenticate": "1.31.0", + "@platformatic/client": "1.31.0", + "@platformatic/config": "1.31.0", + "@platformatic/generators": "1.31.0", + "@platformatic/scalar-theme": "1.31.0", + "@platformatic/telemetry": "1.31.0", + "@platformatic/utils": "1.31.0", "@scalar/fastify-api-reference": "^1.19.5", "@types/ws": "^8.5.10", "ajv": "^8.12.0", @@ -1973,7 +2101,7 @@ "fastify-plugin": "^4.5.1", "graphql": "^16.8.1", "help-me": "^5.0.0", - "mercurius": "^13.4.0", + "mercurius": "^14.0.0", "minimist": "^1.2.8", "openapi-schema-diff": "^0.0.1", "ora": "^6.3.1", @@ -1988,10 +2116,73 @@ "plt-service": "service.mjs" } }, + "node_modules/@platformatic/service/node_modules/@fastify/websocket": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@fastify/websocket/-/websocket-10.0.1.tgz", + "integrity": "sha512-8/pQIxTPRD8U94aILTeJ+2O3el/r19+Ej5z1O1mXlqplsUH7KzCjAI0sgd5DM/NoPjAi5qLFNIjgM5+9/rGSNw==", + "dependencies": { + "duplexify": "^4.1.2", + "fastify-plugin": "^4.0.0", + "ws": "^8.0.0" + } + }, + "node_modules/@platformatic/service/node_modules/mercurius": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-14.0.0.tgz", + "integrity": "sha512-eGqBuc8ZfnBbJDnnedZWx0mPJ2ZQZz2HLmPCxRdMa5RZnRP9Uxn4Ew1x1OQ49MvNbut9xfvHCXKlr8uI6GOyZg==", + "dependencies": { + "@fastify/error": "^3.0.0", + "@fastify/static": "^7.0.0", + "@fastify/websocket": "^10.0.0", + "fastify-plugin": "^4.2.0", + "graphql-jit": "0.8.4", + "mqemitter": "^5.0.0", + "p-map": "^4.0.0", + "readable-stream": "^4.0.0", + "safe-stable-stringify": "^2.3.0", + "secure-json-parse": "^2.7.0", + "single-user-cache": "^0.6.0", + "tiny-lru": "^11.0.0", + "undici": "5.28.3", + "ws": "^8.2.2" + }, + "engines": { + "node": ">=14.19.3" + }, + "peerDependencies": { + "graphql": "^16.0.0" + } + }, + "node_modules/@platformatic/service/node_modules/mercurius/node_modules/undici": { + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", + "dependencies": { + "@fastify/busboy": "^2.0.0" + }, + "engines": { + "node": ">=14.0" + } + }, + "node_modules/@platformatic/service/node_modules/readable-stream": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", + "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", + "dependencies": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, "node_modules/@platformatic/sql-events": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/sql-events/-/sql-events-1.28.1.tgz", - "integrity": "sha512-t2tgjvsMkQH3wbEFQEoFGrHpR47Rb2EDP32dcbHauc+G4QBhM/i7HVe11yF6YMpoR6Ld63sIDvulDP3qO7ZzNA==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/sql-events/-/sql-events-1.31.0.tgz", + "integrity": "sha512-y8VUd/l2D5ATGzC6VNo21ICXVFOshnNugck3hBTo7338TBvZIqoLP0ffQTXaDGpWuKOxP60RJLhrXaEU+rlViA==", "dependencies": { "@fastify/error": "^3.4.1", "camelcase": "^6.3.0", @@ -2001,35 +2192,98 @@ } }, "node_modules/@platformatic/sql-graphql": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/sql-graphql/-/sql-graphql-1.28.1.tgz", - "integrity": "sha512-s5i+L0NUAmNeP3iTMP6f00mL1UXtAciAZ4C2liNeOfGiCZkVhEvTE0ACkg9aLBBQoxK1ruURnVGM3wCceLIpbA==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/sql-graphql/-/sql-graphql-1.31.0.tgz", + "integrity": "sha512-I7tD4PUByGb/N+L1wBRwhhuFkVEyiwAofD3Ba3SVZ372zzalfkbE3jZICj5MSGkZy9tI2lS8My1PNHhSvnWYrg==", "dependencies": { "@fastify/error": "^3.4.1", - "@mercuriusjs/federation": "^2.0.0", - "@platformatic/utils": "1.28.1", + "@mercuriusjs/federation": "^3.0.0", + "@platformatic/utils": "1.31.0", "camelcase": "^6.3.0", "fastify-plugin": "^4.5.1", "graphql": "^16.8.1", "graphql-scalars": "^1.22.5", "graphql-type-json": "^0.3.2", "inflected": "^2.1.0", - "mercurius": "^13.4.0" + "mercurius": "^14.0.0" + } + }, + "node_modules/@platformatic/sql-graphql/node_modules/@fastify/websocket": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@fastify/websocket/-/websocket-10.0.1.tgz", + "integrity": "sha512-8/pQIxTPRD8U94aILTeJ+2O3el/r19+Ej5z1O1mXlqplsUH7KzCjAI0sgd5DM/NoPjAi5qLFNIjgM5+9/rGSNw==", + "dependencies": { + "duplexify": "^4.1.2", + "fastify-plugin": "^4.0.0", + "ws": "^8.0.0" + } + }, + "node_modules/@platformatic/sql-graphql/node_modules/mercurius": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/mercurius/-/mercurius-14.0.0.tgz", + "integrity": "sha512-eGqBuc8ZfnBbJDnnedZWx0mPJ2ZQZz2HLmPCxRdMa5RZnRP9Uxn4Ew1x1OQ49MvNbut9xfvHCXKlr8uI6GOyZg==", + "dependencies": { + "@fastify/error": "^3.0.0", + "@fastify/static": "^7.0.0", + "@fastify/websocket": "^10.0.0", + "fastify-plugin": "^4.2.0", + "graphql-jit": "0.8.4", + "mqemitter": "^5.0.0", + "p-map": "^4.0.0", + "readable-stream": "^4.0.0", + "safe-stable-stringify": "^2.3.0", + "secure-json-parse": "^2.7.0", + "single-user-cache": "^0.6.0", + "tiny-lru": "^11.0.0", + "undici": "5.28.3", + "ws": "^8.2.2" + }, + "engines": { + "node": ">=14.19.3" + }, + "peerDependencies": { + "graphql": "^16.0.0" + } + }, + "node_modules/@platformatic/sql-graphql/node_modules/readable-stream": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", + "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", + "dependencies": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@platformatic/sql-graphql/node_modules/undici": { + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", + "dependencies": { + "@fastify/busboy": "^2.0.0" + }, + "engines": { + "node": ">=14.0" } }, "node_modules/@platformatic/sql-json-schema-mapper": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/sql-json-schema-mapper/-/sql-json-schema-mapper-1.28.1.tgz", - "integrity": "sha512-R+QMPKHMfWlyHB1ugfe3QX3m+Ummrqx+PZ1TMf5NK+TATHk2hLSXSJK4sVUwqRB3s3qHwCLT6rQWUwVJarHGMw==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/sql-json-schema-mapper/-/sql-json-schema-mapper-1.31.0.tgz", + "integrity": "sha512-NvH164FnvdymYGoKuvvvC9uv3Emg7XcRBdAsaueNfLDrDbZXo7nJAkfNrQdK14GYAEZcK2snCOXszv3TnrEjjw==", "dependencies": { "code-block-writer": "^13.0.1", "safe-identifier": "^0.4.2" } }, "node_modules/@platformatic/sql-mapper": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/sql-mapper/-/sql-mapper-1.28.1.tgz", - "integrity": "sha512-bGvVCFyxM/gND4Z1QxwIoBAhZWcRImFM53c+11Bm8DKQTL1GqtA88iavYWoBlgkTRAaL6jOKfDEzuWL6TbHXuA==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/sql-mapper/-/sql-mapper-1.31.0.tgz", + "integrity": "sha512-D/qvdsgPUTvk8voR3gEilZ7Y0CPzpi5ti10T6HAucXwN8+GgoHTnN38ptzyzzfe/KmpwRTOvcfzrCvpiWjIH1w==", "dependencies": { "@databases/mysql": "^6.0.0", "@databases/pg": "^5.5.0", @@ -2037,7 +2291,7 @@ "@fastify/error": "^3.4.1", "@hapi/topo": "^6.0.2", "@matteo.collina/sqlite-pool": "^0.3.0", - "@platformatic/utils": "1.28.1", + "@platformatic/utils": "1.31.0", "async-cache-dedupe": "^2.1.0", "camelcase": "^6.3.0", "fastify-plugin": "^4.5.1", @@ -2045,16 +2299,16 @@ } }, "node_modules/@platformatic/sql-openapi": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/sql-openapi/-/sql-openapi-1.28.1.tgz", - "integrity": "sha512-UCoxH3lQQRgIHG0wz9C+WAjUkcNAHoUCBjkEbvYI8EuCKG5YSCnBzv3AglelIzP2wPOHFRpzJWWPGrYgdurn8w==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/sql-openapi/-/sql-openapi-1.31.0.tgz", + "integrity": "sha512-AOb+crgxVdJMRD5VrRYDr1SwY5wb5phEGyQsfg0qmB005cGpjxtRH8S+Ru/ZJo9bD97bBJzyLvmhgKw6VPWBFQ==", "dependencies": { "@fastify/deepmerge": "^1.3.0", "@fastify/error": "^3.4.1", "@fastify/swagger": "^8.14.0", - "@platformatic/scalar-theme": "1.28.1", - "@platformatic/sql-json-schema-mapper": "1.28.1", - "@platformatic/utils": "1.28.1", + "@platformatic/scalar-theme": "1.31.0", + "@platformatic/sql-json-schema-mapper": "1.31.0", + "@platformatic/utils": "1.31.0", "@scalar/fastify-api-reference": "^1.19.5", "camelcase": "^6.3.0", "fastify-plugin": "^4.5.1", @@ -2062,9 +2316,9 @@ } }, "node_modules/@platformatic/telemetry": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/telemetry/-/telemetry-1.28.1.tgz", - "integrity": "sha512-0NxsDtNQPTCuS7EiT8EYIFm8peFTNH/+2YU7leYXS+v26ebe4WzdG4BQr4VBScs/r4XPgJ37EDIlpz7HtwAAtw==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/telemetry/-/telemetry-1.31.0.tgz", + "integrity": "sha512-mCxQL/697T0PK2dcO9Y+mGwrb9ZT7YeUUWmGq+c946pSNOk83P7kquJlaFsAYNDf/2SE/Ipz7oiMsPBGlUua7g==", "dependencies": { "@fastify/swagger": "^8.14.0", "@opentelemetry/api": "^1.8.0", @@ -2079,9 +2333,9 @@ } }, "node_modules/@platformatic/utils": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/@platformatic/utils/-/utils-1.28.1.tgz", - "integrity": "sha512-L4Ob8PmGtFY+Gy8zFsQn60qY1P/soQQkzjyL2y+BrIaK9spbNiQma4PNOeZOpEspapmK9SvXPVDe5/mukOnDxQ==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/@platformatic/utils/-/utils-1.31.0.tgz", + "integrity": "sha512-pMtOkEapt1nDeH3fPAmtHht+Fu5bv0y5IpHaDD9I+RuoGk0BErhehynwBUrTncs1KCPP2Qe5yTWoeBCFKbpeIw==", "dependencies": { "@fastify/deepmerge": "^1.3.0", "@fastify/error": "^3.4.1", @@ -3375,13 +3629,13 @@ } }, "node_modules/create-platformatic": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/create-platformatic/-/create-platformatic-1.28.1.tgz", - "integrity": "sha512-ReVtomeMqRBg3WQvLC0BbMjRkUvdiK1zotNb5p7ebYw6dS/cK97WdsWxVmqvxihw0saUM74e1YPMwZVrMZ29Ew==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/create-platformatic/-/create-platformatic-1.31.0.tgz", + "integrity": "sha512-heH3Bav0lOMMOzN8RvnZMAHdUxdE0dW7IadE2P/k1DDkHvo0I/kBqq7Yt8RQ4dmfaOSW0k6A2pmUY9fDS0jU2Q==", "dependencies": { - "@platformatic/config": "1.28.1", - "@platformatic/create-platformatic-auto": "1.28.1", - "@platformatic/utils": "1.28.1", + "@platformatic/config": "1.31.0", + "@platformatic/create-platformatic-auto": "1.31.0", + "@platformatic/utils": "1.31.0", "@types/node": "^20.11.28", "boring-name-generator": "^1.0.3", "chalk": "^5.3.0", @@ -3641,9 +3895,9 @@ "integrity": "sha512-vgTAOosB1aHrmzjGnzFCbjvXbk8QAOC/36JxJhcBkeAuUy8QwRFxAWBHemiDpUB3cbrBruFUdzpUS21aocvaWg==" }, "node_modules/detect-libc": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", - "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", "engines": { "node": ">=8" } @@ -3688,6 +3942,11 @@ "node": ">=12" } }, + "node_modules/dotenv-tool": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/dotenv-tool/-/dotenv-tool-0.1.1.tgz", + "integrity": "sha512-72oQ+k8fWjKPCu/WfP+aiCPLtcsyqYLSa2s8ezFmI77jzgtF21bep6yvSj4q2d69o6b24W9BDU857zGuD7bh6w==" + }, "node_modules/duplexify": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.3.tgz", @@ -5625,9 +5884,9 @@ } }, "node_modules/graphql-scalars": { - "version": "1.22.5", - "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.22.5.tgz", - "integrity": "sha512-Mw7uaqRscjdaXmxlHbt3sYGLU8o1hfFvTvN2VRrYEJyEPy6zGIbaFyJ4PPyt9H6GRHp01MQwS6HqXroRYHyGOg==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/graphql-scalars/-/graphql-scalars-1.23.0.tgz", + "integrity": "sha512-YTRNcwitkn8CqYcleKOx9IvedA8JIERn8BRq21nlKgOr4NEcTaWEG0sT+H92eF3ALTFbPgsqfft4cw+MGgv0Gg==", "dependencies": { "tslib": "^2.5.0" }, @@ -8789,19 +9048,11 @@ } }, "node_modules/pino-roll": { - "version": "1.0.0-rc.1", - "resolved": "https://registry.npmjs.org/pino-roll/-/pino-roll-1.0.0-rc.1.tgz", - "integrity": "sha512-wJUXdRMlbbUQkBT8C0ePwPxJpP9Eg2FKUfBAKv2ATsS/+ujtV64l/sLtdQcI+F+aAac0/1QjJOjuVyxUTDq5zA==", - "dependencies": { - "sonic-boom": "^2.8.0" - } - }, - "node_modules/pino-roll/node_modules/sonic-boom": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-2.8.0.tgz", - "integrity": "sha512-kuonw1YOYYNOve5iHdSahXPOK49GqwA+LZhI6Wz/l0rP57iKyXXIHaRagOBHAPmGwJC6od2Z9zgvZ5loSgMlVg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/pino-roll/-/pino-roll-1.0.1.tgz", + "integrity": "sha512-9mMf0dn7KsqiY/Bs7gDRoBd5lsksSknPnbTEFKQVTeuGXi8RFuXS5UkLw4StIY/uG6PMrM7KJydB7ramoyVDzA==", "dependencies": { - "atomic-sleep": "^1.0.0" + "sonic-boom": "^3.8.0" } }, "node_modules/pino-std-serializers": { @@ -8953,32 +9204,31 @@ } }, "node_modules/platformatic": { - "version": "1.28.1", - "resolved": "https://registry.npmjs.org/platformatic/-/platformatic-1.28.1.tgz", - "integrity": "sha512-UhbLnXpeYiE0rCaa5nwkcUv50iVxX5xRx+PATzDh+8d2U7IMq73yA7xxQktet8CfldclQGujpelNAGMRH/JjkA==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/platformatic/-/platformatic-1.31.0.tgz", + "integrity": "sha512-jVlN6D8LEJqRhfS6mfwgF6ZU2VU3zzEq+GTFmxd8vuxMHqh9t2K4pb0mhIxWnTEfUDXfwRL8E3xAYUr8+zTsBw==", "dependencies": { "@fastify/error": "^3.4.1", - "@platformatic/authenticate": "1.28.1", - "@platformatic/client-cli": "1.28.1", - "@platformatic/composer": "1.28.1", - "@platformatic/config": "1.28.1", - "@platformatic/control": "1.28.1", - "@platformatic/db": "1.28.1", - "@platformatic/deploy-client": "1.28.1", - "@platformatic/frontend-template": "1.28.1", - "@platformatic/runtime": "1.28.1", - "@platformatic/service": "1.28.1", - "@platformatic/utils": "1.28.1", + "@platformatic/authenticate": "1.31.0", + "@platformatic/client-cli": "1.31.0", + "@platformatic/composer": "1.31.0", + "@platformatic/config": "1.31.0", + "@platformatic/control": "1.31.0", + "@platformatic/db": "1.31.0", + "@platformatic/deploy-client": "1.31.0", + "@platformatic/frontend-template": "1.31.0", + "@platformatic/runtime": "1.31.0", + "@platformatic/service": "1.31.0", + "@platformatic/utils": "1.31.0", "colorette": "^2.0.20", "commist": "^3.2.0", - "create-platformatic": "1.28.1", + "create-platformatic": "1.31.0", "desm": "^1.3.1", "dotenv": "^16.4.5", "execa": "^8.0.1", "graphql": "^16.8.1", "help-me": "^5.0.0", "inquirer": "^9.2.16", - "mercurius": "^13.4.0", "minimist": "^1.2.8", "pino": "^8.19.0", "pino-pretty": "^10.3.1", @@ -10030,9 +10280,9 @@ } }, "node_modules/sonic-boom": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.7.0.tgz", - "integrity": "sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.8.0.tgz", + "integrity": "sha512-ybz6OYOUjoQQCQ/i4LU8kaToD8ACtYP+Cj5qd2AO36bwbdewxWJ3ArmJ2cr6AvxlL2o0PqnCcPGUgkILbfkaCA==", "dependencies": { "atomic-sleep": "^1.0.0" }