diff --git a/package-lock.json b/package-lock.json index eb60d064..db9495b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/bytes": "^3.1.5", "@types/expand-tilde": "^2.0.0", "@types/fs-extra": "^11.0.4", - "@types/lodash": "^4.14.186", + "@types/lodash": "^4.17.25", "@types/node": "20.x", "@types/path-exists": "^4.0.2", "@types/react": "^19.2.18", @@ -720,9 +720,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.24", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", - "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", + "version": "4.17.25", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.25.tgz", + "integrity": "sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 20f1f8ef..d82bf832 100644 --- a/package.json +++ b/package.json @@ -344,7 +344,7 @@ "@types/bytes": "^3.1.5", "@types/expand-tilde": "^2.0.0", "@types/fs-extra": "^11.0.4", - "@types/lodash": "^4.14.186", + "@types/lodash": "^4.17.25", "@types/node": "20.x", "@types/path-exists": "^4.0.2", "@types/react": "^19.2.18",