From db15cab4d48def841d34284f29fb8e552e4c3c6e Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:50:01 +0000 Subject: [PATCH] Update dependency @types/lodash to v4.17.4 Update @types/lodash from 4.17.3 to 4.17.4 Change-type: patch --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",