diff --git a/package-lock.json b/package-lock.json index 6265134c..57291d0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.0", "license": "ISC", "dependencies": { - "@sinclair/typebox": "^0.31.18", + "@sinclair/typebox": "^0.32.0", "@types/aws-lambda": "^8.10.76", "@types/node": "^12.12.62", "@types/qs": "^6.9.6", @@ -884,9 +884,9 @@ } }, "node_modules/@sinclair/typebox": { - "version": "0.31.28", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.31.28.tgz", - "integrity": "sha512-/s55Jujywdw/Jpan+vsy6JZs1z2ZTGxTmbZTPiuSL2wz9mfzA2gN1zzaqmvfi4pq+uOt7Du85fkiwv5ymW84aQ==" + "version": "0.32.5", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.32.5.tgz", + "integrity": "sha512-0M6FyxZwIEu/Ly6W+l7iYqiZQYJ8khLOJGzg+cxivNKRKqk9hctcuDC0UYI7B9vNgycExA8w40m4M3yDKW37RA==" }, "node_modules/@sindresorhus/is": { "version": "4.6.0", diff --git a/package.json b/package.json index ee06b6b1..1895ddf9 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "typescript": "^5.3.3" }, "dependencies": { - "@sinclair/typebox": "^0.31.18", + "@sinclair/typebox": "^0.32.0", "@types/aws-lambda": "^8.10.76", "@types/node": "^12.12.62", "@types/qs": "^6.9.6",