From f726866515963aea9fd2eef0eaa202b1c2f41ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:18:01 +0000 Subject: [PATCH] Bump @types/lodash.debounce from 4.0.7 to 4.0.9 Bumps [@types/lodash.debounce](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.debounce) from 4.0.7 to 4.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.debounce) --- updated-dependencies: - dependency-name: "@types/lodash.debounce" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bbe0b888d..a156b8b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@parcel/utils": "^2.9.3", "@testing-library/react": "^14.0.0", "@types/amplitude-js": "^8.16.3", - "@types/lodash.debounce": "^4.0.6", + "@types/lodash.debounce": "^4.0.9", "@types/lodash.isequal": "^4.5.6", "@types/react": "^18.2.28", "@types/react-router-dom": "^5.3.3", @@ -12160,9 +12160,9 @@ "dev": true }, "node_modules/@types/lodash.debounce": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.7.tgz", - "integrity": "sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.9.tgz", + "integrity": "sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==", "dev": true, "dependencies": { "@types/lodash": "*" @@ -29217,9 +29217,9 @@ "dev": true }, "@types/lodash.debounce": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.7.tgz", - "integrity": "sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.9.tgz", + "integrity": "sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==", "dev": true, "requires": { "@types/lodash": "*" diff --git a/package.json b/package.json index 267772434..f513c9054 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@parcel/utils": "^2.9.3", "@testing-library/react": "^14.0.0", "@types/amplitude-js": "^8.16.3", - "@types/lodash.debounce": "^4.0.6", + "@types/lodash.debounce": "^4.0.9", "@types/lodash.isequal": "^4.5.6", "@types/react": "^18.2.28", "@types/react-router-dom": "^5.3.3",