From 7148b300351753f3be34cb00d90eef3feb5223ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:20:23 +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 b7ac4bd6..27e90185 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -8,8 +8,8 @@ "main": "index.js", "dependencies": { "@ecomplus/storefront-renderer": "^2.7.1", - "firebase-admin": "^9.9.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 a46b3003..ab5d99f4 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 d67ac836..4c6d5bbe 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "dependencies": { "@ecomplus/storefront-template": "^2.0.0-beta.121", "@netlify/zip-it-and-ship-it": "^3.10.0", - "firebase-tools": "^9.12.1" + "firebase-tools": "^9.23.3" }, "devDependencies": { - "browser-sync": "^2.26.14" + "browser-sync": "^2.29.3" } }