diff --git a/package-lock.json b/package-lock.json index 79003bb43..6e1fefbd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "passport": "^0.5.2", "passport-oauth2": "^1.8.0", "pino": "^6.13.3", - "qs": "^6.12.0", + "qs": "^6.13.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^9.0.1", @@ -78,7 +78,7 @@ "@types/passport": "^1.0.7", "@types/passport-oauth2": "^1.4.15", "@types/pino": "^6.3.12", - "@types/qs": "^6.9.14", + "@types/qs": "^6.9.16", "@types/react": "^18.2.73", "@types/react-dom": "^18.2.22", "@types/route-parser": "^0.1.7", @@ -3255,9 +3255,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/qs": { - "version": "6.9.14", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.14.tgz", - "integrity": "sha512-5khscbd3SwWMhFqylJBLQ0zIu7c1K6Vz0uBIt915BI3zV0q1nfjRQD3RqSBcPaO6PHEF4ov/t9y89fSiyThlPA==", + "version": "6.9.16", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", + "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==", "dev": true }, "node_modules/@types/range-parser": { @@ -13259,9 +13259,9 @@ } }, "node_modules/qs": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.0.tgz", - "integrity": "sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dependencies": { "side-channel": "^1.0.6" }, diff --git a/package.json b/package.json index deba60cd4..d163b134b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/passport": "^1.0.7", "@types/passport-oauth2": "^1.4.15", "@types/pino": "^6.3.12", - "@types/qs": "^6.9.14", + "@types/qs": "^6.9.16", "@types/react": "^18.2.73", "@types/react-dom": "^18.2.22", "@types/route-parser": "^0.1.7", @@ -132,7 +132,7 @@ "passport": "^0.5.2", "passport-oauth2": "^1.8.0", "pino": "^6.13.3", - "qs": "^6.12.0", + "qs": "^6.13.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^9.0.1",