From 18f65902a71ad1ccc8db76e160f98fea613d8241 Mon Sep 17 00:00:00 2001 From: Olivier Biot Date: Tue, 11 Oct 2022 13:42:00 +0800 Subject: [PATCH] last npm dependency update before release ! --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2de298020..e1795b9a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "^8.25.0", "expect": "^29.1.2", "expect-mocha-image-snapshot": "^2.0.14", - "fastify": "^4.7.0", + "fastify": "^4.8.1", "mocha": "^10.0.0", "npm-self-link": "^1.1.7", "puppeteer": "^18.2.1", @@ -6058,9 +6058,9 @@ "dev": true }, "node_modules/fastify": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.7.0.tgz", - "integrity": "sha512-FK3WT6arZOd2Fm696vIn90DOFr1f8QZbFcvUzYRPJTBV0pzm1xN8Y3n9yegtv1ajAxpdTwuLhB10Wwb/ptMRqQ==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.8.1.tgz", + "integrity": "sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA==", "dev": true, "dependencies": { "@fastify/ajv-compiler": "^3.3.1", @@ -6068,7 +6068,7 @@ "@fastify/fast-json-stringify-compiler": "^4.1.0", "abstract-logging": "^2.0.1", "avvio": "^8.2.0", - "find-my-way": "^7.2.0", + "find-my-way": "^7.3.0", "light-my-request": "^5.6.1", "pino": "^8.5.0", "process-warning": "^2.0.0", @@ -6171,9 +6171,9 @@ "dev": true }, "node_modules/find-my-way": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.2.1.tgz", - "integrity": "sha512-OnV0iCd2PnYzC+K4qH8P4WkapYpLJrtdPBBwJqqBawNyEeT2EkGDPcGTEISWkKUW7q5ReOF5aQi8HizjqLOP+w==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.3.1.tgz", + "integrity": "sha512-kGvM08SOkqvheLcuQ8GW9t/H901Qb9rZEbcNWbXopzy4jDRoaJpJoObPSKf4MnQLZ20ZTp7rL5MpF6rf+pqmyg==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.3", @@ -19865,9 +19865,9 @@ "dev": true }, "fastify": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.7.0.tgz", - "integrity": "sha512-FK3WT6arZOd2Fm696vIn90DOFr1f8QZbFcvUzYRPJTBV0pzm1xN8Y3n9yegtv1ajAxpdTwuLhB10Wwb/ptMRqQ==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.8.1.tgz", + "integrity": "sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA==", "dev": true, "requires": { "@fastify/ajv-compiler": "^3.3.1", @@ -19875,7 +19875,7 @@ "@fastify/fast-json-stringify-compiler": "^4.1.0", "abstract-logging": "^2.0.1", "avvio": "^8.2.0", - "find-my-way": "^7.2.0", + "find-my-way": "^7.3.0", "light-my-request": "^5.6.1", "pino": "^8.5.0", "process-warning": "^2.0.0", @@ -19965,9 +19965,9 @@ "dev": true }, "find-my-way": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.2.1.tgz", - "integrity": "sha512-OnV0iCd2PnYzC+K4qH8P4WkapYpLJrtdPBBwJqqBawNyEeT2EkGDPcGTEISWkKUW7q5ReOF5aQi8HizjqLOP+w==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.3.1.tgz", + "integrity": "sha512-kGvM08SOkqvheLcuQ8GW9t/H901Qb9rZEbcNWbXopzy4jDRoaJpJoObPSKf4MnQLZ20ZTp7rL5MpF6rf+pqmyg==", "dev": true, "requires": { "fast-deep-equal": "^3.1.3", diff --git a/package.json b/package.json index 1c2b5e1bf4..25ebb3a03d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint": "^8.25.0", "expect": "^29.1.2", "expect-mocha-image-snapshot": "^2.0.14", - "fastify": "^4.7.0", + "fastify": "^4.8.1", "mocha": "^10.0.0", "npm-self-link": "^1.1.7", "puppeteer": "^18.2.1",