Skip to content

Bump the npm_and_yarn group across 1 directory with 29 updates#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm_and_yarn-dd3d80e494
Open

Bump the npm_and_yarn group across 1 directory with 29 updates#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/npm_and_yarn-dd3d80e494

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 8, 2025

Bumps the npm_and_yarn group with 19 updates in the / directory:

Package From To
@nestjs/core 7.1.1 9.0.5
@babel/traverse 7.10.1 7.26.7
@grpc/grpc-js 1.0.4 1.12.6
@google-cloud/secret-manager 3.0.0 5.6.0
ajv 6.12.2 6.12.6
axios 0.19.2 removed
@nestjs/common 7.1.1 11.0.8
@nestjs/microservices 7.1.1 11.0.8
@nestjs/platform-express 7.1.1 11.0.8
@nestjs/websockets 7.1.1 11.0.8
@nestjs/testing 6.0.5 11.0.8
qs 6.5.2 6.5.3
braces 3.0.2 3.0.3
jest 26.0.1 29.7.0
ts-jest 26.0.0 29.2.5
got 9.6.0 removed
nodemon 2.0.4 2.0.22
json5 1.0.1 1.0.2
minimist 1.2.5 1.2.8

Updates @nestjs/core from 7.1.1 to 9.0.5

Release notes

Sourced from @​nestjs/core's releases.

v9.0.5 (2022-07-20)

Bug fixes

  • common, platform-express

Enhancements

  • microservices
  • platform-express, platform-fastify
    • #9926 fix(express,fastify): raw body for urlencoded requests (@​tolgap)

Dependencies

Committers: 4

v9.0.2

Bug fixes

Enhancements

  • core

Dependencies

... (truncated)

Commits

Updates @babel/traverse from 7.10.1 to 7.26.7

Release notes

Sourced from @​babel/traverse's releases.

v7.26.7 (2025-01-24)

Thanks @​branchseer and @​tquetano-netflix for your first PRs!

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

Committers: 6

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 1

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.26.7 (2025-01-24)

🐛 Bug Fix

  • babel-helpers, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-transform-typeof-symbol
  • babel-parser
  • babel-core
  • babel-plugin-transform-typescript
  • babel-plugin-transform-typescript, babel-traverse, babel-types

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.5 (2025-01-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-transform-block-scoped-functions
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-transform-flow-strip-types, babel-types
  • babel-compat-data, babel-preset-env
  • babel-generator, babel-parser, babel-types

🔬 Output optimization

  • babel-plugin-transform-nullish-coalescing-operator

v7.26.4 (2024-12-05)

↩️ Revert

  • babel-traverse
    • #17005 Revert "perf: Improve scope information collection performance" (@​JLHwung)

... (truncated)

Commits

Updates @grpc/grpc-js from 1.0.4 to 1.12.6

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js@​1.12.6

  • Allow garbage collection of IDLE channels (#2896)

@​grpc/grpc-js 1.12.5

  • Prioritize HTTP status errors over message decoding errors (#2873)

@​grpc/grpc-js 1.12.4

  • Prioritize reporting UNAVAILABLE status when handing connection drops (#2862)

@​grpc/grpc-js 1.12.3

  • Report UNAVAILABLE if possible when handling connection drops (#2861)

@​grpc/grpc-js 1.12.2

  • Use util.promisify instead of fs/promises for Node 12 compatibility (#2838)

@​grpc/grpc-js-xds 1.12.2

@​grpc/grpc-js 1.12.1

  • Port bugfixes from 1.11.x into 1.12.x (#2836)

@​grpc/grpc-js-xds 1.12.1

  • Fix a bug that could cause the client to not receive some resource updates (#2880)

@​grpc/grpc-js-xds 1.12.0

  • Enable dualstack socket support by default in xDS clients (#2832)

@​grpc/grpc-js 1.12.0

Changelog

  • Provide the method_name for the CallCredentials callback generateMetadata (#2814 contributed by @​becoded)
  • Add an optional rejectUnauthorized field to the VerifyOptions interface, which can be passed as an argument to credentials.createSsl and createFromSecureContext (#2812 contributed by @​vinothsa4891)

Experimental API changes

Added:

  • CaCertificateUpdate
  • CaCertificateUpdateListener
  • IdentityCertificateUpdate
  • IdentityCertificateUpdateListener
  • CertificateProvider
  • FileWatcherCertificateProvider
  • FileWatcherCertificateProviderConfig
  • createCertificateProviderChannelCredentials
  • createCertificateProviderServerCredentials

Modified:

  • LoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.

... (truncated)

Commits
  • 6bd791d Merge pull request #2896 from murgatroid99/grpc-js_reduce_channel_leak
  • ca21e4a grpc-js: Allow garbage collection of IDLE channels
  • c6c69df Merge pull request #2880 from murgatroid99/grpc-js-xds_preserve_type_state_1....
  • b396b7d grpc-js-xds: Bump to version 1.12.1
  • bb6bb4a grpc-js-xds: Preserve resource type version and nonce when unsubscribing
  • bae98b3 Merge pull request #2873 from murgatroid99/grpc-js_http_error_resource_exhaus...
  • 63d9717 grpc-js: Prioritize HTTP status errors over message decoding errors
  • e9359ef Merge pull request #2862 from murgatroid99/grpc-js_connection_drop_reporting_...
  • 5e3b0fb grpc-js: Improve event sequencing when handling connection drops
  • a524d15 Merge pull request #2861 from murgatroid99/grpc-js_handle_socket_close
  • Additional commits viewable in compare view

Updates @google-cloud/secret-manager from 3.0.0 to 5.6.0

Release notes

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

text-to-speech: v5.6.0

5.6.0 (2024-10-30)

Features

  • [texttospeech] add multi-speaker markup, which allows generating dialogue between multiple speakers (#5760) (f9dea89)

tasks: v5.5.2

5.5.2 (2024-12-18)

Bug Fixes

gke-hub: v5.0.0

5.0.0 (2025-01-11)

⚠ BREAKING CHANGES

  • [gkehub] Update the configmanagement feature (#5925)

Features

  • [gkehub] Update the configmanagement feature (#5925) (95905ab)

data: v4.12.0

4.12.0 (2024-12-18)

Features

  • [analytics-data] add the EmptyFilter type to the Data API v1alpha (#5845) (1bcd241)

data: v4.11.0

4.11.0 (2024-11-21)

Features

  • [analytics-data] add EmptyFilter type to the Data API v1beta (#5831) (ced8054)

compute: v4.11.0

4.11.0 (2025-01-23)

Features

... (truncated)

Changelog

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

5.6.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)

Bug Fixes

5.5.0 (2024-05-02)

Features

  • [shopping] add Weight to common types for Shopping APIs to be used for accounts bundle (#5291) (27a72a6)

Bug Fixes

  • (secretmanaer) readd legacy path templates (#5290) (5e14553)

5.4.0 (2024-04-23)

Features

  • [secretmanager] Add Secret Version Delayed Destroy changes for client libraries (#5273) (fcce43c)

5.3.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5191) (57567db)

5.2.0 (2024-03-07)

Features

  • [secretmanager] clients for SecretManager API v1beta2 (#5117) (2c2c42b)

5.1.0 (2024-02-09)

Features

... (truncated)

Commits
  • 30376f3 chore: release main (#5363)
  • 2e5fe96 fix: readd path templates for secret manager (#5333)
  • 2c49bde chore: release main (#5286)
  • 27a72a6 feat: [shopping] add Weight to common types for Shopping APIs to be used fo...
  • 5e14553 fix: (secretmanaer) readd legacy path templates (#5290)
  • 5841968 chore: release main (#5279)
  • fcce43c feat: [secretmanager] Add Secret Version Delayed Destroy changes for client l...
  • 9696d9d chore: [secretmanager] update copyright year for Secret Manager (#5232)
  • 5067a61 chore: release main (#5181)
  • 57567db feat: [Many APIs] add several fields to manage state of database encryption u...
  • Additional commits viewable in compare view

Updates ajv from 6.12.2 to 6.12.6

Release notes

Sourced from ajv's releases.

v6.12.6

Fix performance issue of "url" format.

v6.12.5

Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords option (#1270)

v6.12.4

Fix: coercion of one-item arrays to scalar that should fail validation (failing example).

v6.12.3

Pass schema object to processCode function Option for strictNumbers (@​issacgerges, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)

Commits
  • fe59143 6.12.6
  • d580d3e Merge pull request #1298 from ajv-validator/fix-url
  • fd36389 fix: regular expression for "url" format
  • 490e34c docs: link to v7-beta branch
  • 9cd93a1 docs: note about v7 in readme
  • 877d286 Merge pull request #1262 from b4h0-c4t/refactor-opt-object-type
  • f1c8e45 6.12.5
  • 764035e Merge branch 'ChALkeR-chalker/fix-comma'
  • 3798160 Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...
  • a3c7eba Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...
  • Additional commits viewable in compare view

Removes axios

Updates @nestjs/common from 7.1.1 to 11.0.8

Release notes

Sourced from @​nestjs/common's releases.

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

Bug fixes

Committers: 1

v11.0.6 (2025-01-27)

Bug fixes

Committers: 1

v11.0.5 (2025-01-23)

Bug fixes

Committers: 1

v11.0.0 (2025-01-16)

Article: https://trilon.io/blog/announcing-nestjs-11-whats-new Migration guide: https://docs.nestjs.com/migration-guide 👈 👈 👈

⚠️ Node v16 and v18 are no longer supported (>= v20 is required).

Features

  • common, core, microservices

... (truncated)

Commits

Updates @nestjs/microservices from 7.1.1 to 11.0.8

Release notes

Sourced from @​nestjs/microservices's releases.

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

Bug fixes

Committers: 1

v11.0.6 (2025-01-27)

Bug fixes

Committers: 1

v11.0.5 (2025-01-23)

Bug fixes

Committers: 1

v11.0.0 (2025-01-16)

Article: https://trilon.io/blog/announcing-nestjs-11-whats-new Migration guide: https://docs.nestjs.com/migration-guide 👈 👈 👈

⚠️ Node v16 and v18 are no longer supported (>= v20 is required).

Features

  • common, core, microservices

... (truncated)

Commits

Updates @nestjs/platform-express from 7.1.1 to 11.0.8

Release notes

Sourced from @​nestjs/platform-express's releases.

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

Bug fixes

Committers: 1

v11.0.6 (2025-01-27)

Bug fixes

Committers: 1

v11.0.5 (2025-01-23)

Bug fixes

Committers: 1

v11.0.0 (2025-01-16)

Article: https://trilon.io/blog/announcing-nestjs-11-whats-new Migration guide: https://docs.nestjs.com/migration-guide 👈 👈 👈

⚠️ Node v16 and v18 are no longer supported (>= v20 is required).

Features

  • common, core, microservices

... (truncated)

Commits

Updates @nestjs/websockets from 7.1.1 to 11.0.8

Release notes

Sourced from @​nestjs/websockets's releases.

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

Bug fixes

Committers: 1

v11.0.6 (2025-01-27)

Bug fixes

Committers: 1

v11.0.5 (2025-01-23)

Bug fixes

Committers: 1

v11.0.0 (2025-01-16)

Article: https://trilon.io/blog/announcing-nestjs-11-whats-new Migration guide: https://docs.nestjs.com/migration-guide 👈 👈 👈

⚠️ Node v16 and v18 are no longer supported (>= v20 is required).

Features

  • common, core, microservices

... (truncated)

Commits

Updates @nestjs/testing from 6.0.5 to 11.0.8

Release notes

Sourced from @​nestjs/testing's releases.

v11.0.8 (2025-02-06)

Bug fixes

Committers: 4

v11.0.7 (2025-01-31)

Bug fixes

Bumps the npm_and_yarn group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `7.1.1` | `9.0.5` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.10.1` | `7.26.7` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.0.4` | `1.12.6` |
| [@google-cloud/secret-manager](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-secretmanager) | `3.0.0` | `5.6.0` |
| [ajv](https://github.com/ajv-validator/ajv) | `6.12.2` | `6.12.6` |
| [axios](https://github.com/axios/axios) | `0.19.2` | `removed` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `7.1.1` | `11.0.8` |
| [@nestjs/microservices](https://github.com/nestjs/nest/tree/HEAD/packages/microservices) | `7.1.1` | `11.0.8` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `7.1.1` | `11.0.8` |
| [@nestjs/websockets](https://github.com/nestjs/nest/tree/HEAD/packages/websockets) | `7.1.1` | `11.0.8` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `6.0.5` | `11.0.8` |
| [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` |
| [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `26.0.1` | `29.7.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `26.0.0` | `29.2.5` |
| [got](https://github.com/sindresorhus/got) | `9.6.0` | `removed` |
| [nodemon](https://github.com/remy/nodemon) | `2.0.4` | `2.0.22` |
| [json5](https://github.com/json5/json5) | `1.0.1` | `1.0.2` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |



Updates `@nestjs/core` from 7.1.1 to 9.0.5
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v9.0.5/packages/core)

Updates `@babel/traverse` from 7.10.1 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-traverse)

Updates `@grpc/grpc-js` from 1.0.4 to 1.12.6
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.0.4...@grpc/grpc-js@1.12.6)

Updates `@google-cloud/secret-manager` from 3.0.0 to 5.6.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-secretmanager/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v5.6.0/packages/google-cloud-secretmanager)

Updates `ajv` from 6.12.2 to 6.12.6
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.2...v6.12.6)

Removes `axios`

Updates `@nestjs/common` from 7.1.1 to 11.0.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.8/packages/common)

Updates `@nestjs/microservices` from 7.1.1 to 11.0.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.8/packages/microservices)

Updates `@nestjs/platform-express` from 7.1.1 to 11.0.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.8/packages/platform-express)

Updates `@nestjs/websockets` from 7.1.1 to 11.0.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.8/packages/websockets)

Updates `@nestjs/testing` from 6.0.5 to 11.0.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.8/packages/testing)

Updates `body-parser` from 1.19.0 to 2.0.2
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.19.0...2.0.2)

Updates `qs` from 6.5.2 to 6.5.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `jest` from 26.0.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `ts-jest` from 26.0.0 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v26.0.0...v29.2.5)

Updates `cookie` from 0.4.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.4.0...v0.7.1)

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

Updates `path-to-regexp` from 0.1.7 to 3.2.0
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v3.2.0)

Removes `got`

Updates `nodemon` from 2.0.4 to 2.0.22
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.4...v2.0.22)

Updates `json-bigint` from 0.3.0 to 1.0.0
- [Commits](sidorares/json-bigint@v0.3.0...v1.0.0)

Updates `json5` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

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

Updates `send` from 0.17.1 to 1.1.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.17.1...1.1.0)

Updates `serve-static` from 1.14.1 to 2.1.0
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](expressjs/serve-static@v1.14.1...2.1.0)

Updates `y18n` from 4.0.0 to 5.0.8
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](yargs/y18n@v4.0.0...v5.0.8)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/secret-manager"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/microservices"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/websockets"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: body-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jest
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: ts-jest
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: got
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nodemon
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: json-bigint
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 8, 2025
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