LouisLalonde / TP2-MOCK

TP2 MOCK
0 stars 0 forks source link

Bump the npm_and_yarn group across 1 directory with 8 updates #25

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps the npm_and_yarn group with 8 updates in the /dvna directory:

Package From To
bcrypt 1.0.3 5.1.1
ejs 2.7.4 3.1.10
express-fileupload 0.4.0 1.5.1
libxmljs 0.18.8 1.0.11
mathjs 3.10.1 7.5.1
mysql2 1.7.0 3.11.3
passport 0.4.1 0.7.0
sequelize 4.44.4 6.37.4

Updates bcrypt from 1.0.3 to 5.1.1

Release notes

Sourced from bcrypt's releases.

v5.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/kelektiv/node.bcrypt.js/compare/v5.1.0...v5.1.1

v5.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/kelektiv/node.bcrypt.js/compare/v5.0.1...v5.1.0

v5.0.1

Update node-pre-gyp to 1.0.0

v5.0.0

  • Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255. It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug was unsuccessful.
  • Experimental support for z/OS
  • Fix a bug related to NUL in password input
  • Update node-pre-gyp to 0.15.0

v4.0.1

bcrypt 4.0.1

... (truncated)

Changelog

Sourced from bcrypt's changelog.

5.1.0 (2022-10-06)

  • Update node-pre-gyp to 1.0.11

5.1.0 (2022-10-06)

  • Update node-pre-gyp to 1.0.10
  • Replace nodeunit with jest as the testing library

5.0.1 (2021-02-22)

  • Update node-pre-gyp to 1.0.0

5.0.0 (2020-06-02)

  • Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255. It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug was unsuccessful.
  • Experimental support for z/OS
  • Fix a bug related to NUL in password input
  • Update node-pre-gyp to 0.15.0

4.0.1 (2020-02-27)

  • Fix compilation errors in Alpine linux

4.0.0 (2020-02-17)

  • Switch to NAPI bcrypt
  • Drop support for NodeJS 8

3.0.8 (2019-12-31)

  • Update node-pre-gyp to 0.14
  • Pre-built binaries for NodeJS 13

3.0.7 (2019-10-18)

  • Update nan to 2.14.0
  • Update node-pre-gyp to 0.13

3.0.6 (2019-04-11)

  • Update nan to 2.13.2

3.0.5 (2019-03-19)

  • Update nan to 2.13.1
  • NodeJS 12 compatibility
  • Remove node-pre-gyp from bundled dependencies

3.0.4-napi (2019-03-08)

... (truncated)

Commits
Maintainer changes

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


Updates ejs from 2.7.4 to 3.1.10

Release notes

Sourced from ejs's releases.

v3.1.10

Version 3.1.10

v3.1.9

Version 3.1.9

v3.1.8

Version 3.1.8

v3.1.7

Version 3.1.7

v3.1.6

Version 3.1.6

v3.1.5

Version 3.1.5

v3.0.2

No release notes provided.

Commits


Updates express-fileupload from 0.4.0 to 1.5.1

Release notes

Sourced from express-fileupload's releases.

v1.5.1

What's Changed

  • New option hashAlgorithm.

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.5.0...v.1.5.1

v1.5.0

What's Changed

  • Ability to set custom logger for debug logging. See option logger.
  • Optimize upload timer.

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.4.3...v.1.5.0

v1.4.3

What's Changed

  • TypeError - Cannot read properties of undefined (reading 'includes') in lib/isEligibleRequest.js (issue #364).

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.4.2...v.1.4.3

v1.4.2

What's Changed

  • Fix TypeError: file.destroy is not a function (issue #259).
  • Stricter request method and headers checks (to comply with RFC 2046).
  • Do not run next after abortion on limit (issue #238).

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.4.1...v.1.4.2

v1.4.1

What's Changed

  • Fix processing file names with special characters(Issue #342 )
  • Significantly decreased package size due using generated files for tests.
  • Update dependencies.

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.4.0...v.1.4.1

v1.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/richardgirges/express-fileupload/compare/v1.3.1...v1.4.0

... (truncated)

Commits
  • 2bc6274 Merge pull request #375 from Kpovoc/master
  • 7349650 PR 375: Suggested changes
  • a230423 Issue 374: Allow an option to choose the hashing algorithm
  • 3325e62 Merge pull request #372 from RomanBurunkov/master
  • 4cdd94a Upd. deps & bump version to 1.5.0
  • 3c715bf Use refresh for upload timer, instead of creating new timer each data chunk
  • 4313856 Merge pull request #371 from RobinTail/feat-custom-logger
  • cb317f7 Readme: minor, adjusting the actual type of the log method consumed (single a...
  • 586d2fc Readme: reducing diff.
  • d660b60 CR: making logger option to be console by default.
  • Additional commits viewable in compare view
Maintainer changes

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


Updates libxmljs from 0.18.8 to 1.0.11

Release notes

Sourced from libxmljs's releases.

v1.0.11

Remove unsupported macOS builds

v1.0.10

More Node.js binaries

v1.0.9

No release notes provided.

v1.0.8

Fix pre-built binaries on older linux systems (glibc incompatibility issue)

v1.0.7

Fix parseXmlAsync Reduce npm package size

v1.0.6

No release notes provided.

v1.0.0

No release notes provided.

v0.19.10

No release notes provided.

v0.19.9

No release notes provided.

v0.19.8

No release notes provided.

v0.19.7

No release notes provided.

v0.19.6

No release notes provided.

v0.19.5

Let's try this again...

Adds XML Processing Instruction support

v0.19.4

Added XML Processing Instruction support

v0.19.3

No release notes provided.

v0.19.0

Fixed builds, updated libxml to 2.9.8

Commits


Updates mathjs from 3.10.1 to 7.5.1

Changelog

Sourced from mathjs's changelog.

2020-10-10, version 7.5.1

  • Fix object pollution vulnerability in math.config. Thanks Snyk.

2020-10-07, version 7.5.0

  • Function pickRandom now allows randomly picking elements from matrices with 2 or more dimensions instead of only from a vector, see #1974. Thanks @​KonradLinkowski.

2020-10-07, version 7.4.0

  • Implemented support for passing a precision in functions ceil, floor, and fix, similar to round, see #1967, #1901. Thanks @​rnd-debug.
  • Implemented function rotationMatrix, see #1160, #1984. Thanks @​rnd-debug.
  • Implement a clear error message when using sqrtm with a matrix having more than two dimensions. Thanks @​KonradLinkowski.
  • Update dependency decimal.js to 10.2.1.

2020-09-26, version 7.3.0

  • Implemented functions usolveAll and lsolveAll, see #1916. Thanks @​m93a.
  • Implemented support for units in functions std and variance, see #1950. Thanks @​rnd-debug.
  • Implemented support for binary, octal, and hexadecimal notation in the expression parser, and implemented functions bin, oct, and hex for formatting. Thanks @​clnhlzmn.
  • Fix #1964: inconsistent calculation of negative dividend modulo for BigNumber and Fraction. Thanks @​ovk.

2020-08-24, version 7.2.0

2020-07-13, version 7.1.0

  • Implement support for recursion (self-referencing) of typed-functions, new in typed-function@2.0.0. This fixes #1885: functions which where extended with a new data type did not always work. Thanks @​nickewing.
  • Fix #1899: documentation on expression trees still using old namespace math.expression.node.* instead of math.*.

2020-06-24, version 7.0.2

  • Fix #1882: have DenseMatrix.resize and SparseMatrix.resize accept DenseMatrix and SparseMatrix as inputs too, not only Array.
  • Fix functions sum, prod, min, and max not throwing a conversion error when passing a single string, like sum("abc").

... (truncated)

Commits


Updates mysql2 from 1.7.0 to 3.11.3

Release notes

Sourced from mysql2's releases.

v3.11.3

3.11.3 (2024-09-14)

Bug Fixes

v3.11.2

3.11.2 (2024-09-11)

Bug Fixes

  • resolve LRU conflicts, cache loss and premature engine breaking change (#2988) (2c3c858)

v3.11.1

3.11.1 (2024-09-10)

Bug Fixes

  • createPoolCluster: add pattern and selector to promise-based getConnection (#3017) (ab7c49f)
  • update connection cleanup process to handle expired connections and exceeding config.maxIdle (#3022) (b091cf4)

v3.11.0

3.11.0 (2024-07-27)

Features

v3.10.3

3.10.3 (2024-07-15)

Bug Fixes

v3.10.2

3.10.2 (2024-07-01)

Bug Fixes

  • typeCast: ensure the same behavior for field.string() with query and execute (#2820) (27e38ea)

v3.10.1

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.11.3 (2024-09-14)

Bug Fixes

3.11.2 (2024-09-11)

Bug Fixes

  • resolve LRU conflicts, cache loss and premature engine breaking change (#2988) (2c3c858)

3.11.1 (2024-09-10)

Bug Fixes

  • createPoolCluster: add pattern and selector to promise-based getConnection (#3017) (ab7c49f), closes #1381
  • update connection cleanup process to handle expired connections and exceeding config.maxIdle (#3022) (b091cf4)

3.11.0 (2024-07-27)

Features

  • fully support VECTOR type results (9576742)

3.10.3 (2024-07-15)

Bug Fixes

3.10.2 (2024-07-01)

Bug Fixes

  • typeCast: ensure the same behavior for field.string() with query and execute (#2820) (27e38ea)

3.10.1 (2024-06-13)

Bug Fixes

... (truncated)

Commits


Updates passport from 0.4.1 to 0.7.0

Changelog

Sourced from passport's changelog.

[0.7.0] - 2023-11-27

Changed

  • Set req.authInfo by default when using the assignProperty option to authenticate() middleware. This makes the behavior the same as when not using the option, and can be disabled by setting authInfo option to false.

[0.6.0] - 2022-05-20

Added

  • authenticate(), req#login, and req#logout accept a keepSessionInfo: true option to keep session information after regenerating the session.

Changed

  • req#login() and req#logout() regenerate the the session and clear session information by default.
  • req#logout() is now an asynchronous function and requires a callback function as the last argument.

Security

  • Improved robustness against session fixation attacks in cases where there is physical access to the same system or the application is susceptible to cross-site scripting (XSS).

[0.5.3] - 2022-05-16

Fixed

  • initialize() middleware extends request with login(), logIn(), logout(), logOut(), isAuthenticated(), and isUnauthenticated() functions again, reverting change from 0.5.1.

[0.5.2] - 2021-12-16

Fixed

  • Introduced a compatibility layer for strategies that depend directly on passport@0.4.x or earlier (such as passport-azure-ad), which were broken by the removal of private variables in passport@0.5.1.

[0.5.1] - 2021-12-15

Added

  • Informative error message in session strategy if session support is not available.

Changed

  • authenticate() middleware, rather than initialize() middleware, extends request with login(), logIn(), logout(), logOut(), isAuthenticated(), and isUnauthenticated() functions.

[0.5.0] - 2021-09-23

... (truncated)

Commits
  • 33b92f9 0.7.0
  • 8dd8ec5 Update changelog.
  • 2815dc9 Merge pull request #1012 from jaredhanson/authinfo-assignprop
  • 0f2f81c Fix test to allow setting of authInfo with assignProperty.
  • b4e4cff Fix test to allow setting of authInfo from authorize call.
  • da379a0 Merge branch 'master' into authinfo-assignprop
  • cfdbd4a Update sponsors.
  • 6cc8a7c Update sponsors.
  • b6ab747 Update sponsors.
  • c521bc8 Add FusionAuth as sponsor.
  • Additional commits viewable in compare view


Updates sequelize from 4.44.4 to 6.37.4

Release notes

Sourced from sequelize's releases.

v6.37.4

6.37.4 (2024-10-04)

Bug Fixes

  • oracle: add support for Oracle Database 23ai (#17345) (b9e71a7)
  • oracle: validate input with TO_TIMESTAMP_TZ and TO_DATE (#17516) (5deadd2)

v6.37.3

6.37.3 (2024-04-13)

Bug Fixes

  • postgres: use schema for foreign key constrains of a table (#17099) (6aba382)

v6.37.2

6.37.2 (2024-03-29)

Bug Fixes

  • add readOnly to the transaction options types and docs (#17226) (7c8972f)

v6.37.1

6.37.1 (2024-02-18)

Bug Fixes

  • types: Add definition of returning in SaveOptions. (#16954) (505467b)

v6.37.0

6.37.0 (2024-02-11)

Features

  • postgres: support connectionTimeoutMillis dialectOption (#14119) (e81200e)

v6.36.0

6.36.0 (2024-02-02)

Features

  • postgres: backport stream dialectOption to v6 (#16868) (a250058)

v6.35.2

... (truncated)

Commits
  • 78a9733 meta: ignore mssql failures for releasing v6 (#17524)
  • 5deadd2 fix(oracle): validate input with TO_TIMESTAMP_TZ and TO_DATE (#17516)
  • b9e71a7 fix(oracle): add support for Oracle Database 23ai (#17345)
  • 6aba382 fix(postgres): use schema for foreign key constrains of a table (#17099)
  • 7c8972f fix: add readOnly to the transaction options types and docs (#17226)
  • 505467b fix(types): Add definition of returning in SaveOptions. (#16954)
  • e81200e feat(postgres): support connectionTimeoutMillis dialectOption (#14119)
  • a250058 feat(postgres): backport stream dialectOption to v6 (#16868)
  • cb8ea88 fix: sort keys by depth in groupJoinData (#16823)
  • 47cba67 fix(mssql): allow calling describeTable a table with a dot in its name (#16769)
  • Additional commits viewable in compare view
Maintainer changes

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


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/LouisLalonde/LOG8100-TP2-MOCK/network/alerts).