diff --git a/package-lock.json b/package-lock.json index 6c0f18c0..a48a6b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@babel/plugin-transform-regenerator": "7.25.7", "@babel/preset-env": "7.25.8", "@types/chai": "4.3.20", - "@types/lodash": "4.17.10", + "@types/lodash": "4.17.11", "@types/minimist": "1.2.5", "@types/mocha": "10.0.9", "@types/sinon": "17.0.3", @@ -2137,9 +2137,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-jzqWo/uQP/iqeGGTjhgFp2yaCrCYTauASQcpdzESNCkHjSprBJVcZP9KG9aQ0q+xcsXiKd/iuw/4dLjS3Odc7Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 01ed13e6..21aa9b99 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@babel/plugin-transform-regenerator": "7.25.7", "@babel/preset-env": "7.25.8", "@types/chai": "4.3.20", - "@types/lodash": "4.17.10", + "@types/lodash": "4.17.11", "@types/minimist": "1.2.5", "@types/mocha": "10.0.9", "@types/sinon": "17.0.3",