From 74e44d06ac298c906472b29d512088ef04812568 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Mon, 23 Sep 2024 15:08:23 -0400 Subject: [PATCH] build: update @types/lodash to 4.17.9 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee9e4adde..112efc1d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "@testing-library/react": "^16.0.1", "@types/jest": "^29.5.13", "@types/js-cookie": "^3.0.6", - "@types/lodash": "^4.17.8", + "@types/lodash": "^4.17.9", "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@typescript-eslint/parser": "^8.6.0", @@ -8219,9 +8219,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.8", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.8.tgz", - "integrity": "sha512-4FqegKZALpA1NvUMkVbA033lzR9wQh7GcSj458jv+SU9VKhbNEV/n+N9r6nshwB+SHUH8M7PCPQLS3nWZTl3nQ==", + "version": "4.17.9", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz", + "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index a46b01d51..633a3e821 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@testing-library/react": "^16.0.1", "@types/jest": "^29.5.13", "@types/js-cookie": "^3.0.6", - "@types/lodash": "^4.17.8", + "@types/lodash": "^4.17.9", "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "@typescript-eslint/parser": "^8.6.0",