From 0b23facbf9cd5234fb6cfcb14f73818aa34f1df0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:06:08 +0000 Subject: [PATCH] chore(deps): update many non-major --- .functions/package.json | 4 ++-- .github/workflows/build-and-deploy.yml | 2 +- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.functions/package.json b/.functions/package.json index 8225b3841..ea651ae6a 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -8,8 +8,8 @@ "main": "index.js", "dependencies": { "@ecomplus/storefront-renderer": "^2.8.0", - "firebase-admin": "^9.11.0", - "firebase-functions": "^3.14.1" + "firebase-admin": "^9.12.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 a46b3003d..ab5d99f42 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 46313b94f..d8a2f05e2 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "dependencies": { "@ecomplus/storefront-template": "^2.0.0-beta.135", "@netlify/zip-it-and-ship-it": "^3.10.0", - "firebase-tools": "^9.16.0" + "firebase-tools": "^9.23.3" }, "devDependencies": { - "browser-sync": "^2.27.5" + "browser-sync": "^2.29.3" } }