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

chore(deps): bump path-to-regexp, @nestjs/core, @nestjs/cqrs, @nestjs/platform-express, @nestjs/schedule, @nestjs/swagger, @nestjs/throttler, express and @nestjs/testing #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps path-to-regexp to 3.3.0 and updates ancestor dependencies path-to-regexp, @nestjs/core, @nestjs/cqrs, @nestjs/platform-express, @nestjs/schedule, @nestjs/swagger, @nestjs/throttler, express and @nestjs/testing. These dependencies need to be updated together.

Updates path-to-regexp from 0.1.7 to 3.3.0

Release notes

Sourced from path-to-regexp's releases.

Add backtracking protection

Fixed

  • Add backtrack protection to 3.x release (#321) d31670a

pillarjs/path-to-regexp@v3.2.0...v3.3.0

Match Function

Added

  • Add native match function to library

Validate and sensitive options

  • Add sensitive option for tokensToFunction (#191)
  • Add validate option to path functions (#178)

Fix backtracking in 1.x

Fixed

  • Add backtrack protection to 1.x release (#320) 925ac8e
  • Fix re.exec(&[#39](https://github.com/pillarjs/path-to-regexp/issues/39);/test/route&[#39](https://github.com/pillarjs/path-to-regexp/issues/39);) result (#267) 32a14b0

pillarjs/path-to-regexp@v1.8.0...v1.9.0

Backport token to function options

Added

  • Backport TokensToFunctionOptions

Fix backtracking (again)

Fixed

  • Improved backtracking protection for 0.1.x, will break some previously valid paths (see previous advisory: GHSA-9wv6-86v2-598j)

pillarjs/path-to-regexp@v0.1.11...v0.1.12

Error on bad input

Changed

  • Add error on bad input values 8f09549

pillarjs/path-to-regexp@v0.1.10...v0.1.11

Backtrack protection

Fixed

  • Add backtrack protection to parameters 29b96b4
    • This will break some edge cases but should improve performance

pillarjs/path-to-regexp@v0.1.9...v0.1.10

... (truncated)

Changelog

Sourced from path-to-regexp's changelog.

Moved to GitHub Releases

3.0.0 / 2019-01-13

  • Always use prefix character as delimiter token, allowing any character to be a delimiter (e.g. /:att1-:att2-:att3-:att4-:att5)
  • Remove partial support, prefer escaping the prefix delimiter explicitly (e.g. \\/(apple-)?icon-:res(\\d+).png)

2.4.0 / 2018-08-26

  • Support start option to disable anchoring from beginning of the string

2.3.0 / 2018-08-20

  • Use delimiter when processing repeated matching groups (e.g. foo/bar has no prefix, but has a delimiter)

2.2.1 / 2018-04-24

  • Allow empty string with end: false to match both relative and absolute paths

2.2.0 / 2018-03-06

  • Pass token as second argument to encode option (e.g. encode(value, token))

2.1.0 / 2017-10-20

  • Handle non-ending paths where the final character is a delimiter
    • E.g. /foo/ before required either /foo/ or /foo// to match in non-ending mode

2.0.0 / 2017-08-23

  • New option! Ability to set endsWith to match paths like /test?query=string up to the query string
  • New option! Set delimiters for specific characters to be treated as parameter prefixes (e.g. /:test)
  • Remove isarray dependency
  • Explicitly handle trailing delimiters instead of trimming them (e.g. /test/ is now treated as /test/ instead of /test when matching)
  • Remove overloaded keys argument that accepted options
  • Remove keys list attached to the RegExp output
  • Remove asterisk functionality (it's a real pain to properly encode)
  • Change tokensToFunction (e.g. compile) to accept an encode function for pretty encoding (e.g. pass your own implementation)

1.7.0 / 2016-11-08

  • Allow a delimiter option to be passed in with tokensToRegExp which will be used for "non-ending" token match situations

1.6.0 / 2016-10-03

  • Populate RegExp.keys when using the tokensToRegExp method (making it consistent with the main export)
  • Allow a delimiter option to be passed in with parse
  • Updated TypeScript definition with Keys and Options updated

1.5.3 / 2016-06-15

... (truncated)

Commits

Updates @nestjs/core from 9.2.0 to 10.4.15

Release notes

Sourced from @​nestjs/core's releases.

v10.4.15 (2024-12-09)

Dependencies

v10.4.13 (2024-12-03)

Bug fixes

  • common
    • #14256 chore(common): Add type declaration for RawBody decorator with pipes (@​sapenlei)

Dependencies

Committers: 3

v10.4.12 (2024-11-29)

Bug fixes

Dependencies

... (truncated)

Commits

Updates @nestjs/cqrs from 9.0.1 to 10.2.8

Release notes

Sourced from @​nestjs/cqrs's releases.

Release 10.2.8

10.2.8 (2024-10-29)

Enhancements

Committers: 1

Release 10.2.7

  • chore: update peer deps (96a7335)
  • Merge pull request #1567 from nestjs/renovate/reflect-metadata-0.x (2ab699c)
  • chore(deps): update dependency reflect-metadata to v0.2.1 (fd9a5e1)
  • Merge pull request #1628 from nestjs/renovate/nest-monorepo (e095f01)
  • chore(deps): update nest monorepo to v10.3.2 (6f00505)
  • Merge pull request #1523 from nestjs/renovate/cimg-node-21.x (196573b)
  • chore(deps): update typescript-eslint monorepo to v6.21.0 (981994b)
  • chore(deps): update dependency lint-staged to v15.2.2 (6e41f2d)
  • chore(deps): update dependency prettier to v3.2.5 (90586f4)
  • chore(deps): update dependency husky to v9.0.10 (b468e5a)
  • chore(deps): update dependency @​types/node to v20.11.16 (51a06f4)
  • chore(deps): update dependency @​types/jest to v29.5.12 (8fb9b65)
  • chore(deps): update dependency @​types/node to v20.11.15 (e07f979)
  • chore(deps): update dependency @​types/node to v20.11.14 (ec5a387)
  • chore(deps): update dependency lint-staged to v15.2.1 (fa3c7da)
  • chore(deps): update dependency @​types/node to v20.11.13 (2bb010f)
  • chore(deps): update dependency @​types/node to v20.11.11 (eee69a2)
  • chore(deps): update typescript-eslint monorepo to v6.20.0 (7442f55)
  • chore(deps): update dependency husky to v9.0.7 (a819496)
  • chore(deps): update dependency @​types/node to v20.11.10 (478cbcf)
  • chore(deps): update dependency @​types/node to v20.11.9 (1141211)
  • chore(deps): update dependency @​types/node to v20.11.8 (27c5022)
  • chore(deps): update dependency @​types/node to v20.11.7 (fbd53c4)
  • chore(deps): update dependency husky to v9.0.6 (338c5d9)
  • chore(deps): update dependency husky to v9 (b63db6d)
  • chore(deps): update commitlint monorepo to v18.6.0 (df4bf32)
  • chore(deps): update dependency @​types/node to v20.11.6 (8e97c15)
  • chore(deps): update nest monorepo to v10.3.1 (6e7881f)
  • chore(deps): update dependency release-it to v17.0.3 (ed54489)
  • chore(deps): update typescript-eslint monorepo to v6.19.1 (15849f5)
  • chore(deps): update commitlint monorepo to v18.5.0 (459b5a6)
  • chore(deps): update dependency ts-jest to v29.1.2 (dfb52cd)
  • chore(deps): update dependency prettier to v3.2.4 (9f868f1)
  • chore(deps): update dependency @​types/node to v20.11.5 (f8f71e1)
  • chore(deps): update dependency prettier to v3.2.3 (0fdfac2)
  • chore(deps): update node.js to v21.6 (fa1ed50)
  • chore(deps): update dependency @​types/node to v20.11.4 (14aa9f8)
  • chore(deps): update dependency @​types/node to v20.11.3 (3fba170)
  • chore(deps): update typescript-eslint monorepo to v6.19.0 (1425f58)
  • chore(deps): update dependency @​types/node to v20.11.2 (38bbe7f)

... (truncated)

Commits
  • 259f617 chore(): release v10.2.8
  • 0099dd1 Merge pull request #1743 from Code-Hive-GmbH/master
  • 0bd31ef Merge pull request #1824 from nestjs/renovate/uuid-11.x
  • 8fde40b chore(deps): update dependency @​types/node to v22
  • a1d24f4 chore(deps): update typescript-eslint monorepo to v8.12.1
  • 824f75f chore(deps): update dependency @​types/node to v20.17.2
  • 577707d fix(deps): update dependency uuid to v11
  • a5721e4 chore(deps): update typescript-eslint monorepo to v8.12.0
  • 276fbba chore(deps): update dependency @​types/node to v20.17.1
  • c49feac chore(deps): update dependency @​types/node to v20.17.0
  • Additional commits viewable in compare view

Updates @nestjs/platform-express from 9.2.0 to 10.4.15

Release notes

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

v10.4.15 (2024-12-09)

Dependencies

v10.4.13 (2024-12-03)

Bug fixes

  • common
    • #14256 chore(common): Add type declaration for RawBody decorator with pipes (@​sapenlei)

Dependencies

Committers: 3

v10.4.12 (2024-11-29)

Bug fixes

Dependencies

... (truncated)

Commits

Updates @nestjs/schedule from 2.1.0 to 4.1.2

Release notes

Sourced from @​nestjs/schedule's releases.

Release 4.1.2

  • Merge pull request #1834 from micalevisk/fix-issue-1833 (25a0ca9)
  • refactor: drop deprecated nodejs utility api (088674f)
  • chore(deps): update dependency prettier to v3.4.2 (#1832) (42600c0)
  • chore(deps): update nest monorepo to v10.4.13 (#1831) (58b28ba)
  • chore(deps): update typescript-eslint monorepo to v8.17.0 (#1830) (36bda2d)
  • chore(deps): update dependency eslint to v9.16.0 (#1829) (97be309)
  • chore(deps): update nest monorepo to v10.4.12 (#1828) (3bef9ec)
  • chore(deps): update dependency @​types/node to v22.10.1 (#1827) (ac01b10)
  • chore(deps): update nest monorepo to v10.4.11 (#1826) (40f132a)
  • chore(deps): update dependency prettier to v3.4.1 (#1825) (ed162b9)
  • chore(deps): update dependency prettier to v3.4.0 (#1824) (5ebb711)
  • chore(deps): update dependency @​types/node to v22.10.0 (#1823) (c6f82ac)
  • chore(deps): update dependency @​types/node to v22.9.4 (#1822) (7f0d064)
  • chore(deps): update typescript-eslint monorepo to v8.16.0 (#1821) (83a35b4)
  • chore(deps): update nest monorepo to v10.4.9 (#1820) (f9e64d8)
  • Merge pull request #1801 from nestjs/renovate/cron-3.x (cb158cc)
  • fix(deps): update dependency cron to v3.2.1 (f88e263)
  • Merge pull request #1808 from nestjs/renovate/uuid-11.x (35f6eb4)
  • chore(deps): update dependency @​types/node to v22.9.3 (#1819) (a0b8782)
  • chore(deps): update dependency @​types/node to v22.9.2 (#1818) (4b48c1e)
  • chore(deps): update dependency typescript to v5.7.2 (#1817) (d708b47)
  • chore(deps): update dependency @​types/node to v22.9.1 (#1816) (227763c)
  • chore(deps): update commitlint monorepo to v19.6.0 (#1815) (dd6748b)
  • chore(deps): update typescript-eslint monorepo to v8.15.0 (#1814) (da02653)
  • chore(deps): update dependency husky to v9.1.7 (#1813) (19fb64a)
  • chore(deps): update dependency eslint to v9.15.0 (#1812) (e004d24)
  • chore(deps): update nest monorepo to v10.4.8 (#1811) (142ab3a)
  • chore(deps): update typescript-eslint monorepo to v8.14.0 (#1809) (c20f9cd)
  • fix(deps): update dependency uuid to v11.0.3 (680c6f9)
  • chore(deps): update nest monorepo to v10.4.7 (9379999)
  • chore(deps): update dependency @​types/node to v22.9.0 (c2153c9)
  • chore(deps): update typescript-eslint monorepo to v8.13.0 (a72d7fe)
  • chore(deps): update dependency @​types/node to v22.8.7 (9e20d7a)
  • chore(deps): update dependency eslint to v9.14.0 (dfd85ce)
  • chore(deps): update dependency @​types/node to v22.8.6 (48663de)
  • chore(deps): update typescript-eslint monorepo to v8.12.2 (5767123)
  • chore(deps): update dependency @​types/node to v22.8.5 (bdc8318)
  • Merge pull request #1795 from nestjs/renovate/uuid-11.x (2898c3f)
  • chore(deps): update dependency @​types/node to v22 (b26a306)
  • chore(deps): update typescript-eslint monorepo to v8.12.1 (38e8a95)
  • chore(deps): update dependency @​types/node to v20.17.2 (a5c2a3d)
  • fix(deps): update dependency uuid to v11 (6020c6d)
  • chore(deps): update dependency @​types/node to v20.17.1 (7210ea3)
  • chore(deps): update dependency @​types/node to v20.17.0 (d3cf55e)
  • chore(deps): update nest monorepo to v10.4.6 (ba735f3)
  • chore(deps): update dependency @​types/node to v20.16.15 (8555b83)
  • chore(deps): update dependency @​types/jest to v29.5.14 (e58df86)
  • chore(deps): update dependency @​types/node to v20.16.14 (dca988b)
  • chore(deps): update typescript-eslint monorepo to v8.11.0 (9b5f16b)

... (truncated)

Commits
  • 185442a chore(): release v4.1.2
  • 25a0ca9 Merge pull request #1834 from micalevisk/fix-issue-1833
  • 088674f refactor: drop deprecated nodejs utility api
  • 42600c0 chore(deps): update dependency prettier to v3.4.2 (#1832)
  • 58b28ba chore(deps): update nest monorepo to v10.4.13 (#1831)
  • 36bda2d chore(deps): update typescript-eslint monorepo to v8.17.0 (#1830)
  • 97be309 chore(deps): update dependency eslint to v9.16.0 (#1829)
  • 3bef9ec chore(deps): update nest monorepo to v10.4.12 (#1828)
  • ac01b10 chore(deps): update dependency @​types/node to v22.10.1 (#1827)
  • 40f132a chore(deps): update nest monorepo to v10.4.11 (#1826)
  • Additional commits viewable in compare view

Updates @nestjs/swagger from 6.1.3 to 8.1.0

Release notes

Sourced from @​nestjs/swagger's releases.

Release 8.1.0

8.1.0 (2024-12-04)

Enhancements

Committers: 2

Release 8.0.7

8.0.7 (2024-11-15)

Bug fixes

Committers: 1

Release 8.0.6

8.0.6 (2024-11-15)

Bug fixes

Dependencies

Committers: 2

Release 8.0.5

8.0.5 (2024-11-08)

Dependencies

Release 8.0.4

8.0.4 (2024-11-08)

Bug fixes

Dependencies

... (truncated)

Commits
  • 5f7e16b chore(): release v8.1.0
  • 3dbe498 chore: regenerate package lock
  • 675a027 chore: deprecate swagger ui enabled, use ui instead
  • e579904 Merge pull request #3198 from ccaspers/extend-api-schema
  • 3b51f1d Merge pull request #3185 from mag123c/feature/3157-add-document-enabled-option
  • 472c66a Update lib/interfaces/swagger-custom-options.interface.ts
  • bc6c7ba feat(swagger): introduce raw option for document serving control
  • ae0d7ac fix: apply suggested change
  • dacdc51 feat: support description in @​ApiSchema
  • 3900335 chore(deps): update nest monorepo to v10.4.13 (#3197)
  • Additional commits viewable in compare view

Updates @nestjs/throttler from 3.1.0 to 6.2.1

Release notes

Sourced from @​nestjs/throttler's releases.

v6.2.1

Patch Changes

  • fbf27c6: Add the guard interfaces for export for public use

v6.2.0

Minor Changes

  • 3d1a9a5: Swap MD5 hash for SHA256 to better support OpenSSL 3.0 and future iterations

v6.1.1

Patch Changes

  • ef69348: Update the readme for websockets

v6.1.0

Minor Changes

  • e058d50: Use ceil instead of floor while calculating expire and block expire at to properly account for rounding up instead of down and accidentally allowing for early continued requests. Related to #2074

v6.0.0

Major Changes

  • 93b62d2: A time will be provided to block the request separately from the ttl. There is a breaking change at the library level. Storage library owners will be affected by this breaking change
  • 9b3f9cd: - e17a5dc: The storage has been updated to utilize Map instead of a simple object for key-value storage. This enhancement offers improved performance, especially for scenarios involving frequent additions and deletions of keys. There is a breaking change at the library level. Storage library owners will be affected by this breaking change

v5.2.0

Minor Changes

  • 16467c1: Add dynamic error messages based on context and ThrottlerLimitDetail

v5.1.2

Patch Changes

  • 7a431e5: Improve performance by replacing md5 npm package with Node.js crypto module.

v5.1.1

Patch Changes

  • b06a208: Resolves a bug that cause 'this' to be undefined in the 'getTracker' and 'generateKey' methods of the custom ThrottlerGuard

v5.1.0

Minor Changes

  • 903d187: Allow for throttler definitions to define their own trackers and key generators to allow for more customization of the rate limit process

v5.0.1

Patch Changes

  • bc9e6b2: Correctly assign metadata for multiple throttlers passed to @SkipThrottle()

... (truncated)

Changelog

Sourced from @​nestjs/throttler's changelog.

6.2.1

Patch Changes

  • fbf27c6: Add the guard interfaces for export for public use

6.2.0

Minor Changes

  • 3d1a9a5: Swap MD5 hash for SHA256 to better support OpenSSL 3.0 and future iterations

6.1.1

Patch Changes

  • ef69348: Update the readme for websockets

6.1.0

Minor Changes

  • e058d50: Use ceil instead of floor while calculating expire and block expire at to properly account for rounding up instead of down and accidentally allowing for early continued requests. Related to #2074

6.0.0

Major Changes

  • 93b62d2: A time will be provided to block the request separately from the ttl. There is a breaking change at the library level. Storage library owners will be affected by this breaking change
  • 9b3f9cd: - e17a5dc: The storage has been updated to utilize Map instead of a simple object for key-value storage. This enhancement offers improved performance, especially for scenarios involving frequent additions and deletions of keys. There is a breaking change at the library level. Storage library owners will be affected by this breaking change

5.2.0

Minor Changes

  • 16467c1: Add dynamic error messages based on context and ThrottlerLimitDetail

5.1.2

Patch Changes

  • 7a431e5: Improve performance by replacing md5 npm package with Node.js crypto module.

5.1.1

Patch Changes

  • b06a208: Resolves a bug that cause 'this' to be undefined in the 'getTracker' and 'generateKey' methods of the custom ThrottlerGuard

5.1.0

... (truncated)

Commits
  • 297a848 chore: version packages
  • fbf27c6 chore: add changeset for guard interfaces export
  • e857a43 export ThrottlerRequest
  • a040a39 chore: version packages
  • 3d1a9a5 chore: changeset for openssl 3.0 support
  • 7dc1f62 fix: use sha256 instead of md5 to support openssl 3.0 and on
  • df3dc74 chore(deps): update dependency husky to v9.1.5
  • 2e35249 chore(deps): update dependency @​nestjs/schematics to v10.1.4
  • d45f661 chore(deps): update dependency @​types/node to v20.16.1
  • 8621582 chore(deps): update dependency @​types/node to v20.16.0
  • Additional commits viewable in compare view

Updates express from 4.18.2 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

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

... (truncated)

Commits
Maintainer changes

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


Updates @nestjs/testing from 9.2.0 to 10.4.15

Release notes

Sourced from @​nestjs/testing's releases.

v10.4.15 (2024-12-09)

Dependencies

…/platform-express, @nestjs/schedule, @nestjs/swagger, @nestjs/throttler, express and @nestjs/testing

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 3.3.0 and updates ancestor dependencies [path-to-regexp](https://github.com/pillarjs/path-to-regexp), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/cqrs](https://github.com/nestjs/cqrs), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/schedule](https://github.com/nestjs/schedule), [@nestjs/swagger](https://github.com/nestjs/swagger), [@nestjs/throttler](https://github.com/nestjs/throttler), [express](https://github.com/expressjs/express) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together.


Updates `path-to-regexp` from 0.1.7 to 3.3.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.3.0)

Updates `@nestjs/core` from 9.2.0 to 10.4.15
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/core)

Updates `@nestjs/cqrs` from 9.0.1 to 10.2.8
- [Release notes](https://github.com/nestjs/cqrs/releases)
- [Changelog](https://github.com/nestjs/cqrs/blob/master/.release-it.json)
- [Commits](nestjs/cqrs@9.0.1...10.2.8)

Updates `@nestjs/platform-express` from 9.2.0 to 10.4.15
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/platform-express)

Updates `@nestjs/schedule` from 2.1.0 to 4.1.2
- [Release notes](https://github.com/nestjs/schedule/releases)
- [Changelog](https://github.com/nestjs/schedule/blob/master/.release-it.json)
- [Commits](nestjs/schedule@2.1.0...4.1.2)

Updates `@nestjs/swagger` from 6.1.3 to 8.1.0
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](nestjs/swagger@6.1.3...8.1.0)

Updates `@nestjs/throttler` from 3.1.0 to 6.2.1
- [Release notes](https://github.com/nestjs/throttler/releases)
- [Changelog](https://github.com/nestjs/throttler/blob/master/CHANGELOG.md)
- [Commits](nestjs/throttler@v3.1.0...v6.2.1)

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

Updates `@nestjs/testing` from 9.2.0 to 10.4.15
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.15/packages/testing)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
- dependency-name: "@nestjs/cqrs"
  dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
- dependency-name: "@nestjs/schedule"
  dependency-type: direct:production
- dependency-name: "@nestjs/swagger"
  dependency-type: direct:production
- dependency-name: "@nestjs/throttler"
  dependency-type: direct:production
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2024
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