diff --git a/Website/package-lock.json b/Website/package-lock.json index 6fb69a42..327d46aa 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -51,7 +51,7 @@ "react-syntax-highlighter": "^15.5.0", "react-zoom-pan-pinch": "^3.3.0", "underscore": "^1.13.6", - "usehooks-ts": "^2.14.0", + "usehooks-ts": "^3.1.0", "yaml": "^2.3.4" }, "devDependencies": { @@ -10263,9 +10263,9 @@ } }, "node_modules/usehooks-ts": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-2.14.0.tgz", - "integrity": "sha512-jnhrjTRJoJS7cFxz63tRYc5mzTKf/h+Ii8P0PDHymT9qDe4ZA2/gzDRmDR4WGausg5X8wMIdghwi3BBCN9JKow==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz", + "integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==", "dependencies": { "lodash.debounce": "^4.0.8" }, diff --git a/Website/package.json b/Website/package.json index 07e64180..90124f6c 100644 --- a/Website/package.json +++ b/Website/package.json @@ -109,7 +109,7 @@ "react-syntax-highlighter": "^15.5.0", "react-zoom-pan-pinch": "^3.3.0", "underscore": "^1.13.6", - "usehooks-ts": "^2.14.0", + "usehooks-ts": "^3.1.0", "yaml": "^2.3.4" }, "devDependencies": {