diff --git a/package-lock.json b/package-lock.json index 774adf45..0d9626e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "desm": "^1.3.0", "env-schema": "^5.0.0", "fastify": "^4.6.0", - "fastify-cli": "^5.4.1", + "fastify-cli": "^5.4.2", "fastify-plugin": "^4.2.1", "fluent-json-schema": "^3.1.0", "http-errors": "^2.0.0", @@ -4380,9 +4380,9 @@ } }, "node_modules/fastify-cli": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/fastify-cli/-/fastify-cli-5.4.1.tgz", - "integrity": "sha512-yEgpZZmDgkHak4bl/0Ftsh+QlaTr2MlH1qg/8jkcHghsaSbs4+WTo5V4EB1M6wKnkfYCVr7RAsAovnJMUN+sIg==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/fastify-cli/-/fastify-cli-5.4.2.tgz", + "integrity": "sha512-VVHCtrh0eN5QW5Ey/Gv99fa737IuBlmbGGKOKr4RfeJ+AC1jqE6zJhJJIoVjKNymAoKQLw4Ip+dJooH+CLsqZA==", "dependencies": { "chalk": "^4.1.2", "chokidar": "^3.5.2", @@ -14556,9 +14556,9 @@ } }, "fastify-cli": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/fastify-cli/-/fastify-cli-5.4.1.tgz", - "integrity": "sha512-yEgpZZmDgkHak4bl/0Ftsh+QlaTr2MlH1qg/8jkcHghsaSbs4+WTo5V4EB1M6wKnkfYCVr7RAsAovnJMUN+sIg==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/fastify-cli/-/fastify-cli-5.4.2.tgz", + "integrity": "sha512-VVHCtrh0eN5QW5Ey/Gv99fa737IuBlmbGGKOKr4RfeJ+AC1jqE6zJhJJIoVjKNymAoKQLw4Ip+dJooH+CLsqZA==", "requires": { "chalk": "^4.1.2", "chokidar": "^3.5.2", diff --git a/package.json b/package.json index 0cefbc83..aa2ee9b6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "desm": "^1.3.0", "env-schema": "^5.0.0", "fastify": "^4.6.0", - "fastify-cli": "^5.4.1", + "fastify-cli": "^5.4.2", "fastify-plugin": "^4.2.1", "fluent-json-schema": "^3.1.0", "http-errors": "^2.0.0",