From d81f429b62183bd3e74cd913f611a919b90280ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 04:02:39 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /examples/npm-cli/src directory: [lodash](https://github.com/lodash/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) 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 - dependency-name: lodash dependency-version: 4.17.21 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/npm-cli/src/package.json | 8 ++++---- examples/npm-native/src/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/npm-cli/src/package.json b/examples/npm-cli/src/package.json index 79e01ff..4591695 100644 --- a/examples/npm-cli/src/package.json +++ b/examples/npm-cli/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" 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"