firebase / firebase-tools

The Firebase Command Line Tools
MIT License
4.01k stars 930 forks source link

Bump the minor group across 1 directory with 33 updates #7192

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
@google-cloud/cloud-sql-connector 1.2.3 1.3.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
express 4.18.2 4.19.2
@types/express 4.17.16 4.17.21
gaxios 6.3.0 6.6.0
google-auth-library 9.7.0 9.10.0
node-fetch 2.6.7 2.7.0
@types/node-fetch 2.5.12 2.6.11
proxy-agent 6.3.0 6.4.0
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.1703.7
@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.0
@types/lodash 4.14.149 4.17.4
@types/react 18.2.58 18.3.2
@types/react-dom 18.2.19 18.3.0
eslint-plugin-jsdoc 48.1.0 48.2.5
next 14.1.0 14.2.3
nock 13.0.5 13.5.4
node-mocks-http 1.11.0 1.14.1
sinon-chai 3.6.0 3.7.0
@types/sinon-chai 3.2.2 3.2.12
typescript-json-schema 0.50.1 0.63.0

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

Release notes

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

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.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


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 express from 4.18.2 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/express/compare/4.18.3...4.19.0

4.18.3

Main Changes

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2
  • deps: cookie@0.6.0
    • Add partitioned option
Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: cookie@0.6.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates @types/express from 4.17.16 to 4.17.21

Commits


Updates gaxios from 6.3.0 to 6.6.0

Release notes

Sourced from gaxios's releases.

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.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


Updates google-auth-library from 9.7.0 to 9.10.0

Release notes

Sourced from google-auth-library's releases.

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.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
  • 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)
  • 4d67f07 fix(deps): update dependency @​googleapis/iam to v17 (#1808)
  • 6014ade chore(deps): update actions/checkout digest to 0ad4b8f (#1797)
  • 40406a0 fix(deps): update dependency @​googleapis/iam to v16 (#1803)
  • 34d1b22 build: pin @compodoc/compodoc (#1805)
  • 3018f7c chore(main): release 9.9.0 (#1796)
  • c680b5d feat: adds suppliers for custom subject token and AWS credentials (#1795)
  • 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 proxy-agent from 6.3.0 to 6.4.0

Release notes

Sourced from proxy-agent's releases.

proxy-agent@6.4.0

Minor Changes

  • e7e0e56: Allow getProxyForUrl() option to return a Promise

Patch Changes

  • Updated dependencies [c3c405e]
    • http-proxy-agent@7.0.1
    • https-proxy-agent@7.0.3

proxy-agent@6.3.1

Patch Changes

  • 1d39f6c: Fix Electron support by using Node.js native URL object
  • Updated dependencies [1d39f6c]
  • Updated dependencies [e625d10]
    • socks-proxy-agent@8.0.2
    • pac-proxy-agent@7.0.1
    • https-proxy-agent@7.0.2
Changelog

Sourced from proxy-agent's changelog.

6.4.0

Minor Changes

  • e7e0e56: Allow getProxyForUrl() option to return a Promise

Patch Changes

  • Updated dependencies [c3c405e]
    • http-proxy-agent@7.0.1
    • https-proxy-agent@7.0.3

6.3.1

Patch Changes

  • 1d39f6c: Fix Electron support by using Node.js native URL object
  • Updated dependencies [1d39f6c]
  • Updated dependencies [e625d10]
    • socks-proxy-agent@8.0.2
    • pac-proxy-agent@7.0.1
    • https-proxy-agent@7.0.2
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

Changelog

Sourced from triple-beam's changelog.

CHANGELOG

Commits
Maintainer changes

This version was pushed to npm by dabh, a new releaser for triple-beam since your current version.


Updates @types/triple-beam from 1.3.0 to 1.3.5

Commits


Updates winston from 3.2.1 to 3.13.0

Release notes

Sourced from winston's releases.

v3.13.0

  • fix(http): allow passing maximumDepth to prevent big object being stringified (#2425) a237865

https://github.com/winstonjs/winston/compare/v3.12.1...v3.13.0

v3.12.1

  • Bump @​types/node from 20.11.24 to 20.11.29 (#2431) b10b98f
  • Revert "Remove nonexistent Logger methods from types" (#2434) 0277035
  • fixed flaky test case (#2412) d95c948

https://github.com/winstonjs/winston/compare/v3.12.0...v3.12.1

v3.12.0

  • missing timestamp format in ready-to-use-pattern example (#2421) 9e5b407
  • bump deps (#2422) 4a85e6b
  • [chore] Run coveralls CI check on Node 20 not 16 (#2418) e153c68
  • Bump @​types/node from 20.8.6 to 20.11.19 (#2413) 587f40f
  • Update README.md (#2417) 8e99a00
  • docs: fix anchor in transports docs (#2416) 0bde36b
  • add winston-transport-vscode to transports docs (#2411) 8fb5b41
  • Bump @​babel/cli from 7.23.0 to 7.23.9 (#2406) a326743
  • Add winston-newrelic-agent-transport to transport documentation (#2382) cc731ef
  • Remove newrelic-winston transport entry. (#2405) f077f30
  • Bump eslint from 8.55.0 to 8.56.0 (#2397) 3943c41
  • Bump the npm_and_yarn group group with 1 update (#2391) 8260866
  • Fix unhandled rejection handling (#2390) 333b763
  • Fix all rimraf usages to the best of my ability; glob is not true by default in rimraf; file archive test only passed every other time using async rimraf, could use further investigation c3f3b5b
dependabot[bot] commented 4 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.