ecomplus / application-starter

Serverless boilerplate for E-Com Plus apps (integrations) with Firebase Cloud Functions and GitHub Actions
MIT License
2 stars 3 forks source link

fix(deps): update all non-major #119

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
express (source) ^4.17.1 -> ^4.17.2 age adoption passing confidence
firebase-admin (source) ^10.0.0 -> ^10.0.1 age adoption passing confidence
firebase-tools ^9.23.0 -> ^9.23.3 age adoption passing confidence
uglify-js ^3.14.4 -> ^3.14.5 age adoption passing confidence

Release Notes

expressjs/express ### [`v4.17.2`](https://togithub.com/expressjs/express/blob/HEAD/History.md#​4172--2021-12-16) [Compare Source](https://togithub.com/expressjs/express/compare/4.17.1...4.17.2) \=================== - Fix handling of `undefined` in `res.jsonp` - Fix handling of `undefined` when `"json escape"` is enabled - Fix incorrect middleware execution with unanchored `RegExp`s - Fix `res.jsonp(obj, status)` deprecation message - Fix typo in `res.is` JSDoc - deps: body-parser@1.19.1 - deps: bytes@3.1.1 - deps: http-errors@1.8.1 - deps: qs@6.9.6 - deps: raw-body@2.4.2 - deps: safe-buffer@5.2.1 - deps: type-is@~1.6.18 - deps: content-disposition@0.5.4 - deps: safe-buffer@5.2.1 - deps: cookie@0.4.1 - Fix `maxAge` option to reject invalid values - deps: proxy-addr@~2.0.7 - Use `req.socket` over deprecated `req.connection` - deps: forwarded@0.2.0 - deps: ipaddr.js@1.9.1 - deps: qs@6.9.6 - deps: safe-buffer@5.2.1 - deps: send@0.17.2 - deps: http-errors@1.8.1 - deps: ms@2.1.3 - pref: ignore empty http tokens - deps: serve-static@1.14.2 - deps: send@0.17.2 - deps: setprototypeof@1.2.0
firebase/firebase-admin-node ### [`v10.0.1`](https://togithub.com/firebase/firebase-admin-node/releases/v10.0.1) [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v10.0.0...v10.0.1) ##### Bug Fixes - fix(firestore): Expose more types from gcp firestore - fix(auth): Add user disabled error code. ([#​1506](https://togithub.com/firebase/firebase-admin-node/issues/1506)) - fix(auth): Remove request body for deleteTenant ([#​1461](https://togithub.com/firebase/firebase-admin-node/issues/1461)) ##### Miscellaneous - \[chore] Release 10.0.1 ([#​1520](https://togithub.com/firebase/firebase-admin-node/issues/1520)) - Add new Firestore types exposed from the admin firestore module ([#​1519](https://togithub.com/firebase/firebase-admin-node/issues/1519)) - Update base-auth.ts ([#​1501](https://togithub.com/firebase/firebase-admin-node/issues/1501)) - Update multi-tenancy integration tests to run against auth emulator ([#​1453](https://togithub.com/firebase/firebase-admin-node/issues/1453)) - build(deps-dev): bump mocha from 8.4.0 to 9.1.2 ([#​1440](https://togithub.com/firebase/firebase-admin-node/issues/1440)) - build(deps): bump [@​types/node](https://togithub.com/types/node) from 16.10.2 to 16.11.0 ([#​1464](https://togithub.com/firebase/firebase-admin-node/issues/1464)) - build(deps-dev): bump [@​types/mocha](https://togithub.com/types/mocha) from 8.2.2 to 9.0.0 ([#​1397](https://togithub.com/firebase/firebase-admin-node/issues/1397))
firebase/firebase-tools ### [`v9.23.3`](https://togithub.com/firebase/firebase-tools/releases/v9.23.3) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v9.23.2...v9.23.3) - Upgrades Database Emulator to v4.7.3, removing log4j dependency. ### [`v9.23.2`](https://togithub.com/firebase/firebase-tools/releases/v9.23.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v9.23.1...v9.23.2) - Fixes issue when installing a Firebase Extension where secrets would be created before validation. - Fixes issue with filtering on a specific storage bucket using functions in the emulator. ([#​3893](https://togithub.com/firebase/firebase-tools/issues/3893)) - Fixes check in Cloud Functions for Firebase initialization to check for API enablement before trying to enable them. ([#​2574](https://togithub.com/firebase/firebase-tools/issues/2574)) - No longer tries to clean up function build images from Artifact Registry when Artifact Registry is not enabled. ([#​3943](https://togithub.com/firebase/firebase-tools/issues/3943)) - Show error message when running `firebase init hosting:github` with no Hosting config in `firebase.json`. ([#​3113](https://togithub.com/firebase/firebase-tools/issues/3113)) - Fixes issue where `remoteconfig:get` was not fetching the latest version by default. ([#​3559](https://togithub.com/firebase/firebase-tools/issues/3559)) - Fixes issue where empty variables in .env files would instead read as multi-line values. ([#​3934](https://togithub.com/firebase/firebase-tools/issues/3934)) ### [`v9.23.1`](https://togithub.com/firebase/firebase-tools/releases/v9.23.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v9.23.0...v9.23.1) - Corrects a bug where containers in Artifact Registry would not be deleted if a function has an upper case character in its name ([#​3918](https://togithub.com/firebase/firebase-tools/issues/3918)) - Fixes issue where providing the `--project` flag during `init` would not be recognized with a default project already set. ([#​3870](https://togithub.com/firebase/firebase-tools/issues/3870)) - Fixes issue with setting memory limits for some functions ([#​3924](https://togithub.com/firebase/firebase-tools/issues/3924)) - New HTTPS functions only allow secure traffic. ([#​3923](https://togithub.com/firebase/firebase-tools/issues/3923)) - No longer default-enable AR and don't send builds to AR unless an experiment is enabled ([#​3935](https://togithub.com/firebase/firebase-tools/issues/3935))
mishoo/UglifyJS ### [`v3.14.5`](https://togithub.com/mishoo/UglifyJS/releases/v3.14.5) [Compare Source](https://togithub.com/mishoo/UglifyJS/compare/v3.14.4...v3.14.5) ##### Features - improve general performance ([`b079910`](https://togithub.com/mishoo/UglifyJS/commit/b0799105c224926da5ca0b6a6dfa18270e83afd0), [`033d8d9`](https://togithub.com/mishoo/UglifyJS/commit/033d8d9405c82d18c221daae9049874f8924d9a2), [`bc27966`](https://togithub.com/mishoo/UglifyJS/commit/bc27966a196ecb91f33a53a11497bdf2d85eb8cf), [`57a9519`](https://togithub.com/mishoo/UglifyJS/commit/57a9519c3d428d5b3b1e2a6db9ad27bc2f520e0a))

Configuration

📅 Schedule: "after 7am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.