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" } }