diff --git a/package-lock.json b/package-lock.json index b57fae0..103ba38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "cloudevents": "^7.0.1", "commander": "^11.0.0", "death": "^1.1.0", - "fastify": "^4.18.0", + "fastify": "^4.19.0", "fastify-raw-body": "^4.2.0", "js-yaml": "^4.1.0", "node-os-utils": "^1.3.7", @@ -2789,9 +2789,9 @@ "license": "MIT" }, "node_modules/fastify": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.18.0.tgz", - "integrity": "sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.0.tgz", + "integrity": "sha512-Fb7w46k3kum/V+OMiw2/LN1lo2xqhJqwTsv+LGie5n7YNdA9bmDUntXfcec9rG6VRDXIBfPf5xmFv2wooBdxzg==", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", @@ -8195,9 +8195,9 @@ "version": "2.1.0" }, "fastify": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.18.0.tgz", - "integrity": "sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.19.0.tgz", + "integrity": "sha512-Fb7w46k3kum/V+OMiw2/LN1lo2xqhJqwTsv+LGie5n7YNdA9bmDUntXfcec9rG6VRDXIBfPf5xmFv2wooBdxzg==", "requires": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", diff --git a/package.json b/package.json index 42e751a..7b7a884 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "cloudevents": "^7.0.1", "commander": "^11.0.0", "death": "^1.1.0", - "fastify": "^4.18.0", + "fastify": "^4.19.0", "fastify-raw-body": "^4.2.0", "js-yaml": "^4.1.0", "node-os-utils": "^1.3.7",