From e924dbb893941108a15e6d65e8e7a4798681da2e Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 30 Mar 2023 03:01:02 +0800 Subject: [PATCH] fix: upgrade fastify from 4.13.0 to 4.14.0 (#205) Snyk has created this PR to upgrade fastify from 4.13.0 to 4.14.0. See this package in npm: https://www.npmjs.com/package/fastify See this project in Snyk: https://app.snyk.io/org/nodeshift-agg/project/53f94480-e7ae-41d2-985c-270fae345664?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 43 ++++++++++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 27 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 518ac7c..552c846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "cloudevents": "^6.0.4", "commander": "^10.0.0", "death": "^1.1.0", - "fastify": "^4.13.0", + "fastify": "^4.14.0", "js-yaml": "^4.1.0", "node-os-utils": "^1.3.7", "overload-protection": "^1.2.3", @@ -490,8 +490,9 @@ } }, "node_modules/@fastify/ajv-compiler": { - "version": "3.4.0", - "license": "MIT", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.5.0.tgz", + "integrity": "sha512-ebbEtlI7dxXF5ziNdr05mOY8NnDiPB1XvAlLHctRt/Rc+C3LCOVW5imUVX+mhvUhnNzmPBHewUkOFgGlCxgdAA==", "dependencies": { "ajv": "^8.11.0", "ajv-formats": "^2.1.1", @@ -499,8 +500,9 @@ } }, "node_modules/@fastify/ajv-compiler/node_modules/ajv": { - "version": "8.11.0", - "license": "MIT", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -514,7 +516,8 @@ }, "node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@fastify/deepmerge": { "version": "1.1.0", @@ -2324,11 +2327,11 @@ "license": "MIT" }, "node_modules/fastify": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.13.0.tgz", - "integrity": "sha512-p9ibdFWH3pZ7KPgmfHPKGUy2W4EWU2TEpwlcu58w4CwGyU3ARFfh2kwq6zpZ5W2ZGVbufi4tZbqHIHAlX/9Z/A==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.14.0.tgz", + "integrity": "sha512-oJSHlM/XbGdJpe2MKMJBsrvrkPDrHDZlAB9qzuUJIpnBtpDE394bzdFsH4KnsUI1e8zxzFl+GNBEXC64N/IPuw==", "dependencies": { - "@fastify/ajv-compiler": "^3.3.1", + "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.0.0", "@fastify/fast-json-stringify-compiler": "^4.1.0", "abstract-logging": "^2.0.1", @@ -5547,7 +5550,9 @@ "dev": true }, "@fastify/ajv-compiler": { - "version": "3.4.0", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.5.0.tgz", + "integrity": "sha512-ebbEtlI7dxXF5ziNdr05mOY8NnDiPB1XvAlLHctRt/Rc+C3LCOVW5imUVX+mhvUhnNzmPBHewUkOFgGlCxgdAA==", "requires": { "ajv": "^8.11.0", "ajv-formats": "^2.1.1", @@ -5555,7 +5560,9 @@ }, "dependencies": { "ajv": { - "version": "8.11.0", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -5564,7 +5571,9 @@ } }, "json-schema-traverse": { - "version": "1.0.0" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" } } }, @@ -6714,11 +6723,11 @@ "version": "2.1.0" }, "fastify": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.13.0.tgz", - "integrity": "sha512-p9ibdFWH3pZ7KPgmfHPKGUy2W4EWU2TEpwlcu58w4CwGyU3ARFfh2kwq6zpZ5W2ZGVbufi4tZbqHIHAlX/9Z/A==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.14.0.tgz", + "integrity": "sha512-oJSHlM/XbGdJpe2MKMJBsrvrkPDrHDZlAB9qzuUJIpnBtpDE394bzdFsH4KnsUI1e8zxzFl+GNBEXC64N/IPuw==", "requires": { - "@fastify/ajv-compiler": "^3.3.1", + "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.0.0", "@fastify/fast-json-stringify-compiler": "^4.1.0", "abstract-logging": "^2.0.1", diff --git a/package.json b/package.json index a6310e8..944760e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "cloudevents": "^6.0.4", "commander": "^10.0.0", "death": "^1.1.0", - "fastify": "^4.13.0", + "fastify": "^4.14.0", "js-yaml": "^4.1.0", "node-os-utils": "^1.3.7", "overload-protection": "^1.2.3",