chore(deps): bump the minor-and-patch group across 1 directory with 25 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 4
(about 2 hours ago)
(about 2 hours ago)
dependencies javascript
Bumps the minor-and-patch group with 24 updates in the / directory:
| Package | From | To |
|---|---|---|
| vitest | 2.0.5 |
2.1.9 |
| @nestjs/common | 10.4.1 |
10.4.22 |
| @nestjs/core | 10.4.1 |
10.4.22 |
| @nestjs/platform-express | 10.4.1 |
10.4.22 |
| @nestjs/throttler | 6.2.1 |
6.5.0 |
| class-validator | 0.14.1 |
0.15.1 |
| cookie-parser | 1.4.6 |
1.4.7 |
| @types/cookie-parser | 1.4.7 |
1.4.10 |
| helmet | 7.1.0 |
7.2.0 |
| nodemailer | 6.9.14 |
6.10.1 |
| @nestjs/cli | 10.4.4 |
10.4.9 |
| @nestjs/schematics | 10.1.4 |
10.2.3 |
| @nestjs/testing | 10.4.1 |
10.4.22 |
| supertest | 7.0.0 |
7.2.2 |
| @types/supertest | 6.0.2 |
7.2.1 |
| @tanstack/react-query | 5.51.23 |
5.102.8 |
| echarts | 5.5.1 |
5.6.0 |
| echarts-for-react | 3.0.2 |
3.0.6 |
| zustand | 4.5.5 |
4.5.7 |
| @testing-library/jest-dom | 6.5.0 |
6.10.0 |
| @testing-library/react | 16.0.0 |
16.3.3 |
| autoprefixer | 10.5.6 |
10.6.0 |
| jsdom | 24.1.1 |
24.1.3 |
| vite-plugin-pwa | 0.20.5 |
0.21.2 |
Updates vitest from 2.0.5 to 2.1.9
Release notes
Sourced from vitest's releases.
v2.1.9
This release includes security patches for:
- Browser mode serves arbitrary files | CVE-2025-24963
- Remote Code Execution when accessing a malicious website while Vitest API server is listening | CVE-2025-24964
🐞 Bug Fixes
- backport vitest-dev/vitest#7317 to v2 - by
@hi-ogawain vitest-dev/vitest#7318- (backport #7340 to v2) restrict served files from
/__screenshot-error- by@hi-ogawain vitest-dev/vitest#7343View changes on GitHub
Commits
c9e59a0chore: release v2.1.9e0fe1d8fix: backport #7317 to v2 (#7318)d69cc75bump: 2.1.892f7a2afix: support Node 2181ed45bchore: release v2.1.7fbe5c39fix: revert support for Vite 6b936702bump: 2.1.632f23b9chore: release v2.1.5417bdb4fix(browser): init browsers eagerly when tests are running (#6876)93b67c2fix: throw an error and a warning if.poll,.element,.rejects/`.resolv...- Additional commits viewable in compare view
Updates @nestjs/common from 10.4.1 to 10.4.22
Release notes
Sourced from @nestjs/common's releases.
v10.4.22
What's Changed
- fix(express): Update body-parser to 1.20.4 for CVE-2025-15284 by
@Xilisin nestjs/nest#16178Full Changelog: https://github.com/nestjs/nest/compare/v10.4.21...v10.4.22
v10.4.21
What's Changed
- fix(express): Update express to 4.22.1 to address CVE-2025-15284 by
@Xilisin nestjs/nest#16157New Contributors
@Xilismade their first contribution in nestjs/nest#16157Full Changelog: https://github.com/nestjs/nest/compare/v10.4.20...v10.4.21
v10.4.19 (2025-06-09)
Dependencies
platform-express
- chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot])v10.4.18 (2025-05-26)
Dependencies
platform-express
- chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0
v10.4.16
What's Changed
- fix(common): introduce magic file type validator to nestjs common by
@Chathulain nestjs/nest#14948Full Changelog: https://github.com/nestjs/nest/compare/v10.4.15...v10.4.16
v10.4.15 (2024-12-09)
Dependencies
platform-express
- #14282 fix(deps): update dependency express to v4.21.2 (
@renovate[bot])v10.4.13 (2024-12-03)
Bug fixes
common
- #14256 chore(common): Add type declaration for RawBody decorator with pipes (
@sapenlei)Dependencies
- #14257 fix(deps): update dependency
@fastify/staticto v7.0.4 (@renovate[bot])
... (truncated)
Commits
58ebae0chore: revert lerna change44969b1chore(release): publish v10.4.22 release5a59810chore(@nestjs) publish v10.4.21 releasef8021abchore(@nestjs) publish v10.4.20 release421a580chore(@nestjs) publish v10.4.19 release9da1249chore(@nestjs) publish v10.4.18 releasedc2a3c0chore(@nestjs) publish v10.4.17 releasec4fb432chore(common): temporarily move file-type to regular deps6c8aec6chore(@nestjs) publish v10.4.16 release2b9e132chore: update outdated tests, make file-type optional- Additional commits viewable in compare view
Updates @nestjs/core from 10.4.1 to 10.4.22
Release notes
Sourced from @nestjs/core's releases.
v10.4.22
What's Changed
- fix(express): Update body-parser to 1.20.4 for CVE-2025-15284 by
@Xilisin nestjs/nest#16178Full Changelog: https://github.com/nestjs/nest/compare/v10.4.21...v10.4.22
v10.4.21
What's Changed
- fix(express): Update express to 4.22.1 to address CVE-2025-15284 by
@Xilisin nestjs/nest#16157New Contributors
@Xilismade their first contribution in nestjs/nest#16157Full Changelog: https://github.com/nestjs/nest/compare/v10.4.20...v10.4.21
v10.4.19 (2025-06-09)
Dependencies
platform-express
- chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot])v10.4.18 (2025-05-26)
Dependencies
platform-express
- chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0
v10.4.16
What's Changed
- fix(common): introduce magic file type validator to nestjs common by
@Chathulain nestjs/nest#14948Full Changelog: https://github.com/nestjs/nest/compare/v10.4.15...v10.4.16
v10.4.15 (2024-12-09)
Dependencies
platform-express
- #14282 fix(deps): update dependency express to v4.21.2 (
@renovate[bot])v10.4.13 (2024-12-03)
Bug fixes
common
- #14256 chore(common): Add type declaration for RawBody decorator with pipes (
@sapenlei)Dependencies
- #14257 fix(deps): update dependency
@fastify/staticto v7.0.4 (@renovate[bot])
... (truncated)
Commits
58ebae0chore: revert lerna change44969b1chore(release): publish v10.4.22 release5a59810chore(@nestjs) publish v10.4.21 releasef8021abchore(@nestjs) publish v10.4.20 release421a580chore(@nestjs) publish v10.4.19 release9da1249chore(@nestjs) publish v10.4.18 releasedc2a3c0chore(@nestjs) publish v10.4.17 release6c8aec6chore(@nestjs) publish v10.4.16 released0fb875chore(@nestjs) publish v10.4.15 release1d457fechore(@nestjs) publish v10.4.14 release- Additional commits viewable in compare view
Updates @nestjs/platform-express from 10.4.1 to 10.4.22
Release notes
Sourced from @nestjs/platform-express's releases.
v10.4.22
What's Changed
- fix(express): Update body-parser to 1.20.4 for CVE-2025-15284 by
@Xilisin nestjs/nest#16178Full Changelog: https://github.com/nestjs/nest/compare/v10.4.21...v10.4.22
v10.4.21
What's Changed
- fix(express): Update express to 4.22.1 to address CVE-2025-15284 by
@Xilisin nestjs/nest#16157New Contributors
@Xilismade their first contribution in nestjs/nest#16157Full Changelog: https://github.com/nestjs/nest/compare/v10.4.20...v10.4.21
v10.4.19 (2025-06-09)
Dependencies
platform-express
- chore(deps): bump multer from 2.0.0 to 2.0.1 (
@dependabot[bot])v10.4.18 (2025-05-26)
Dependencies
platform-express
- chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0
v10.4.16
What's Changed
- fix(common): introduce magic file type validator to nestjs common by
@Chathulain nestjs/nest#14948Full Changelog: https://github.com/nestjs/nest/compare/v10.4.15...v10.4.16
v10.4.15 (2024-12-09)
Dependencies
platform-express
- #14282 fix(deps): update dependency express to v4.21.2 (
@renovate[bot])v10.4.13 (2024-12-03)
Bug fixes
common
- #14256 chore(common): Add type declaration for RawBody decorator with pipes (
@sapenlei)Dependencies
- #14257 fix(deps): update dependency
@fastify/staticto v7.0.4 (@renovate[bot])
... (truncated)
Commits
58ebae0chore: revert lerna change44969b1chore(release): publish v10.4.22 releaseb9ec98ffix(express): Update body-parser to 1.20.4 for CVE-2025-152845a59810chore(@nestjs) publish v10.4.21 releaseeb0f29dfix(express): update express to 4.22.1 to address CVE-2025-15284f8021abchore(@nestjs) publish v10.4.20 release0402529chore: bump multer421a580chore(@nestjs) publish v10.4.19 release2e9f312chore(common): bump multer to 2.0.19da1249chore(@nestjs) publish v10.4.18 release- Additional commits viewable in compare view
Updates @nestjs/throttler from 6.2.1 to 6.5.0
Release notes
Sourced from @nestjs/throttler's releases.
v6.5.0
Minor Changes
- 58964d6: Add a setHeaders option to control whether to add headers to the response or not
Minor Changes
- 5cb4254: Update to allow for support for Nest version 11
v6.4.0
Minor Changes
- 5cb4254: Update to allow for support for Nest version 11
v6.3.0
Minor Changes
- fc93f3a: pass context to getTraker as a second arg
Changelog
Sourced from @nestjs/throttler's changelog.
6.5.0
Minor Changes
- 58964d6: Add a setHeaders option to control whether to add headers to the response or not
Minor Changes
- 5cb4254: Update to allow for support for Nest version 11
6.3.0
Minor Changes
- fc93f3a: pass context to getTraker as a second arg
Commits
7b11a2echore: version packages58964d6feat: Add setHeader option4e970b2fix: Remove interface change02fdf5bfeat: Add setHeader optionf618a89chore(deps): update dependency ts-jest to v29.4.6a988bc4chore(deps): update dependency@types/expressto v5.0.6521fbeachore(deps): update dependency prettier to v3.7.3473de77chore(deps): update dependency prettier to v3.7.2c7d69a7chore(deps): update dependency graphql-tools to v9.0.25a11466dchore(deps): update dependency@nestjs/clito v11.0.14- Additional commits viewable in compare view
Updates class-validator from 0.14.1 to 0.15.1
Release notes
Sourced from class-validator's releases.
v0.15.1
What's Changed
- chore: publish 0.15.0 for real by
@braaarin typestack/class-validator#2671- chore: publish 0.15.1 by
@braaarin typestack/class-validator#2672Full Changelog: https://github.com/typestack/class-validator/compare/v0.15.0...v0.15.1
v0.15.0
What's Changed
- feat: add
IsISO31661Numericdecorator for country codes by@RobinvanderVlietin typestack/class-validator#2657- feat:
validateIffor validation options by@aoi-umiin typestack/class-validator#1579- feat: update UUID validation to support versions 1-8, nil, max, and all by
@PleBeain typestack/class-validator#2647- chore: bump vulnerable dependencies by
@braaarin typestack/class-validator#2669- feat: add
isISO6391decorator for language codes by@RobinvanderVlietin typestack/class-validator#2626- feat(IsIBAN)!: Add
IsIBANOptionsas argument forIsIBANdecorator by@LiiaMenkein typestack/class-validator#2618- fix small grammatical error in README.md by
@igorrochain typestack/class-validator#2596- chore: release 0.15.0 by
@braaarin typestack/class-validator#2670New Contributors
@RobinvanderVlietmade their first contribution in typestack/class-validator#2657@aoi-umimade their first contribution in typestack/class-validator#1579@PleBeamade their first contribution in typestack/class-validator#2647@LiiaMenkemade their first contribution in typestack/class-validator#2618@igorrochamade their first contribution in typestack/class-validator#2596Full Changelog: https://github.com/typestack/class-validator/compare/v0.14.4...v0.15.0
v0.14.4
What's Changed
- build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by
@dependabot[bot] in typestack/class-validator#2645- build(deps): bump validator from 13.15.20 to 13.15.22 by
@dependabot[bot] in typestack/class-validator#2649- chore: release 0.14.4 by
@braaarin typestack/class-validator#2667Full Changelog: https://github.com/typestack/class-validator/compare/v0.14.3...v0.14.4
v0.14.3
What's Changed
- build: update validator to 13.15.20 by
@weikangchiain typestack/class-validator#2638- feat: release 0.14.3 by
@braaarin typestack/class-validator#2643- docs: update changelog by
@braaarin typestack/class-validator#2644New Contributors
@weikangchiamade their first contribution in typestack/class-validator#2638Full Changelog: https://github.com/typestack/class-validator/compare/v0.14.2...v0.14.3
v0.14.2
What's Changed
... (truncated)
Changelog
Sourced from class-validator's changelog.
0.15.1 (2026-02-26)
BREAKING CHANGES
- Added options argument to IsIBAN validator (#2618), which breaks any existing usage of this decorator that pass an argument to the decorator, e.g.
@IsIBAN({forbidUnknownValues: false})Fixed
- Updated lockfile to patch vulnerabilities (#2669)
- Fixed a small grammatical error in the docs (#2596)
Added
- Added
validateIfoption to all validators, providing a lot more flexibility in using conditional validation (#1579)- Added IsISO31661Numeric validator for country codes (#2657)
- Added IsISO6391 validator for language codes (#2626)
- Added more versions to IsUUID validator options. (#2647)
0.14.4 (2026-02-25)
- Updated validator.js to 13.15.22 (#2649)
0.14.3 (2025-11-24)
- Fixed a vulnerability by bumping validator.js (#2638 by
@weikangchia)0.14.2 (2025-05-02)
Fixed
- Fixed an issue where
forbidUnknownValuesdid not default totruewhenvalidatorOptionswas undefined. (#2196 by@cduff)- Fixed the
ValidationMetadata.nameproperty to work correctly with the@IsOptionaldecorator. (#2044 by@Clashsoft)- Updated the Codecov configuration for continuous integration. (#2556 by
@haiweilian)- Fixed an issue where options were not passed correctly to the
@IsBase64decorator. (#2549 by@aseyfpour)- Fixed argument handling for the
isBase64function. (#2574 by@braaar)
Commits
2e1a5c2chore: publish 0.15.1 (#2672)737d2a7chore: publish 0.15.0 (#2671)8bc5f96chore: release 0.15.0 (#2670)dc41588fix small grammatical error in README.md (#2596)2c0ff53feat(IsIBAN): Add IsIBANOptions as argument for IsIBAN decorator (#2618)e0eaa02feat: addisISO6391decorator for language codes (#2626)a8b2f6echore: bump vulnerable dependencies (#2669)35e589dfeat: update UUID validation to support versions 1-8, nil, max, and all (#2647)042fb57feat: addvalidateIfto validation options (#1579)4fcad7bfeat: addIsISO31661Numericdecorator for country codes (#2657)- Additional commits viewable in compare view
Updates cookie-parser from 1.4.6 to 1.4.7
Release notes
Sourced from cookie-parser's releases.
1.4.7
What's Changed
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/cookie-parser#103- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinezin expressjs/cookie-parser#104- ci: Use GITHUB_OUTPUT envvar instead of set-output command by
@arunsathiyain expressjs/cookie-parser#100- deps: cookie@0.7.2 by
@SamChatfieldin expressjs/cookie-parser#116- Release: 1.4.7 by
@UlisesGasconin expressjs/cookie-parser#117New Contributors
@inigomarquinezmade their first contribution in expressjs/cookie-parser#103@arunsathiyamade their first contribution in expressjs/cookie-parser#100@SamChatfieldmade their first contribution in expressjs/cookie-parser#116@UlisesGasconmade their first contribution in expressjs/cookie-parser#117Full Changelog: https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7
Changelog
Sourced from cookie-parser's changelog.
1.4.7 / 2024-10-08
- deps: cookie@0.7.2
- Fix object assignment of
hasOwnProperty- deps: cookie@0.7.1
- Allow leading dot for domain
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing- deps: cookie@0.7.0
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add
maintopackage.jsonfor rspack- deps: cookie@0.6.0
- Add
partitionedoption- deps: cookie@0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
- deps: cookie@0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
Commits
5d61e1e1.4.7ccf1f54deps: cookie@0.7.2 (#116)429cfd4ci: Use GITHUB_OUTPUT envvar instead of set-output command (#100)ca4c97eci: fix errors in ci pipeline for node 8 and 9 (#104)97bdf39ci: add support for OSSF scorecard reporting (#103)e5862bdbuild: Node.js@17.6f0688d2build: Node.js@14.1944ec541build: Node.js@16.14695435adeps: cookie@0.4.2f66e7e1build: mocha@9.2.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.
Updates @types/cookie-parser from 1.4.7 to 1.4.10
Commits
- See full diff in compare view
Updates helmet from 7.1.0 to 7.2.0
Changelog
Sourced from helmet's changelog.
7.2.0 - 2024-09-28
Changed
Content-Security-Policymiddleware now warns if a directive should have quotes but does not, such asselfinstead of'self'. This will be an error in future versions. See #454
Commits
7e2b0697.2.07bea915Update changelog for 7.2.0 release63ba434Update Jest to latest version77559f8EnablenoUncheckedSideEffectImportsTypeScript option0df600aUpdate tsx to latest version1e55dd9Update TypeScript to latest versiona0c8a13Update@types/nodeto latest version4454633Update Prettier to latest version1903fc0Improve compression when publishing package70660dfUpdate Rollup dependencies to latest versions- Additional commits viewable in compare view
Updates nodemailer from 6.9.14 to 6.10.1
Release notes
Sourced from nodemailer's releases.
v6.10.1
6.10.1 (2025-02-06)
Bug Fixes
- close correct socket (a18062c)
v6.10.0
6.10.0 (2025-01-23)
Features
Bug Fixes
- proxy: Set error and timeout errors for proxied sockets (aa0c99c)
v6.9.16
6.9.16 (2024-10-28)
Bug Fixes
- addressparser: Correctly detect if user local part is attached to domain part (f2096c5)
v6.9.15
6.9.15 (2024-08-08)
Bug Fixes
Changelog
Sourced from nodemailer's changelog.
6.10.1 (2025-02-06)
Bug Fixes
- close correct socket (a18062c)
6.10.0 (2025-01-23)
Features
Bug Fixes
- proxy: Set error and timeout errors for proxied sockets (aa0c99c)
6.9.16 (2024-10-28)
Bug Fixes
- addressparser: Correctly detect if user local part is attached to domain part (f2096c5)
6.9.15 (2024-08-08)
Bug Fixes
Commits
e1d9123chore(master): release 6.10.1 [skip-ci] (#1719)f093aaaMerge branch 'master' of github.com:nodemailer/nodemailera18062cfix: close correct socket0856796chore(master): release 6.10.0 [skip-ci] (#1700)db59df0Bumped depsaa0c99cfix(proxy): Set error and timeout errors for proxied sockets15146d8Proton mail fix, issue: nodemailer/nodemailer#1691...d1ae0a8feat(services): add Seznam email service configuration (#1695)e70b9c1chore(master): release 6.9.16 [skip-ci] (#1688)bcf55beBumped deps- Additional commits viewable in compare view
Updates @nestjs/cli from 10.4.4 to 10.4.9
Release notes
Sourced from @nestjs/cli's releases.
Release 10.4.9
- Merge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-imports (3d0fe0b5)
- fix: add missing class-transformer/storage in lazy import list (a1cc6cfe)
- Merge pull request #2815 from nestjs/renovate/typescript-5.x (4af113ec)
Release 10.4.8
- Merge pull request #2792 from nestjs/fix/type-check-error-2791 (5be20eb3)
- Merge pull request #2797 from nestjs/renovate/tsconfig-paths-webpack-plugin-4.x (6d77fd30)
- Merge pull request #2800 from caucik/webpack-fix-branch (9ec2d5e5)
- fix: webpack default config - IgnorePlugin (83c5cfc8)
- fix(deps): update dependency tsconfig-paths-webpack-plugin to v4.2.0 (ebdfb325)
- chore(deps): update dependency
@swc/coreto v1.9.2 (#2794) (ed9d8b86)- fix: show type check warning only when builder is not swc #2791 (2e23003b)
- fix(deps): update dependency glob to v10.4.5 (7aba4817)
Release 10.4.7
- Merge pull request #2786 from nestjs/revert-2642-renovate/glob-11.x (0ff0a01d)
- Revert "fix(deps): update dependency glob to v11" (7af719ea)
Release 10.4.6
- build: allow js, clean artificats in ci (7bc0b3ff)
- chore(deps): update dependency ts-jest to v29.2.5 (41ce50bf)
- fix(deps): update dependency typescript to v5.6.3 (067a1190)
- Merge pull request #2784 from nestjs/renovate/node-22.x (f3bd8b00)
- Merge pull request #2778 from nestjs/renovate/swc-monorepo (008ab68e)
- Merge pull request #2780 from nestjs/renovate/webpack-5.x (d708ea95)
- Merge pull request #2764 from nestjs/renovate/angular-cli-monorepo (d8ae02b5)
- fix: add missing type argument (df91c495)
- Merge branch 'addun-fix-issue-2653' (041a184b)
- chore: resolve conflicts (486ac60e)
- Merge pull request #2415 from yigitkurtcu/feat/generate-options-base-url (537dfa7e)
- Merge pull request #2716 from nestjs/renovate/angular-cli-monorepo (ef0ff51d)
- Merge pull request #2642 from nestjs/renovate/glob-11.x (c7e2e01d)
- fix(deps): update angular-cli monorepo to v17.3.10 (960e65f8)
- Merge pull request #2743 from nestjs/renovate/webpack-5.x (b750eadf)
- Merge pull request #2754 from nestjs/renovate/nest-monorepo (603721e7)
- fix(deps): update dependency
@nestjs/schematicsto v10.2.2 (f062e99a)- fix: unification copy behavior between watched and not watched assets (3664ed06)
- fix(deps): update dependency glob to v11 (fc6e7a16)
- feat: basedir option added to configuration for generate command (877b6bd8)
Release 10.4.5
- Merge pull request #2666 from nestjs/renovate/nest-monorepo (a734d81f)
- Merge pull request #2712 from nestjs/renovate/npm-webpack-vulnerability (587e407e)
- chore(deps): update dependency
@swc/coreto v1.7.21 (4ccad5c5)- chore(deps): update commitlint monorepo to v19.4.1 (d3484bfd)
- fix(deps): update dependency webpack to v5.94.0 [security] (78136826)
- chore(deps): update dependency
@types/nodeto v20.16.2 (b9cdc65b)- chore(deps): update typescript-eslint monorepo to v8.3.0 (28913e79)
- chore(deps): update dependency
@swc/coreto v1.7.18 (fa03cba8)
... (truncated)
Commits
81e15c3chore(): release v10.4.93d0fe0bMerge pull request #2838 from yifanwww/fix/webpack-ignore-lazy-importsa1cc6cffix: add missing class-transformer/storage in lazy import list4af113eMerge pull request #2815 from nestjs/renovate/typescript-5.x2e929c3fix(deps): update dependency typescript to v5.7.267503d3Merge pull request #2830 from nestjs/renovate/webpack-5.x6110b8echore(deps): update dependency@swc/coreto v1.10.1 (#2837)ce66172fix(deps): update dependency webpack to v5.97.1bec6134chore(deps): update dependency@swc/coreto v1.10.0 (#2832)b10c00echore(deps): update dependency prettier to v3.4.2 (#2831)- Additional commits viewable in compare view
Updates @nestjs/schematics from 10.1.4 to 10.2.3
Release notes
Sourced from @nestjs/schematics's releases.
Release 10.2.3
- Merge pull request #1919 from micalevisk/patch-1 (590ad1f)
- Merge pull request #1915 from nestjs/renovate/angular-cli-monorepo (c2a0085)
- Merge pull request #1918 from micalevisk/refactor-remove-deprecated-node-apis (2546cdb)
- fix: downgrade eslint to v8 on application files (c716ed9)
- refactor: drop deprecate nodejs utility api (e323a5a)
- chore(deps): update babel monorepo to v7.26.0 (5eddd5a)
- chore(deps): update dependency
@types/nodeto v20.17.1 (66013b1)- fix(deps): update angular-cli monorepo to v17.3.11 (5d47e13)
- chore(deps): update dependency
@types/nodeto v20.17.0 (f614f17)- chore(deps): update dependency
@types/jestto v29.5.14 (ea8edec)- chore(deps): update babel monorepo to v7.25.9 (f50afcb)
- chore(deps): update dependency
@types/nodeto v20.16.14 (39a550e)- chore(deps): update typescript-eslint monorepo to v8.11.0 (9271009)
- Merge pull request #1904 from nestjs/renovate/release-it-17.x (fb410a8)
- chore(deps): update dependency
@types/nodeto v20.16.13 (353afd8)- chore(deps): update dependency eslint to v9.13.0 (ba3b0d5)
- chore(deps): update typescript-eslint monorepo to v8.10.0 (9d90c4d)
- chore(deps): update dependency release-it to v17.10.0 (a880ab3)
Release 10.2.2
- Merge pull request #1905 from nestjs/revert-1899-patch-1 (5fee5b0)
- Revert "feat: enable
forceConsistentCasingInFileNamesfor 'application' template" (8b4e2ec)Release 10.2.1
- chore: temporarily use web release (fcda2d4)
- chore: regenerate package-lock (a97af97)
- chore: regenerate package-lock (68ad379)
- Merge branch 'master' of https://github.com/nestjs/schematics (14d1bba)
- chore: update application schematic readme (ac76463)
- chore(deps): update dependency
@types/nodeto v20.16.12 (427e447)Release 10.2.0
- Merge branch 'BrunnerLivio-feature/use-env-port' (8cb708c)
- chore: resolve conflicts, update to nullish coalescing (1572899)
- Merge branch 'master' of https://github.com/nestjs/schematics (7acea9b)
- chore: update readme (e4b101c)
- Merge pull request #1813 from nestjs/renovate/comment-json-4.x (cb3e503)
- fix(deps): update dependency comment-json to v4.2.5 (ef65b9b)
- Merge pull request #1862 from nestjs/renovate/angular-cli-monorepo (b5554ff)
- Merge pull request #1899 from micalevisk/patch-1 (b1e1f8f)
- Merge pull request #1902 from nestjs/renovate/release-it-17.x (3779fd3)
- chore: update readme (5001925)
- chore(deps): update dependency release-it to v17.10.0 (457d711)
- chore(deps): update typescript-eslint monorepo to v8.9.0 (9ba353f)
- chore(dep...
Description has been truncated
Package Dependencies
@nestjs/platform-express
npm
10.4.1 → 10.4.22
Patch
Security Advisories
Vitest browser mode serves arbitrary files
Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening
qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion
Technical Details
| ID: | 16543839 |
| UUID: | 5469506387 |
| Node ID: | PR_kwDOUbYLKM8AAAABDs4ngA |
| Host: | GitHub |
| Repository: | pythonh06719/- |