From d02ad3c5d578e3c9aa5e1ffbf6fcc853e32503c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jul 2024 05:18:02 +0000 Subject: [PATCH] fix: upgrade qs from 6.9.6 to 6.12.2 Snyk has created this PR to upgrade qs from 6.9.6 to 6.12.2. See this package in npm: qs See this project in Snyk: https://app.snyk.io/org/mikael.x.wallin/project/568e3aee-712c-4af8-88f9-e7e7979dea71?utm_source=github&utm_medium=referral&page=upgrade-pr --- node_modules/body-parser/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/body-parser/package.json b/node_modules/body-parser/package.json index 374138e..3fc41b4 100644 --- a/node_modules/body-parser/package.json +++ b/node_modules/body-parser/package.json @@ -16,7 +16,7 @@ "http-errors": "1.8.1", "iconv-lite": "0.4.24", "on-finished": "~2.3.0", - "qs": "6.9.6", + "qs": "6.12.2", "raw-body": "2.4.2", "type-is": "~1.6.18" },