From cedeea2d6c6019f6eec4f7c17d90231dff40c3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BCndig?= Date: Thu, 4 Jan 2024 13:17:11 +0700 Subject: [PATCH] refactor(general): upgrade firebase-tools (#695) --- .github/workflows/actions/init/action.yml | 2 +- .github/workflows/website-update-snapshots.yml | 2 +- package-lock.json | 11 +++++------ package.json | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/actions/init/action.yml b/.github/workflows/actions/init/action.yml index 0da0c66c3..8af3bc3a5 100644 --- a/.github/workflows/actions/init/action.yml +++ b/.github/workflows/actions/init/action.yml @@ -27,7 +27,7 @@ runs: - name: Install and set up firebase-tools shell: bash run: | - npm -g install firebase-tools@12.9.1 && \ + npm -g install firebase-tools@13.0.2 && \ firebase setup:emulators:firestore && \ firebase setup:emulators:storage && \ firebase setup:emulators:ui diff --git a/.github/workflows/website-update-snapshots.yml b/.github/workflows/website-update-snapshots.yml index 7f731d8d6..3d0b676f9 100644 --- a/.github/workflows/website-update-snapshots.yml +++ b/.github/workflows/website-update-snapshots.yml @@ -61,7 +61,7 @@ jobs: - name: Install & Setup Firebase Emulator Suite run: | - npm -g install firebase-tools@12.9.1 && \ + npm -g install firebase-tools@13.0.2 && \ firebase setup:emulators:firestore - name: Install Dependencies diff --git a/package-lock.json b/package-lock.json index 252e05a15..1c5688bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "website" ], "devDependencies": { - "firebase-tools": "12.9.1", + "firebase-tools": "13.0.2", "prettier": "3.1.0", "prettier-plugin-organize-imports": "3.2.4", "prettier-plugin-tailwindcss": "0.5.7", @@ -19412,9 +19412,9 @@ } }, "node_modules/firebase-tools": { - "version": "12.9.1", - "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.9.1.tgz", - "integrity": "sha512-t/oTgGnGm3sLT3wR80B7hY6vdAs6rTlZMsmnZGsP+GeKtVzaB5KHEwLbkZuRXtqij9f35IfkQm2a4TKjKY6xUQ==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.0.2.tgz", + "integrity": "sha512-8XL1Xm/RnuWc4XoGwuAB30zU8t+13PP+YwZVOiZuhGbp9TtqrKK/43R17rX5igGs/8e2PrMnzytlzUxwmI/rZA==", "dev": true, "dependencies": { "@google-cloud/pubsub": "^3.0.1", @@ -19459,7 +19459,6 @@ "portfinder": "^1.0.32", "progress": "^2.0.3", "proxy-agent": "^6.3.0", - "request": "^2.87.0", "retry": "^0.13.1", "rimraf": "^3.0.0", "semver": "^7.5.2", @@ -19482,7 +19481,7 @@ "firebase": "lib/bin/firebase.js" }, "engines": { - "node": ">=16.13.0 || >=18.0.0" + "node": ">=18.0.0 || >=20.0.0" } }, "node_modules/firecms": { diff --git a/package.json b/package.json index 0faefe968..af93756d0 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "website:check-translations": "npm --workspace=@socialincome/website run check-translations" }, "devDependencies": { - "firebase-tools": "12.9.1", + "firebase-tools": "13.0.2", "prettier": "3.1.0", "prettier-plugin-organize-imports": "3.2.4", "prettier-plugin-tailwindcss": "0.5.7",