[Snyk] Upgrade: , firebase-admin #21
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@grpc/grpc-js
from 1.10.10 to 1.11.1 | 3 versions ahead of your current version | 2 months ago
on 2024-07-16
firebase-admin
from 12.2.0 to 12.3.1 | 2 versions ahead of your current version | a month ago
on 2024-08-08
Release notes
Package name: @grpc/grpc-js
-
1.11.1 - 2024-07-16
- Fixed an issue where building from source would sometimes fail (#304)
- Added NodeJS 10 pre-built binaries (#302)
- Added Electron 2 pre-built binaries (#291)
- Added TypeScript type definitions for APIs added in v1.11.x (#306)
-
1.11.0 - 2024-07-15
- Unary and streaming calls
- Cancellation
- Deadlines
- Metadata
- Basic automatic reconnection logic
- Channel and call credentials
- Add client interceptors API (#59 contributed by @ drobertduke)
- Add
- Publish ARM64 binaries (#200)
- Improve function type test in a client method (#204 contributed by @ arcana261)
- Add details to UNIMPLEMENTED response status (#207 contributed by @ theogravity)
- Add error handling for missing files when calling
- Fix error message in
- Remove
-
1.10.11 - 2024-07-10
-
1.10.10 - 2024-06-24
from @grpc/grpc-js GitHub release notes@ grpc/proto-loaderv0.1.0This is a new library for loading
.protofiles for use with gRPC using the latest version of Protobuf.js. The output of this package is intended to be loaded using the newloadPackageDefinitionfunction in thegrpclibrary.@ grpc/grpc-jsv0.1.0This is the first alpha release of the new pure JavaScript implementation of gRPC. It implements the same API as the existing
grpclibrary. Currently only the client is implemented, with the following functionality:loadPackageDefinitiongrpcv1.11.0Node changes:
loadPackageDefintionfunction (#196)grpc.load(#228 contributed by @ cblair)grpc.loadObjectwhen failing to detect Protobuf.js version (#253 contributed by @ kellycampbell)-zdefsflag frombinding.gypto enable building on FreeBSD (#266)Package name: firebase-admin
-
12.3.1 - 2024-08-08
- fix:
- [chore] Release 12.3.1 (#2667)
- chore: Skip sendToDeviceGroup integration test (#2666)
- build(deps-dev): bump @ microsoft/api-extractor from 7.47.2 to 7.47.5 (#2661)
- build(deps): bump @ types/node from 22.0.1 to 22.1.0 (#2663)
- build(deps-dev): bump @ firebase/app-compat from 0.2.37 to 0.2.38 (#2664)
- build(deps): bump @ types/node from 20.14.11 to 22.0.1 (#2657)
- build(deps-dev): bump chai from 4.4.1 to 4.5.0 (#2650)
- build(deps-dev): bump @ firebase/app-compat from 0.2.35 to 0.2.37 (#2653)
- build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1 (#2654)
-
12.3.0 - 2024-07-25
- feat(fcm): Add HTTP2 support for
- [chore] Release 12.3.0 (#2644)
- build(deps): bump @ types/node from 20.14.8 to 20.14.11 (#2641)
- build(deps-dev): bump @ microsoft/api-extractor from 7.47.0 to 7.47.2 (#2642)
- build(deps): bump @ google-cloud/storage from 7.11.2 to 7.12.0 (#2643)
- build(deps-dev): bump mocha and @ types/mocha (#2640)
- build(deps): bump @ fastify/busboy from 2.1.1 to 3.0.0 (#2632)
- build(deps-dev): bump @ types/lodash from 4.17.5 to 4.17.7 (#2636)
- Remove Remote Config dependency on Long JS (#2614)
- build(deps): bump @ google-cloud/firestore from 7.8.0 to 7.9.0 (#2618)
- build(deps-dev): bump nyc from 15.1.0 to 17.0.0 (#2616)
- chore: update integration test resources (#2615)
- build(deps-dev): bump @ types/uuid from 9.0.8 to 10.0.0 (#2612)
- build(deps): bump @ types/node from 20.14.2 to 20.14.8 (#2613)
-
12.2.0 - 2024-06-20
- change: Deprecate Node.js 16 support (#2574)
- fix: Replace
- fix: Make ADC + human account work with firebase-admin (#2553)
- fix: Use optional chaining in FirebaseError (#2581)
- [chore] Release 12.2.0 (#2605)
- build(deps): bump uuid from 9.0.1 to 10.0.0 (#2599)
- build(deps-dev): bump chai-exclude from 2.1.0 to 2.1.1 (#2593)
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2595)
- build(deps): bump @ grpc/grpc-js from 1.10.8 to 1.10.9 (#2592)
- build(deps-dev): bump @ types/lodash from 4.17.4 to 4.17.5 (#2594)
- build(deps): bump @ google-cloud/firestore from 7.7.0 to 7.8.0 (#2583)
- build(deps): bump @ types/node from 20.12.12 to 20.14.0 (#2585)
- build(deps-dev): bump @ firebase/app-compat from 0.2.34 to 0.2.35 (#2575)
- build(deps-dev): bump chai-as-promised from 7.1.1 to 7.1.2 (#2578)
- build(deps): bump @ google-cloud/storage from 7.11.0 to 7.11.1 (#2579)
from firebase-admin GitHub release notesBug Fixes
getToken()returns existing promise to a token if one exists instead of a new token. (#2648)Miscellaneous
New Features
sendEach()andsendEachForMulticast()(#2550)Miscellaneous
Breaking Changes
Bug Fixes
farmhashwithfarmhash-modern(#2603)Miscellaneous
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: