From 4a13ff9933c3ef7f29a8429fa692353ddbc1f4cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:59:08 +0000 Subject: [PATCH] chore(deps): update many non-major --- .functions/package.json | 2 +- .github/workflows/build-and-deploy.yml | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.functions/package.json b/.functions/package.json index d247676..c646ca4 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -8,7 +8,7 @@ "main": "index.js", "dependencies": { "@ecomplus/storefront-renderer": "^2.8.20", - "firebase-admin": "^11.4.1", + "firebase-admin": "^11.11.0", "firebase-functions": "^3.24.1" }, "scripts": { diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index b55aeb7..eae3b0f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -68,7 +68,7 @@ jobs: run: npm ci --only=production - name: Check last changed files - uses: lots0logs/gh-action-get-changed-files@2.1.4 + uses: lots0logs/gh-action-get-changed-files@2.2.2 with: token: ${{ secrets.GITHUB_TOKEN }} id: changed_files diff --git a/package.json b/package.json index d99bcfa..8bfb206 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "dependencies": { "@ecomplus/storefront-template": "^2.0.0-beta.208", "@netlify/zip-it-and-ship-it": "^6.0.0", - "firebase-tools": "^11.20.0" + "firebase-tools": "^11.30.0" }, "devDependencies": { - "browser-sync": "^2.27.11" + "browser-sync": "^2.29.3" } }