diff --git a/package-lock.json b/package-lock.json index 6328ea34e..8e4adcb40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@supabase/supabase-js": "^2.108.0", "@tanstack/react-query": "^5.101.0", "@types/dompurify": "^3.2.0", - "@types/lodash": "^4.17.20", + "@types/lodash": "^4.17.24", "@types/mdx": "^2.0.13", "@upstash/ratelimit": "^2.0.7", "@upstash/redis": "^1.36.0", @@ -6490,9 +6490,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==", + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", "license": "MIT" }, "node_modules/@types/mdast": { diff --git a/package.json b/package.json index d08362122..2a062d9df 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@supabase/supabase-js": "^2.108.0", "@tanstack/react-query": "^5.101.0", "@types/dompurify": "^3.2.0", - "@types/lodash": "^4.17.20", + "@types/lodash": "^4.17.24", "@types/mdx": "^2.0.13", "@upstash/ratelimit": "^2.0.7", "@upstash/redis": "^1.36.0",