From d336058efcecf983065ddbe1791e8c0a53a8b526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:25:59 -0400 Subject: [PATCH] Bump firebase-tools from 13.7.3 to 13.7.5 (#167) Signed-off-by: dependabot[bot] Signed-off-by: Damian Swan AAHS Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damian Swan AAHS --- .github/workflows/deploy-preview.yml | 11 ++++------- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3ff41d9d..f662ad3f 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -2,20 +2,17 @@ name: Deploy to Preview Channel on: pull_request: - # Optionally configure to run only for specific files. For example: - # paths: - # - "website/**" + branches: [ !dependabot/** ] # Exclude Dependabot branches jobs: build_and_preview: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - # Add any build steps here. For example: - # - run: npm ci && npm run build + # Add your build steps here (e.g., npm ci && npm run build) - uses: FirebaseExtended/action-hosting-deploy@v0 with: - repoToken: "${{ secrets.GITHUB_TOKEN }}" - firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}" + repoToken: ${{ secrets.GITHUB_TOKEN }} + firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }} expires: 1d projectId: sillylittlefiles diff --git a/package-lock.json b/package-lock.json index caf1c7cc..a19202de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "firebase-tools": "^13.7.4" + "firebase-tools": "^13.7.5" } }, "node_modules/@apidevtools/json-schema-ref-parser": { @@ -2458,9 +2458,9 @@ } }, "node_modules/firebase-tools": { - "version": "13.7.3", - "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.7.3.tgz", - "integrity": "sha512-3OkD5GX+KBZPDHOZc0TzgBwDFmCCwqhMFRbUAau+ExzsNbiIPHe6CxXSCiojqYzXGDvlW8kn/9HWMn7idOiQIQ==", + "version": "13.7.5", + "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.7.5.tgz", + "integrity": "sha512-elM470GuVZhzIg70bLGfpzXUqCTOrzdQgJT1ff3Zn7FNPiLSf/Ke9JhCXiF2vfVcVk+sJdqf3T5dV9VU4Bt+mg==", "dependencies": { "@google-cloud/pubsub": "^3.0.1", "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index 7453104e..ef928ce8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "firebase-tools": "^13.7.4" + "firebase-tools": "^13.7.5" } }