diff --git a/package-lock.json b/package-lock.json index ff141b0f..d5654546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.17.24", "@types/lru-cache": "^7.10.10", "@types/mocha": "^9.1.1", "@types/node": "^16.18.13", @@ -465,10 +465,11 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.14.196", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.196.tgz", - "integrity": "sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ==", - "dev": true + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/lru-cache": { "version": "7.10.10", diff --git a/package.json b/package.json index 3df9e8b4..598d6473 100644 --- a/package.json +++ b/package.json @@ -554,7 +554,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", - "@types/lodash": "^4.14.191", + "@types/lodash": "^4.17.24", "@types/lru-cache": "^7.10.10", "@types/mocha": "^9.1.1", "@types/node": "^16.18.13",