diff --git a/package-lock.json b/package-lock.json index 7cc9cd49..0821c2b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@balena/lint": "8.0.2", - "@types/lodash": "4.17.3", + "@types/lodash": "4.17.4", "@types/node": "^20.6.0", "@types/request-promise": "4.1.51", "husky": "^9.0.0", @@ -657,9 +657,9 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.3", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.3.tgz", - "integrity": "sha512-zmNrEJaBvNskZXQWaUQq6bktF4IDGVfDS78M+YEk5aCn9M/b94/mB/6WCyfH2/MjwBdc6QuOor95CIlKWYRL3A==", + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", "license": "MIT" }, "node_modules/@types/minimatch": { diff --git a/package.json b/package.json index aa684a87..5598a7df 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@balena/lint": "8.0.2", - "@types/lodash": "4.17.3", + "@types/lodash": "4.17.4", "@types/node": "^20.6.0", "@types/request-promise": "4.1.51", "husky": "^9.0.0",