diff --git a/package-lock.json b/package-lock.json index cd507b443..54cdc7b0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26143,9 +26143,9 @@ } }, "react-shadow": { - "version": "18.2.4", - "resolved": "https://registry.npmjs.org/react-shadow/-/react-shadow-18.2.4.tgz", - "integrity": "sha512-TCih0l8IR0wEHf/ytjXXB2o3FcaBxjfjUSHYhPQ3kOV1n+sh2TgpwtVIkYzZidKhpRo17XQP74UsNUgR01RLBw==", + "version": "18.2.5", + "resolved": "https://registry.npmjs.org/react-shadow/-/react-shadow-18.2.5.tgz", + "integrity": "sha512-dSw+UgvVLoTjwdqy0codjdxocCOEPl63LjerrIlCxVRmHd2jaC3VofO4BhevrSHwA3ObXoks6HqZ/9PwTaULWA==", "requires": { "humps": "^2.0.1", "react-use": "^14.2.0" @@ -29272,9 +29272,9 @@ "dev": true }, "throttle-debounce": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.2.1.tgz", - "integrity": "sha512-i9hAVld1f+woAiyNGqWelpDD5W1tpMroL3NofTz9xzwq6acWBlO2dC8k5EFSZepU6oOINtV5Q3aSPoRg7o4+fA==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz", + "integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index 4e9a305d7..1a6460234 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-live": "^2.2.2", "react-markdown": "^4.3.1", "react-middle-ellipsis": "^1.1.0", - "react-shadow": "^18.2.4", + "react-shadow": "^18.2.5", "react-simple-code-editor": "^0.11.0", "use-dark-mode": "^2.3.1" },