From 9448caea578523cc8982f511256fc2aba467977b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Feb 2022 00:47:29 +0000 Subject: [PATCH] fix: upgrade debounce from 1.2.0 to 1.2.1 Snyk has created this PR to upgrade debounce from 1.2.0 to 1.2.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/bspeckien-clabs/project/ecf5f07e-e4cb-4e69-ae59-a39d18353e8c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 02368fc7..c33dad72 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "connect-slashes": "^1.4.0", "contentful": "^9.1.3", "core-js": "^3.20.0", - "debounce": "^1.2.0", + "debounce": "^1.2.1", "eslint-plugin-react-hooks": "^4.3.0", "express": "^4.17.1", "express-enforces-ssl": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index a27338c1..55b4324b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3206,10 +3206,10 @@ data-urls@^2.0.0: whatwg-mimetype "^2.3.0" whatwg-url "^8.0.0" -debounce@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.0.tgz#44a540abc0ea9943018dc0eaa95cce87f65cd131" - integrity sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg== +debounce@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5" + integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug== debug@2.6.9, debug@^2.6.6: version "2.6.9"