From 1461d0ef0b348e674fd24e6f702d536152a482bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 08:29:49 +0000 Subject: [PATCH] fix: upgrade fast-uri from 2.2.0 to 2.4.0 Snyk has created this PR to upgrade fast-uri from 2.2.0 to 2.4.0. See this package in npm: fast-uri See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/0ebbe13e-a0e4-423e-a630-ad315a982ed6?utm_source=github&utm_medium=referral&page=upgrade-pr --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 6bb52c07a3d0d4..199cac6203f75f 100644 --- a/api/package.json +++ b/api/package.json @@ -16,7 +16,7 @@ "ajv-formats": "^2.1.1", "bad-words": "3.0.4", "connect-mongo": "4.6.0", - "fast-uri": "2.2.0", + "fast-uri": "2.4.0", "fastify": "4.19.2", "fastify-auth0-verify": "^1.0.0", "fastify-plugin": "^4.3.0",