mirror of
https://github.com/lichess-org/mobile.git
synced 2026-05-26 13:50:52 +00:00
ab3373ebba
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.2.6 and updates ancestor dependency [firebase-admin](https://github.com/firebase/firebase-admin-node). These dependencies need to be updated together. Updates `protobufjs` from 7.2.4 to 7.2.6 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.2.4...protobufjs-v7.2.6) Updates `firebase-admin` from 11.11.1 to 12.0.0 - [Release notes](https://github.com/firebase/firebase-admin-node/releases) - [Commits](https://github.com/firebase/firebase-admin-node/compare/v11.11.1...v12.0.0) --- updated-dependencies: - dependency-name: protobufjs dependency-type: indirect - dependency-name: firebase-admin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"name": "firebase-messaging-scripts",
|
|
"description": "Used to demonstrate sending a RemoteMessage to a client.",
|
|
"scripts": {
|
|
"send-message": "node send-message.js"
|
|
},
|
|
"dependencies": {
|
|
"firebase-admin": "^12.0.0"
|
|
}
|
|
}
|