firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Bump the minor group across 1 directory with 35 updates

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps the minor group with 34 updates in the / directory:

Package From To
@google-cloud/cloud-sql-connector 1.2.3 1.3.2
@google-cloud/pubsub 4.4.0 4.5.0
async-lock 1.3.2 1.4.1
@types/async-lock 1.3.0 1.4.2
chokidar 3.5.3 3.6.0
cjson 0.3.3 0.5.0
csv-parse 5.0.4 5.5.6
exegesis 4.1.2 4.2.0
gaxios 6.3.0 6.7.0
google-auth-library 9.7.0 9.11.0
node-fetch 2.6.7 2.7.0
@types/node-fetch 2.5.12 2.6.11
pg 8.11.3 8.12.0
@types/pg 8.11.2 8.11.6
stream-json 1.7.3 1.8.0
@types/stream-json 1.7.2 1.7.7
triple-beam 1.3.0 1.4.1
@types/triple-beam 1.3.0 1.3.5
winston 3.2.1 3.13.0
@angular-devkit/architect 0.1402.2 0.1800.6
@google/events 5.1.1 5.4.0
@types/body-parser 1.17.0 1.19.5
@types/express-serve-static-core 4.17.33 4.19.5
@types/lodash 4.14.149 4.17.6
@types/react 18.2.58 18.3.3
@types/react-dom 18.2.19 18.3.0
eslint-plugin-jsdoc 48.1.0 48.5.0
next 14.1.0 14.2.4
nock 13.0.5 13.5.4
node-mocks-http 1.11.0 1.15.0
prettier 3.2.5 3.3.2
sinon-chai 3.6.0 3.7.0
@types/sinon-chai 3.2.2 3.2.12
typescript-json-schema 0.50.1 0.64.0

Updates @google-cloud/cloud-sql-connector from 1.2.3 to 1.3.2

Release notes

Sourced from @​google-cloud/cloud-sql-connector's releases.

v1.3.2

1.3.2 (2024-06-21)

Bug Fixes

  • allow multiple connections via .startLocalProxy socket (#366) (cce7aad)

v1.3.1

1.3.1 (2024-06-11)

Bug Fixes

  • bump dependencies to latest versions (#358) (d3ab6a0)

v1.3.0

1.3.0 (2024-04-30)

Features

  • add universeDomain option to Connector (#331) (651634d)
  • add local Unix domain socket support (#336) (72575ba)

Bug Fixes

v1.2.4

1.2.4 (2024-03-12)

Bug Fixes

  • update dependencies to latest versions (#314) (0f9d40b)
Changelog

Sourced from @​google-cloud/cloud-sql-connector's changelog.

1.3.2 (2024-06-21)

Bug Fixes

  • allow multiple connections via .startLocalProxy socket (#366) (cce7aad)

1.3.1 (2024-06-11)

Bug Fixes

  • bump dependencies to latest versions (#358) (d3ab6a0)

1.3.0 (2024-04-30)

Features

  • add universeDomain option to Connector (#331) (651634d)
  • add local Unix domain socket support (#336) (72575ba)

Bug Fixes

1.2.4 (2024-03-12)

Bug Fixes

  • update dependencies to latest versions (#314) (0f9d40b)
Commits
  • 749dac2 chore(main): release 1.3.2 (#367)
  • 82e15a5 chore(deps-dev): bump @​azure/msal-node from 2.7.0 to 2.9.2 (#360)
  • ca1cd0c chore(deps-dev): bump ws from 8.14.2 to 8.17.1 (#363)
  • 5d8f539 deps: Update dependencies for github (#361)
  • cce7aad fix: allow multiple connections via .startLocalProxy socket (#366)
  • 9f3381b docs: add note that startLocalProxy does not support SQL Server (#365)
  • 5c90de6 chore(main): release 1.3.1 (#359)
  • d3ab6a0 fix: bump dependencies to latest versions (#358)
  • e56cbe5 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#357)
  • 202ba2f deps: Update dependency tap to v19 (#351)
  • Additional commits viewable in compare view

Updates @google-cloud/pubsub from 4.4.0 to 4.5.0

Release notes

Sourced from @​google-cloud/pubsub's releases.

v4.5.0

4.5.0 (2024-06-11)

Features

  • Add service_account_email for export subscriptions (#1927) (c532854)

v4.4.1

4.4.1 (2024-05-30)

Bug Fixes

  • An existing message UpdateVehicleLocationRequest is removed (5451d15)
  • An existing method SearchFuzzedVehicles is removed from service VehicleService (5451d15)
  • An existing method UpdateVehicleLocation is removed from service VehicleService (5451d15)
  • deps: Update dependency protobufjs to ~7.3.0 (#1921) (c5afd34)
  • Pull in new gax for protobufjs vuln fix (#1925) (8024c6d)
Changelog

Sourced from @​google-cloud/pubsub's changelog.

4.5.0 (2024-06-11)

Features

  • Add service_account_email for export subscriptions (#1927) (c532854)

4.4.1 (2024-05-30)

Bug Fixes

  • An existing message UpdateVehicleLocationRequest is removed (5451d15)
  • An existing method SearchFuzzedVehicles is removed from service VehicleService (5451d15)
  • An existing method UpdateVehicleLocation is removed from service VehicleService (5451d15)
  • deps: Update dependency protobufjs to ~7.3.0 (#1921) (c5afd34)
  • Pull in new gax for protobufjs vuln fix (#1925) (8024c6d)
Commits
  • 7f8c116 chore(main): release 4.5.0 (#1937)
  • fd13fdf chore: fix build errors due to non-semver upstream version change (#1938)
  • c532854 feat: add service_account_email for export subscriptions (#1927)
  • f052bae chore: [node] add auto-approve templates, and install dependencies with engin...
  • 78edf73 chore(main): release 4.4.1 (#1922)
  • 5451d15 feat: update Nodejs generator to send API versions in headers for GAPICs (#1919)
  • 8024c6d fix: pull in new gax for protobufjs vuln fix (#1925)
  • aaeaa8f chore(deps): update dependency sinon to v18 (#1923)
  • c5afd34 fix(deps): update dependency protobufjs to ~7.3.0 (#1921)
  • See full diff in compare view

Updates async-lock from 1.3.2 to 1.4.1

Changelog

Sourced from async-lock's changelog.

1.4.0

Commits

Updates @types/async-lock from 1.3.0 to 1.4.2

Commits

Updates chokidar from 3.5.3 to 3.6.0

Release notes

Sourced from chokidar's releases.

3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0

Commits
  • 7c50e25 Release 3.6.0.
  • 112015f Add github ci autopublish
  • ab12362 Merge pull request #1300 from ben-polinsky/fix-fswatcher-types-1299
  • 29a2f13 fix formatting
  • a0f9e09 update fs.FSWatcher types to satisfy node versions >= 16; fixes #1299
  • 5589454 Merge pull request #1197 from MarcCelani-at/handleMustScanSubDirs
  • 399647e Merge pull request #1288 from JLHwung/fix-ready-count
  • f022fe7 ready call # is unfortunately platform specific
  • 1370123 fix readyCount logic
  • 08318d6 Adjust funding field in pkg
  • Additional commits viewable in compare view

Updates cjson from 0.3.3 to 0.5.0

Commits

Updates csv-parse from 5.0.4 to 5.5.6

Changelog

Sourced from csv-parse's changelog.

5.5.6 (2024-05-13)

Bug Fixes

  • csv-parse: skip event not raised with bom (fix #411) (1326351)

5.5.5 (2024-02-28)

Bug Fixes

  • csv-parse: comment infix when comment first field char (fix #415) (8e0f8b8)

5.5.4 (2024-02-27)

Note: Version bump only for package csv-parse

5.5.3 (2023-12-08)

Bug Fixes

5.5.2 (2023-10-09)

Note: Version bump only for package csv-parse

5.5.1 (2023-10-05)

Bug Fixes

  • csv-parse: premature close error (c6473a9)

... (truncated)

Commits
  • 6aadcac chore(release): publish
  • 53d62d4 test(csv-parse): on_skip validation
  • 1326351 fix(csv-parse): skip event not raised with bom (fix #411)
  • 7ca18b2 refactor(csv-parse): semi colon lint
  • 7d4961d test: skip test ability
  • 70fc026 docs(csv-parse): new cast sample
  • 410e7b1 chore(release): publish
  • 8e0f8b8 fix(csv-parse): comment infix when comment first field char (fix #415)
  • 6575fc6 chore(release): publish
  • 4d61f49 docs(csv-parse): replace console.log by info
  • Additional commits viewable in compare view

Updates exegesis from 4.1.2 to 4.2.0

Release notes

Sourced from exegesis's releases.

v4.2.0

4.2.0 (2024-06-27)

Features

  • Add lazyCompileValidationSchemas option (bed3940)
Commits

Updates gaxios from 6.3.0 to 6.7.0

Release notes

Sourced from gaxios's releases.

v6.7.0

6.7.0 (2024-06-27)

Features

  • Add additional retry configuration options (#634) (cb5c833)

Bug Fixes

v6.6.0

6.6.0 (2024-05-15)

Features

  • Add request and response interceptors (#619) (059fe77)

v6.5.0

6.5.0 (2024-04-09)

Features

v6.4.0

6.4.0 (2024-04-03)

Features

Bug Fixes

  • Error Redactor Case-Insensitive Matching (#613) (05e65ef)
Changelog

Sourced from gaxios's changelog.

6.7.0 (2024-06-27)

Features

  • Add additional retry configuration options (#634) (cb5c833)

Bug Fixes

6.6.0 (2024-05-15)

Features

  • Add request and response interceptors (#619) (059fe77)

6.5.0 (2024-04-09)

Features

6.4.0 (2024-04-03)

Features

Bug Fixes

  • Error Redactor Case-Insensitive Matching (#613) (05e65ef)
Commits
  • 57077e0 chore(main): release 6.7.0 (#636)
  • cb5c833 feat: add additional retry configuration options (#634)
  • b19aee2 chore(deps): update dependency @​types/uuid to v10 (#635)
  • 6ff684e fix(deps): update dependency uuid to v10 (#629)
  • 682430d ci: Enable constraintsFiltering for Node.js Libraries (#631)
  • 46a56e9 chore: [node] add auto-approve templates, and install dependencies with engin...
  • 56b1410 chore(deps): update dependency sinon to v18 (#624)
  • c20effe chore(main): release 6.6.0 (#622)
  • 059fe77 feat: add request and response interceptors (#619)
  • 1d31567 chore(main): release 6.5.0 (#615)
  • Additional commits viewable in compare view

Updates google-auth-library from 9.7.0 to 9.11.0

Release notes

Sourced from google-auth-library's releases.

v9.11.0

9.11.0 (2024-06-01)

Features

  • Adding support of client authentication method. (#1814) (4a14e8c)

v9.10.0

9.10.0 (2024-05-10)

Features

  • Implement UserRefreshClient#fetchIdToken (#1811) (ae8bc54)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v16 (#1803) (40406a0)
  • deps: Update dependency @​googleapis/iam to v17 (#1808) (4d67f07)
  • deps: Update dependency @​googleapis/iam to v18 (#1809) (b2b9676)

v9.9.0

9.9.0 (2024-04-18)

Features

  • Adds suppliers for custom subject token and AWS credentials (#1795) (c680b5d)

v9.8.0

9.8.0 (2024-04-12)

Features

Bug Fixes

Changelog

Sourced from google-auth-library's changelog.

9.11.0 (2024-06-01)

Features

  • Adding support of client authentication method. (#1814) (4a14e8c)

9.10.0 (2024-05-10)

Features

  • Implement UserRefreshClient#fetchIdToken (#1811) (ae8bc54)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v16 (#1803) (40406a0)
  • deps: Update dependency @​googleapis/iam to v17 (#1808) (4d67f07)
  • deps: Update dependency @​googleapis/iam to v18 (#1809) (b2b9676)

9.9.0 (2024-04-18)

Features

  • Adds suppliers for custom subject token and AWS credentials (#1795) (c680b5d)

9.8.0 (2024-04-12)

Features

Bug Fixes

Commits
  • 0d0bc2a chore(main): release 9.11.0 (#1821)
  • 4a14e8c feat: Adding support of client authentication method. (#1814)
  • 0202365 chore: [node] add auto-approve templates, and install dependencies with engin...
  • d012a45 chore(deps): update actions/checkout digest to a5ac7e5 (#1818)
  • 4615133 chore(deps): update dependency @​types/sinon to v17 (#1815)
  • d6c2b9c chore(deps): update dependency sinon to v18 (#1816)
  • 7dbedff chore(main): release 9.10.0 (#1806)
  • b2b9676 fix(deps): update dependency @​googleapis/iam to v18 (#1809)
  • ae8bc54 feat: Implement UserRefreshClient#fetchIdToken (#1811)
  • bb306ef refactor: universe_domain endpoint to universe-domain (#1810)
  • Additional commits viewable in compare view

Updates node-fetch from 2.6.7 to 2.7.0

Release notes

Sourced from node-fetch's releases.

v2.7.0

2.7.0 (2023-08-23)

Features

v2.6.13

2.6.13 (2023-08-18)

Bug Fixes

v2.6.12

2.6.12 (2023-06-29)

Bug Fixes

v2.6.11

2.6.11 (2023-05-09)

Reverts

v2.6.10

2.6.10 (2023-05-08)

Bug Fixes

v2.6.9

2.6.9 (2023-01-30)

Bug Fixes

v2.6.8

2.6.8 (2023-01-13)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Updates @types/node-fetch from 2.5.12 to 2.6.11

Commits

Updates pg from 8.11.3 to 8.12.0

Changelog

Sourced from pg's changelog.

[email protected]

[email protected]

  • Emit release event when client is returned to the pool.

[email protected]

[email protected]

[email protected]

[email protected]

  • Add optional config to pool to allow process to exit if pool is idle.

[email protected]

[email protected]

[email protected]

  • Library has been converted to Typescript. The behavior is identical, but there could be subtle breaking changes due to class names changing or other small inconsistencies introduced by the conversion.

[email protected]

... (truncated)

Commits

Updates @types/pg from 8.11.2 to 8.11.6

Commits

Updates stream-json from 1.7.3 to 1.8.0

Commits
  • 2c0ec73 Remove CodeQL analisys.
  • 2243d4b Missed an action to upgrade.
  • 45f2137 Updated actions.
  • d5fa0e9 New version: 1.8.0.
  • 3635242 Updated tests to the modern supported versions of Node.
  • 2854b16 New feature: an error indicator. Fixes #136. Thx, AK!
  • ac8c975 New version: 1.7.5.
  • 7490dc5 Merge branch 'cumulio-bug/escape-all-control-characters'
  • 583baa8 Replace two sanitizing passes with one pass.
  • 96e997f Escape all control characters when stringifying a string with Stringer (Close...
  • Additional commits viewable in compare view

Updates @types/stream-json from 1.7.2 to 1.7.7

Commits

Updates triple-beam from 1.3.0 to 1.4.1

Release notes

Sourced from triple-beam's releases.

v1.4.1

  • Relax node engines requirement to geq 14.0.0 in package.json a537d09

https://github.com/winstonjs/triple-beam/compare/v1.4.0...v1.4.1

v1.4.0

  • update package.json a592fa3
  • update package.json e2bdb66
  • Merge branch 'master' of github.com:winstonjs/triple-beam d4f8655
  • update npmignore a608646
  • Bump assume from 2.0.1 to 2.3.0 (#8) c1ba5e3
  • rm ts test a39f448
  • Fix lint config 46f21e4
  • Update packages 5e66571
  • Bump y18n from 3.2.1 to 3.2.2 (#7) a2ef367
  • Add GitHub Actions CI 4e5b1c1
  • Bump minimist, mkdirp, mocha and nyc (#6) 2347047
  • Exclude unnecessary files from the npm package (#5) 3f9bc1c

https://github.com/winstonjs/triple-beam/compare/1.3.0...v1.4.0<...>Description has been truncated

dependabot[bot] avatar Jul 01 '24 13:07 dependabot[bot]