From 362ee66cbcb83052e55b72758773fedeaf6d20b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:01:19 +0000 Subject: [PATCH] refactor: bump firebase-admin from 13.5.0 to 13.6.0 Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 13.5.0 to 13.6.0. - [Release notes](https://github.com/firebase/firebase-admin-node/releases) - [Changelog](https://github.com/firebase/firebase-admin-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-admin-node/compare/v13.5.0...v13.6.0) --- updated-dependencies: - dependency-name: firebase-admin dependency-version: 13.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7cc5d9b..65a1f08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@parse/node-apn": "6.5.0", "expo-server-sdk": "3.15.0", - "firebase-admin": "13.5.0", + "firebase-admin": "13.6.0", "npmlog": "7.0.1", "parse": "7.0.2", "web-push": "3.6.7" @@ -3641,9 +3641,9 @@ } }, "node_modules/firebase-admin": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.5.0.tgz", - "integrity": "sha512-QZOpv1DJRJpH8NcWiL1xXE10tw3L/bdPFlgjcWrqU3ufyOJDYfxB1MMtxiVTwxK16NlybQbEM6ciSich2uWEIQ==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.6.0.tgz", + "integrity": "sha512-GdPA/t0+Cq8p1JnjFRBmxRxAGvF/kl2yfdhALl38PrRp325YxyQ5aNaHui0XmaKcKiGRFIJ/EgBNWFoDP0onjw==", "dependencies": { "@fastify/busboy": "^3.0.0", "@firebase/database-compat": "^2.0.0", @@ -12897,9 +12897,9 @@ } }, "firebase-admin": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.5.0.tgz", - "integrity": "sha512-QZOpv1DJRJpH8NcWiL1xXE10tw3L/bdPFlgjcWrqU3ufyOJDYfxB1MMtxiVTwxK16NlybQbEM6ciSich2uWEIQ==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.6.0.tgz", + "integrity": "sha512-GdPA/t0+Cq8p1JnjFRBmxRxAGvF/kl2yfdhALl38PrRp325YxyQ5aNaHui0XmaKcKiGRFIJ/EgBNWFoDP0onjw==", "requires": { "@fastify/busboy": "^3.0.0", "@firebase/database-compat": "^2.0.0", diff --git a/package.json b/package.json index 5e9082d..02149da 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@parse/node-apn": "6.5.0", "expo-server-sdk": "3.15.0", - "firebase-admin": "13.5.0", + "firebase-admin": "13.6.0", "npmlog": "7.0.1", "parse": "7.0.2", "web-push": "3.6.7"