diff --git a/package-lock.json b/package-lock.json index c0601375..26784fbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@types/jest": "29.5.4", "@types/node": "20.5.7", "@types/node-fetch": "2.6.4", - "@types/qs": "6.9.7", + "@types/qs": "6.9.8", "@typescript-eslint/eslint-plugin": "6.5.0", "@typescript-eslint/parser": "6.5.0", "abort-controller": "3.0.0", @@ -5097,9 +5097,9 @@ } }, "node_modules/@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==", + "version": "6.9.8", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.8.tgz", + "integrity": "sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==", "dev": true }, "node_modules/@types/range-parser": { diff --git a/package.json b/package.json index 14e1efb7..31912788 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@types/jest": "29.5.4", "@types/node": "20.5.7", "@types/node-fetch": "2.6.4", - "@types/qs": "6.9.7", + "@types/qs": "6.9.8", "@typescript-eslint/eslint-plugin": "6.5.0", "@typescript-eslint/parser": "6.5.0", "abort-controller": "3.0.0",