From 97a0c7345416af12397db21c4112a21fb1d93b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:50:18 +0200 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 19 updates (#48) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the npm_and_yarn group with 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [class-validator](https://github.com/typestack/class-validator) | `0.13.2` | `0.14.0` | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.1.2` | `3.9.4` | | [typeorm](https://github.com/typeorm/typeorm) | `0.3.12` | `0.3.13` | | [graphql](https://github.com/graphql/graphql-js) | `16.6.0` | `16.8.1` | | [axios](https://github.com/axios/axios) | `1.5.1` | `1.6.8` | | [@nestjs/axios](https://github.com/nestjs/axios) | `1.0.1` | `3.0.2` | | [mssql](https://github.com/tediousjs/node-mssql) | `6.4.1` | `9.3.2` | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.20.10` | `7.24.1` | | [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) | `3.11.1` | `3.13.0` | | [es5-ext](https://github.com/medikoo/es5-ext) | `0.10.62` | `0.10.64` | | [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) | `4.1.0` | `4.1.1` | | [ip](https://github.com/indutny/node-ip) | `2.0.0` | `2.0.1` | | [sqlite3](https://github.com/TryGhost/node-sqlite3) | `5.1.4` | `5.1.7` | | [tar](https://github.com/isaacs/node-tar) | `6.1.13` | `6.2.1` | Bumps the npm_and_yarn group with 4 updates in the /examples/skeleton-app directory: [semver](https://github.com/npm/node-semver), [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse), [webpack](https://github.com/webpack/webpack) and [@nestjs/cli](https://github.com/nestjs/nest-cli). Updates `class-validator` from 0.13.2 to 0.14.0
Changelog

Sourced from class-validator's changelog.

0.14.0 (2022-12-09)

Added

Fixed

Changed

BREAKING CHANGES

forbidUnknownValues option is enabled by default

From this release the forbidUnknownValues is enabled by default. This is the desired behavior for majority of use-cases, but this change may break validation for some. The two scenarios that results in failed validation:

The old behavior can be restored via specifying forbidUnknownValues: false option when calling the validate functions.

For more details see [PR #1798](typestack/class-validator#1798) and #1422 (comment).

@NestedValidation decorator correctly assigns validation errors

Until now the errors from a nested validation in some cases were incorrectly assigned

... (truncated)

Commits

Updates `mysql2` from 3.1.2 to 3.9.4
Release notes

Sourced from mysql2's releases.

v3.9.4

3.9.4 (2024-04-09)

Bug Fixes

v3.9.3

3.9.3 (2024-03-26)

Bug Fixes

v3.9.2

3.9.2 (2024-02-26)

Bug Fixes

v3.9.1

3.9.1 (2024-01-29)

Bug Fixes

v3.9.0

3.9.0 (2024-01-26)

Features

v3.8.0

3.8.0 (2024-01-23)

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.9.4 (2024-04-09)

Bug Fixes

3.9.3 (2024-03-26)

Bug Fixes

3.9.2 (2024-02-26)

Bug Fixes

3.9.1 (2024-01-29)

Bug Fixes

3.9.0 (2024-01-26)

Features

3.8.0 (2024-01-23)

Features

Bug Fixes

... (truncated)

Commits

Updates `typeorm` from 0.3.12 to 0.3.13
Release notes

Sourced from typeorm's releases.

0.3.13

Bug Fixes

Features

Changelog

Sourced from typeorm's changelog.

0.3.13 (2023-04-06)

Bug Fixes

Features

Commits

Updates `graphql` from 16.6.0 to 16.8.1
Release notes

Sourced from graphql's releases.

v16.8.1 (2023-09-19)

Bug Fix 🐞

Committers: 1

v16.8.0 (2023-08-14)

New Feature 🚀

Committers: 1

v16.7.1 (2023-06-22)

:loudspeaker: Big shout out to @​phryneas, who managed to reproduce this issue and come up with this fix.

Bug Fix 🐞

Committers: 1

v16.7.0 (2023-06-21)

New Feature 🚀

Bug Fix 🐞

Committers: 3

Commits

Updates `axios` from 1.5.1 to 1.6.8
Release notes

Sourced from axios's releases.

Release v1.6.8

Release notes:

Bug Fixes

Contributors to this release

Release v1.6.7

Release notes:

Bug Fixes

Contributors to this release

Release v1.6.6

Release notes:

Bug Fixes

Contributors to this release

Release v1.6.5

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.8 (2024-03-15)

Bug Fixes

Contributors to this release

1.6.7 (2024-01-25)

Bug Fixes

Contributors to this release

1.6.6 (2024-01-24)

Bug Fixes

Contributors to this release

1.6.5 (2024-01-05)

Bug Fixes

... (truncated)

Commits

Updates `@nestjs/axios` from 1.0.1 to 3.0.2
Release notes

Sourced from @​nestjs/axios's releases.

Release 3.0.2

... (truncated)

Commits

Updates `mssql` from 6.4.1 to 9.3.2
Release notes

Sourced from mssql's releases.

v9.3.2

9.3.2 (2023-09-06)

Bug Fixes

v9.3.0

9.3.0 (2023-09-04)

Features

v9.2.1

9.2.1 (2023-09-05)

Bug Fixes

v9.2.0

9.2.0 (2023-08-28)

Features

v9.1.3

9.1.3 (2023-08-08)

Bug Fixes

v9.1.2

What's Changed

... (truncated)

Changelog

Sourced from mssql's changelog.

v9.3.2 (2023-09-06)

[fix] Fix bug with msnodesqlv8 connection strings ((#1525)[https://redirect.github.com/tediousjs/node-mssql/pull/1525])

v9.3.1 (2023-09-05)

Revoked - contained breaking changes

v9.3.0 (2023-09-04)

[new] Add AAD connection support to connection strings ((#1461)[https://redirect.github.com/tediousjs/node-mssql/pull/1461])

v9.2.1 (2023-09-05)

[fix] Fix bug with msnodesqlv8 connection strings ((#1525)[https://redirect.github.com/tediousjs/node-mssql/pull/1525])

v9.2.0 (2023-08-28)

[new] Use @​tediousjs/connection-string library to build msnodesqlv8 connection strings ((#1525)[https://redirect.github.com/tediousjs/node-mssql/pull/1525])

v9.1.3 (2023-08-08)

[fix] Escape values that are added to the msnodesqlv8 connection string that we construct ((#1479)[https://redirect.github.com/tediousjs/node-mssql/pull/1479])

v9.1.2 (2023-08-01)

[fix] Support more named instance formats (#1520) [refactor] Stop using deprecated regex symbols (#1520)

v9.1.1 (2023-01-19)

[revert] Add support for AAD authentication via connection string ((#1436)[https://redirect.github.com/tediousjs/node-mssql/pull/1436])

v9.1.0 (2023-01-17)

[new] Add support for AAD authentication via connection string ((#1436)[https://redirect.github.com/tediousjs/node-mssql/pull/1436]) [docs] Update express example ((#1433)[https://redirect.github.com/tediousjs/node-mssql/pull/1433])

v9.0.1 (2022-08-18)

[fix] fix regression in requestTimout option not accepting 0 as a value (#1421)

v9.0.0 (2022-08-10)

[change] Upgrade tedious to v15 (#1417) [removed] Removed NodeJS 10 & 12 support (#1417)

v8.1.4 (2022-08-18)

[fix] fix regression in requestTimout option not accepting 0 as a value (#1421)

... (truncated)

Commits

Updates `jsonwebtoken` from 8.5.1 to 9.0.0
Changelog

Sourced from jsonwebtoken's changelog.

9.0.0 - 2022-12-21

Breaking changes: See Migration from v8 to v9

Breaking changes

Security fixes

Commits