From 75aae72757671dd21656e0e154be5bbffe669c59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 18:52:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FINDMYWAY-8055229 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5073f2e11a0..2d7dc183723 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "@fastify/fast-json-stringify-compiler": "^4.0.0", "abstract-logging": "^2.0.1", "avvio": "^8.1.3", - "find-my-way": "^7.0.0", + "find-my-way": "^8.2.2", "light-my-request": "^5.0.0", "pino": "^8.0.0", "process-warning": "^2.0.0",