From b1bdae62914ca03af2f969dc9ba91a03229d8ab3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Aug 2020 04:52:13 +0000 Subject: [PATCH] fix: upgrade react-shadow from 18.2.4 to 18.2.5 Snyk has created this PR to upgrade react-shadow from 18.2.4 to 18.2.5. See this package in npm: https://www.npmjs.com/package/react-shadow See this project in Snyk: https://app.snyk.io/org/github-newrelic/project/868cac7a-942a-4cb5-a87b-05381c8ca7ec?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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" },