From 3f06d75a1caeb8639d4db8ce48b48dabd8ab208d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 18:40:36 +0300 Subject: [PATCH] ci(deps): bump bahmutov/npm-install from 1.11.0 to 1.11.1 (#4474) Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/bahmutov/npm-install/releases) - [Commits](https://github.com/bahmutov/npm-install/compare/e5fe105da2400070b5345aeb71fcb1ef5d4b2d1f...4488656f8e90d3c85e3a964db0018dd624f340e7) --- updated-dependencies: - dependency-name: bahmutov/npm-install dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr --- backend/.github/workflows/preview-theme.yml | 2 +- backend/.github/workflows/stale-theme-pr-closer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/.github/workflows/preview-theme.yml b/backend/.github/workflows/preview-theme.yml index 10e91c9c..6db3aeea 100644 --- a/backend/.github/workflows/preview-theme.yml +++ b/backend/.github/workflows/preview-theme.yml @@ -39,7 +39,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - - uses: bahmutov/npm-install@e5fe105da2400070b5345aeb71fcb1ef5d4b2d1f # v1.11.0 + - uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1 with: useLockFile: false diff --git a/backend/.github/workflows/stale-theme-pr-closer.yml b/backend/.github/workflows/stale-theme-pr-closer.yml index c416cd63..81c8ee22 100644 --- a/backend/.github/workflows/stale-theme-pr-closer.yml +++ b/backend/.github/workflows/stale-theme-pr-closer.yml @@ -45,7 +45,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - - uses: bahmutov/npm-install@e5fe105da2400070b5345aeb71fcb1ef5d4b2d1f # v1.11.0 + - uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1 with: useLockFile: false