diff --git a/package-lock.json b/package-lock.json index a47d3929c..8522a1893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@subsquid/substrate-typegen": "^8.0.2", "@subsquid/typeorm-codegen": "^2.0.1", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.4", + "@types/lodash": "^4.17.5", "@types/mime-types": "^2.1.4", "@types/node": "^20.11.16", "@typescript-eslint/eslint-plugin": "^7.0.0", @@ -4728,9 +4728,9 @@ "peer": true }, "node_modules/@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==" + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==" }, "node_modules/@types/long": { "version": "4.0.2", diff --git a/package.json b/package.json index e27d92c9d..039e844d5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@subsquid/substrate-typegen": "^8.0.2", "@subsquid/typeorm-codegen": "^2.0.1", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.4", + "@types/lodash": "^4.17.5", "@types/mime-types": "^2.1.4", "@types/node": "^20.11.16", "@typescript-eslint/eslint-plugin": "^7.0.0",