From c3f82de8b8faa46db8feb1267c8f983823376c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:41:57 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /example-apps/onedrive Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example-apps/onedrive/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-apps/onedrive/package.json b/example-apps/onedrive/package.json index 3631a4442..796954b0f 100644 --- a/example-apps/onedrive/package.json +++ b/example-apps/onedrive/package.json @@ -20,7 +20,7 @@ "dependencies": { "async": "2.4.1", "content-disposition": "0.5.2", - "lodash": "4.17.11", + "lodash": "4.17.21", "node-fetch": "1.7.1", "zapier-platform-core": "16.3.0" },