From 4b5e597be4f373a040642f317ac8b03e4d3d3775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:51:55 +0300 Subject: [PATCH] ci(deps): bump bahmutov/npm-install from 1.10.10 to 1.11.0 (#4457) Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install) from 1.10.10 to 1.11.0. - [Release notes](https://github.com/bahmutov/npm-install/releases) - [Commits](https://github.com/bahmutov/npm-install/compare/3714964fb879ebbbc108e167f0f3a0c81ec075c9...e5fe105da2400070b5345aeb71fcb1ef5d4b2d1f) --- updated-dependencies: - dependency-name: bahmutov/npm-install dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6cea283c..10e91c9c 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@3714964fb879ebbbc108e167f0f3a0c81ec075c9 # v1.10.10 + - uses: bahmutov/npm-install@e5fe105da2400070b5345aeb71fcb1ef5d4b2d1f # v1.11.0 with: useLockFile: false diff --git a/backend/.github/workflows/stale-theme-pr-closer.yml b/backend/.github/workflows/stale-theme-pr-closer.yml index f9e55079..c416cd63 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@3714964fb879ebbbc108e167f0f3a0c81ec075c9 # v1.10.10 + - uses: bahmutov/npm-install@e5fe105da2400070b5345aeb71fcb1ef5d4b2d1f # v1.11.0 with: useLockFile: false