From 90deabe459854f4cbda9713b9a5b9f94147fd36c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 20 Oct 2023 11:36:55 +0000 Subject: [PATCH] chore(deps): update dependency qs to 6.11.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2326be5..81ac1c1 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/graphql": "14.x", "@types/jest": "23.x", "@types/node": "10.x", - "@types/qs": "6.5.x", + "@types/qs": "6.9.x", "browserify": "16.2.x", "bundlesize": "0.17.x", "camelcase": "5.0.x", @@ -71,7 +71,7 @@ "lodash": "4.17.x", "pre-commit": "1.2.x", "prettier": "1.15.x", - "qs": "6.6.x", + "qs": "6.11.x", "rimraf": "2.6.x", "rollup": "0.67.x", "rollup-plugin-local-resolve": "1.0.x",