Skip to content

chore(deps): bump node-forge, firebase-admin and firebase-functions in /functions - #37

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/functions/node-forge-and-firebase-admin-and-firebase-functions-1.3.1
Open

chore(deps): bump node-forge, firebase-admin and firebase-functions in /functions#37
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/functions/node-forge-and-firebase-admin-and-firebase-functions-1.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2023

Copy link
Copy Markdown
Contributor

Bumps node-forge to 1.3.1 and updates ancestor dependencies node-forge, firebase-admin and firebase-functions. These dependencies need to be updated together.

Updates node-forge from 0.7.4 to 1.3.1

Changelog

Sourced from node-forge's changelog.

1.3.1 - 2022-03-29

Fixes

  • RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and require NULL paramters for md2 and md5 algorithms.

1.3.0 - 2022-03-17

Security

  • Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa Yahyazadeh (moosa-yahyazadeh@uiowa.edu).
  • HIGH: Leniency in checking digestAlgorithm structure can lead to signature forgery.
  • HIGH: Failing to check tailing garbage bytes can lead to signature forgery.
  • MEDIUM: Leniency in checking type octet.
    • DigestInfo is not properly checked for proper ASN.1 structure. This can lead to successful verification with signatures that contain invalid structures but a valid digest.
    • CVE ID: CVE-2022-24773
    • GHSA ID: GHSA-2r2c-g63r-vccr

Fixed

  • [asn1] Add fallback to pretty print invalid UTF8 data.
  • [asn1] fromDer is now more strict and will default to ensuring all input bytes are parsed or throw an error. A new option parseAllBytes can disable this behavior.
    • NOTE: The previous behavior is being changed since it can lead to security issues with crafted inputs. It is possible that code doing custom DER parsing may need to adapt to this new behavior and optional flag.
  • [rsa] Add and use a validator to check for proper structure of parsed ASN.1

... (truncated)

Commits

Updates firebase-admin from 7.4.0 to 11.10.1

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v11.10.1

Miscellaneous

  • [chore] Release 11.10.1 (#2248)
  • Revert "chore: upgrade databse-compat (#2244)" (#2247)

Firebase Admin Node.js SDK v11.10.0

New Features

  • feat(functions): Add features to task queue functions (#2216)
  • feat(auth): Add TotpInfo field to UserRecord (#2197)
  • feat(storage): Add getDownloadUrl method to the Storage API (#2036)

Bug Fixes

  • fix: Update TOTP docstrings (#2245)

Miscellaneous

  • [chore] Release 11.10.0 (#2246)
  • chore: upgrade databse-compat (#2244)
  • build(deps): bump semver from 5.7.1 to 5.7.2 (#2242)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.36.0 to 7.36.1 (#2239)
  • build(deps-dev): bump sinon from 15.0.4 to 15.2.0 (#2240)
  • Fixed docgen for getDownloadURL (#2241)
  • Fix Memory Leak in AsyncHttpCall affecting auth.listUsers (#2236)
  • build(deps): bump @​google-cloud/storage from 6.9.5 to 6.11.0 (#2231)
  • build(deps): bump @​google-cloud/firestore from 6.6.0 to 6.6.1 (#2232)
  • build(deps-dev): bump @​firebase/app-compat from 0.2.7 to 0.2.13 (#2233)
  • Fixes to password policy validation (#2227)
  • Fix nesting in auth config tests (#2228)
  • build(deps-dev): bump eslint from 8.41.0 to 8.43.0 (#2218)
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin (#2223)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.34.4 to 7.36.0 (#2219)
  • build(deps): bump @​types/node from 18.16.3 to 20.3.2 (#2224)
  • Expose MultiDB within Firestore (#2209)
  • build(deps-dev): bump @​typescript-eslint/parser from 5.59.2 to 5.59.9 (#2205)
  • build(deps-dev): bump @​types/lodash from 4.14.194 to 4.14.195 (#2206)
  • build(deps-dev): bump @​firebase/auth-compat from 0.4.1 to 0.4.2 (#2208)

Firebase Admin Node.js SDK v11.9.0

New Features

  • feat(auth): Add Password Policies support in Project and Tenant config (#2107)

Bug Fixes

  • fix(firestore): Export Filter type from Firestore (#2192)

Miscellaneous

... (truncated)

Commits

Updates firebase-functions from 2.3.1 to 4.4.1

Release notes

Sourced from firebase-functions's releases.

v4.4.1

  • Update list of supported regions for 2nd Gen Functions. (#1402)
  • Fix bug where log message on structured log was being overwritten (#1416)
  • Fix bug where exists() should return true for falsy values like 0, "" (#1410)

v4.4.0

  • Fix typo on alert event type. (#1384)
  • Add consumeAppCheckToken option for callable functions (#1374)

v4.3.1

  • Export Change interface from the v2 firestore path (#1379).

v4.3.0

  • Enhance firstore triggers (#1358).
  • Allow parametrized string type in ServiceAccount fields in Functions and trigger configs (#1309)
  • Adds support for region params (#1353).

v4.2.1

  • Fixes an emulator issue where snapshot.ref could not point to multiple databases (#1339).
  • Fixes emulated v1 callable functions that use a monorepo setup (#1345).

v4.2.0

  • Allow Functions to specify vpcConnector as a string parameter (#1329)
  • Upgrade jsonwebtoken to version 9 (#1336)
  • Adds 'eventarcpublishing' as required API to custom event function
  • Hide type information of defineFloat in params module - it's not supported yet (#1341)

v4.1.1

  • Fix bug where some FireAlerts v2 functions didn't correctly return values back to Functions Framework. (#1324)

v4.1.0

  • Deprecate typoed function name lessThanorEqualTo (#1284)
  • Fix a bug where supplying preserveExternalChanges to scheduled functions would cause deployment failure (#1305).
  • Adds omit option to skip function deploys (#1298).

v4.0.2

  • Fix bug where secret parameters, defined using defineSecret(), were missing a .value() method (#1281)
  • Fix bug where v1/https was not exported (#1267)
  • Fix incorrect typeVersion export paths (#1287)
  • Revert removal of \_\_trigger (#1274)

v4.0.1

Correct the function BooleanExpression#then to BooleanExpression#thenElse (#1268)

v4.0.0

Breaking Changes

  • Deprecated allowInvalidAppCheckToken option. Instead use enforceAppCheck.

... (truncated)

Commits
  • e511ccb 4.4.1
  • ab8862c Update CHANGELOG.md (#1419)
  • cae4158 RTDB exists() should return true for falsy values (e.g. 0, false, "") (#1410)
  • 9e2f797 Don't overwrite structured 'message' in logs with empty string. Fixes #1404 (...
  • 258cdcd Update supported region for 2nd Gen functions. (#1402)
  • 47cfc61 [firebase-release] Removed change log and reset repo after 4.4.0 release
  • f290730 4.4.0
  • ef4cdda Support consumeAppCheckToken option for callable functions (#1374)
  • c640b7e Fix typo on fire alert event type. (#1384)
  • 683eadf Temporarily disable twitter integration. (#1382)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for firebase-functions since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 12, 2023
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/functions/node-forge-and-firebase-admin-and-firebase-functions-1.3.1 branch from 9b3e432 to 14ab8f4 Compare August 12, 2023 04:45
Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.1 and updates ancestor dependencies [node-forge](https://github.com/digitalbazaar/forge), [firebase-admin](https://github.com/firebase/firebase-admin-node) and [firebase-functions](https://github.com/firebase/firebase-functions). These dependencies need to be updated together.


Updates `node-forge` from 0.7.4 to 1.3.1
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.7.4...v1.3.1)

Updates `firebase-admin` from 7.4.0 to 11.10.1
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Commits](firebase/firebase-admin-node@v7.4.0...v11.10.1)

Updates `firebase-functions` from 2.3.1 to 4.4.1
- [Release notes](https://github.com/firebase/firebase-functions/releases)
- [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json)
- [Commits](firebase/firebase-functions@v2.3.1...v4.4.1)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
- dependency-name: firebase-admin
  dependency-type: direct:production
- dependency-name: firebase-functions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/functions/node-forge-and-firebase-admin-and-firebase-functions-1.3.1 branch from 14ab8f4 to 5390049 Compare August 12, 2023 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants