From 3c4c8e89821e3264d54ffb324a7bcf05070ca385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 04:02:52 +0000 Subject: [PATCH] Bump lodash Bumps the npm_and_yarn group with 1 update in the /examples/npm-native/src directory: [lodash](https://github.com/lodash/lodash). Updates `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-version: 4.17.21 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/npm-native/src/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/npm-native/src/package.json b/examples/npm-native/src/package.json index d30d517..ecc0b19 100644 --- a/examples/npm-native/src/package.json +++ b/examples/npm-native/src/package.json @@ -63,16 +63,16 @@ ], "homepage": "https://github.com/cloudsmith-io/cloudsmith-examples#readme", "dependencies": { - "lodash": "^4.17.11" + "lodash": "^4.17.21" }, "optionalDependencies": { - "lodash": "4.17.11" + "lodash": "4.17.21" }, "devDependencies": { - "lodash": ">=0.6.0" + "lodash": ">=4.17.21" }, "peerDependencies": { - "lodash": ">=0.6.0" + "lodash": ">=4.17.21" }, "bundledDependencies": [ "lodash"