Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

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

Package From To
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.5
express 4.18.2 4.19.2
@types/express 4.17.16 4.17.21
gaxios 6.3.0 6.5.0
google-auth-library 9.7.0 9.9.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.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.0
@types/lodash 4.14.149 4.17.0
@types/react 18.2.58 18.3.1
@types/react-dom 18.2.19 18.3.0
eslint-plugin-jsdoc 48.1.0 48.2.3
firebase-functions 4.3.1 4.9.0
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 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: paulmillr/chokidar@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.5

Changelog

Sourced from csv-parse's changelog.

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)

5.5.0 (2023-08-25)

Features

  • csv-parse: new comment_no_infix option (fix #325) (caca5c3)

... (truncated)

Commits
  • 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
  • 9c72a92 docs(csv-parse): prettify samples
  • 910200c build: fix eslint await outside function rule
  • 031ce2d docs: use node prefix import
  • 1a12e8f build: eslint yml extension
  • ddd750f docs: simplify dirname declaration
  • a312a7c chore(release): publish
  • 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: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@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.5.0

Release notes

Sourced from gaxios's releases.

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

Release notes

Sourced from google-auth-library's releases.

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

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

winstonjs/triple-beam@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

winstonjs/triple-beam@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

winstonjs/winston@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

winstonjs/winston@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
  • Fix rimraf usage in new test 8f3c653
  • Fix rimraf import in test (why didn't this break in PR CI?) f3836aa
  • Added functionality to long broken zippedArchive option (#2337) 02d4267
  • Bump async from 3.2.4 to 3.2.5 (#2378) 069a40d
  • Bump @​babel/preset-env from 7.23.2 to 7.23.7 (#2384) 79282e1
  • Bump winston-transport; fix test issue (#2386) 05788b9
  • Bump eslint from 8.51.0 to 8.55.0 (#2375) a7c2eec
  • Bump std-mocks from 1.0.1 to 2.0.0 (#2361) 85c336e
  • Bump actions/setup-node from 3 to 4 (#2362) 448d11c
  • chore(README.md): adds documentation around coloring json formatted logs 91ec069
  • Remove nonexistent Logger methods from types c3c3911
  • Update dependencies caf2df6

winstonjs/winston@v3.11.0...v3.12.0

v3.11.0

  • Bump split2 from 4.1.0 to 4.2.0 (#2336) 37f4282
  • Bump actions/checkout from 3 to 4 (#2346) fdcc893
  • Bump @​colors/colors packgae to 1.6.0 (#2353) dcbec34
  • Bump rimraf from 3.0.2 to 5.0.5 (#2357) aaaa4c0
  • feat: add guardrails to the instantiation of a Profiler (#2226) 914b846
  • Bump @​types/node from 20.3.1 to 20.4.2 (#2329) 23cb80c
  • Bug Fix: FileTransportOptions type missing lazy:boolean option (#2334) 1c43f7b

... (truncated)

Changelog

Sourced from winston's changelog.

CHANGELOG

v3.9.0

Functionality changes

Dependency updates by @​dependabot + CI autotesting

Documentation changes

Build Infrastructure changes

v3.8.2

Patch-level changes

Dependency updates by @​dependabot + CI autotesting

v3.8.1

Patch-level changes

Dependency updates by @​dependabot + CI autotesting

v3.8.0 / 2022-06-23

Added functionality

... (truncated)

Commits
  • c63a5ad 3.13.0
  • a237865 fix(http): allow passing maximumDepth to prevent big object being stringified...
  • b5eecf0 3.12.1
  • b10b98f Bump @​types/node from 20.11.24 to 20.11.29 (#2431)
  • 0277035 Revert "Remove nonexistent Logger methods from types" (#2434)
  • d95c948 fixed flaky test case (#2412)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-0029324481 branch 7 times, most recently from 2efc4bf to c80b306 Compare April 30, 2024 05:06
Bumps the minor group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [async-lock](https://github.com/rogierschouten/async-lock) | `1.3.2` | `1.4.1` |
| [@types/async-lock](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-lock) | `1.3.0` | `1.4.2` |
| [chokidar](https://github.com/paulmillr/chokidar) | `3.5.3` | `3.6.0` |
| [cjson](https://github.com/kof/node-cjson) | `0.3.3` | `0.5.0` |
| [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) | `5.0.4` | `5.5.5` |
| [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.16` | `4.17.21` |
| [gaxios](https://github.com/googleapis/gaxios) | `6.3.0` | `6.5.0` |
| [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) | `9.7.0` | `9.9.0` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.7` | `2.7.0` |
| [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) | `2.5.12` | `2.6.11` |
| [proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent) | `6.3.0` | `6.4.0` |
| [stream-json](https://github.com/uhop/stream-json) | `1.7.3` | `1.8.0` |
| [@types/stream-json](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/stream-json) | `1.7.2` | `1.7.7` |
| [triple-beam](https://github.com/winstonjs/triple-beam) | `1.3.0` | `1.4.1` |
| [@types/triple-beam](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/triple-beam) | `1.3.0` | `1.3.5` |
| [winston](https://github.com/winstonjs/winston) | `3.2.1` | `3.13.0` |
| [@angular-devkit/architect](https://github.com/angular/angular-cli) | `0.1402.2` | `0.1703.6` |
| [@google/events](https://github.com/googleapis/google-cloudevents-nodejs) | `5.1.1` | `5.4.0` |
| [@types/body-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-parser) | `1.17.0` | `1.19.5` |
| [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) | `4.17.33` | `4.19.0` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.149` | `4.17.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.58` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `18.3.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.1.0` | `48.2.3` |
| [firebase-functions](https://github.com/firebase/firebase-functions) | `4.3.1` | `4.9.0` |
| [next](https://github.com/vercel/next.js) | `14.1.0` | `14.2.3` |
| [nock](https://github.com/nock/nock) | `13.0.5` | `13.5.4` |
| [node-mocks-http](https://github.com/eugef/node-mocks-http) | `1.11.0` | `1.14.1` |
| [sinon-chai](https://github.com/domenic/sinon-chai) | `3.6.0` | `3.7.0` |
| [@types/sinon-chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon-chai) | `3.2.2` | `3.2.12` |
| [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | `0.50.1` | `0.63.0` |



Updates `async-lock` from 1.3.2 to 1.4.1
- [Release notes](https://github.com/rogierschouten/async-lock/releases)
- [Changelog](https://github.com/rogierschouten/async-lock/blob/master/History.md)
- [Commits](https://github.com/rogierschouten/async-lock/commits/v1.4.1)

Updates `@types/async-lock` from 1.3.0 to 1.4.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-lock)

Updates `chokidar` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@3.5.3...3.6.0)

Updates `cjson` from 0.3.3 to 0.5.0
- [Commits](https://github.com/kof/node-cjson/commits)

Updates `csv-parse` from 5.0.4 to 5.5.5
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@5.5.5/packages/csv-parse)

Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

Updates `@types/express` from 4.17.16 to 4.17.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `gaxios` from 6.3.0 to 6.5.0
- [Release notes](https://github.com/googleapis/gaxios/releases)
- [Changelog](https://github.com/googleapis/gaxios/blob/main/CHANGELOG.md)
- [Commits](googleapis/gaxios@v6.3.0...v6.5.0)

Updates `google-auth-library` from 9.7.0 to 9.9.0
- [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-nodejs@v9.7.0...v9.9.0)

Updates `node-fetch` from 2.6.7 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.7...v2.7.0)

Updates `@types/node-fetch` from 2.5.12 to 2.6.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

Updates `proxy-agent` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/proxy-agent@6.4.0/packages/proxy-agent)

Updates `stream-json` from 1.7.3 to 1.8.0
- [Commits](uhop/stream-json@1.7.3...1.8.0)

Updates `@types/stream-json` from 1.7.2 to 1.7.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/stream-json)

Updates `triple-beam` from 1.3.0 to 1.4.1
- [Release notes](https://github.com/winstonjs/triple-beam/releases)
- [Changelog](https://github.com/winstonjs/triple-beam/blob/master/CHANGELOG.md)
- [Commits](winstonjs/triple-beam@1.3.0...v1.4.1)

Updates `@types/triple-beam` from 1.3.0 to 1.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/triple-beam)

Updates `winston` from 3.2.1 to 3.13.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@3.2.1...v3.13.0)

Updates `winston-transport` from 4.4.0 to 4.7.0
- [Release notes](https://github.com/winstonjs/winston-transport/releases)
- [Changelog](https://github.com/winstonjs/winston-transport/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston-transport@v4.4.0...v4.7.0)

Updates `@angular-devkit/architect` from 0.1402.2 to 0.1703.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits)

Updates `@google/events` from 5.1.1 to 5.4.0
- [Release notes](https://github.com/googleapis/google-cloudevents-nodejs/releases)
- [Changelog](https://github.com/googleapis/google-cloudevents-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-cloudevents-nodejs@v5.1.1...v5.4.0)

Updates `@types/async-lock` from 1.3.0 to 1.4.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-lock)

Updates `@types/body-parser` from 1.17.0 to 1.19.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-parser)

Updates `@types/express` from 4.17.16 to 4.17.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `@types/express-serve-static-core` from 4.17.33 to 4.19.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Updates `@types/lodash` from 4.14.149 to 4.17.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node-fetch` from 2.5.12 to 2.6.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

Updates `@types/react` from 18.2.58 to 18.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.19 to 18.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@types/stream-json` from 1.7.2 to 1.7.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/stream-json)

Updates `@types/triple-beam` from 1.3.0 to 1.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/triple-beam)

Updates `eslint-plugin-jsdoc` from 48.1.0 to 48.2.3
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.1.0...v48.2.3)

Updates `firebase-functions` from 4.3.1 to 4.9.0
- [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@v4.3.1...v4.9.0)

Updates `next` from 14.1.0 to 14.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.0...v14.2.3)

Updates `nock` from 13.0.5 to 13.5.4
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.0.5...v13.5.4)

Updates `node-mocks-http` from 1.11.0 to 1.14.1
- [Release notes](https://github.com/eugef/node-mocks-http/releases)
- [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md)
- [Commits](eugef/node-mocks-http@v1.11.0...v1.14.1)

Updates `sinon-chai` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/domenic/sinon-chai/releases)
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](chaijs/sinon-chai@3.6.0...3.7.0)

Updates `@types/sinon-chai` from 3.2.2 to 3.2.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon-chai)

Updates `typescript-json-schema` from 0.50.1 to 0.63.0
- [Commits](YousefED/typescript-json-schema@v0.50.1...v0.63.0)

---
updated-dependencies:
- dependency-name: async-lock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/async-lock"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: cjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: csv-parse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: gaxios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: google-auth-library
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/node-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: proxy-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: stream-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/stream-json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: triple-beam
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/triple-beam"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston-transport
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@angular-devkit/architect"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@google/events"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/async-lock"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/body-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/express-serve-static-core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/node-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/stream-json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/triple-beam"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: firebase-functions
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: node-mocks-http
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: sinon-chai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/sinon-chai"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript-json-schema
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-0029324481 branch from c80b306 to 64d6631 Compare April 30, 2024 05:39
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

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

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-0029324481 branch May 1, 2024 22:34
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.

None yet

0 participants