From 830a69e28eec3b1c166388041cd3bbef05b962b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:35:24 +0000 Subject: [PATCH] fix(deps): update many non-major --- .functions/package.json | 4 ++-- .github/workflows/build-and-deploy.yml | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.functions/package.json b/.functions/package.json index 2802be25..40173d3e 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -8,8 +8,8 @@ "main": "index.js", "dependencies": { "@ecomplus/storefront-renderer": "^2.11.1", - "firebase-admin": "^10.0.2", - "firebase-functions": "^3.18.1" + "firebase-admin": "^10.3.0", + "firebase-functions": "^3.24.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c5063100..c6c60c13 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 82f7fb33..befa1c10 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ }, "dependencies": { "@ecomplus/storefront-template": "^2.0.0-beta.249", - "@netlify/zip-it-and-ship-it": "^5.9.0", - "firebase-tools": "^10.2.1" + "@netlify/zip-it-and-ship-it": "^5.13.5", + "firebase-tools": "^10.9.2" }, "devDependencies": { - "browser-sync": "^2.27.7" + "browser-sync": "^2.29.3" } }