diff --git a/package-lock.json b/package-lock.json index 101005fc2..5528a9aa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -833,13 +833,6 @@ "integrity": "sha512-PNs5wHaNcBgCQG5nAeeZ7OvosrEsI9O4W2jAOO9BCCg4ux9ZZvH2+0iSCOIDBiKuQsiNS8CBlmfX9f5YBQ22cA==", "requires": { "@types/node": "*" - }, - "dependencies": { - "@types/node": { - "version": "16.11.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz", - "integrity": "sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==" - } } }, "@types/uuid": { @@ -4215,11 +4208,11 @@ } }, "query-validation": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/query-validation/-/query-validation-0.2.1.tgz", - "integrity": "sha512-nHxmsmC9Lq5b2W+Da4JJ2FtZYdP9k2JYVtOiLVngoA+NY3M/n6LOfercTNQlT9PL8Ag9AfcGbnQ8fDkAHIhKiw==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/query-validation/-/query-validation-0.3.1.tgz", + "integrity": "sha512-wJ3Lam2zJcZT3A9YfF6gb2k+10ct8MujLYK8/3yGSomMpALpceV7LjB/aK3qmPy+kXwbK/FQHK4UoCmkmwLI6w==", "requires": { - "@types/express": "^4.17.10", + "@types/express": "^4.17.13", "@types/type-is": "^1.6.3", "type-is": "^1.6.18" } diff --git a/package.json b/package.json index 82b2d4ac6..61c24296f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "nodemailer": "^6.7.2", "q": "^1.5.0", "qs": "^6.10.2", - "query-validation": "^0.2.1", + "query-validation": "^0.3.1", "seedrandom": "^3.0.0", "sockaddr": "^1.0.1", "sqlite3": "5.0.2",