zenika-open-source / FAQ

Internal Knowledge Database for your organization
https://demo.faq.team
Apache License 2.0
61 stars 16 forks source link

⬆️ Bump tough-cookie, jwks-rsa, mjml and prisma in /server #377

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes tough-cookie. It's no longer used after updating ancestor dependencies tough-cookie, jwks-rsa, mjml and prisma. These dependencies need to be updated together.

Removes tough-cookie

Updates jwks-rsa from 1.6.0 to 1.12.3

Release notes

Sourced from jwks-rsa's releases.

v1.12.3

[1.12.3] - (2021-02-25)

Added

  • Add alg to SigningKey types #220 (okko)

Fixed

1.12.0

Added

Deprecation We are deprecating passing in a jwksObject to the client for reasons laid out in #292. In order to load keys from anything other than the jwksUri, please use the getKeysInterceptor.

  const client = new JwksClient({ 
    jwksUri: 'https://my-enterprise-id-provider/.well-known/jwks.json',
    getKeysInterceptor: (cb) => {
      const file = fs.readFileSync(jwksFile);
      return cb(null, file.keys);
    }
  });

v1.10.1

Fixed

v1.10.0

Added

Fixed

v1.9.0

Added

Fixed

... (truncated)

Changelog

Sourced from jwks-rsa's changelog.

[1.12.3] - (2021-02-25)

Added

  • Add alg to SigningKey types #220 (okko)

Fixed

[1.12.2] - (2021-01-07)

Fixed

  • Added coverage folders to .npmignore

[1.12.1] - (2020-12-29)

Security

[1.12.0] - (2020-12-08)

Added

Deprecation We are deprecating passing in a jwksObject to the client for reasons laid out in #202. In order to load keys from anything other than the jwksUri, please use the getKeysInterceptor.

  const client = new JwksClient({ 
    jwksUri: 'https://my-enterprise-id-provider/.well-known/jwks.json',
    getKeysInterceptor: (cb) => {
      const file = fs.readFileSync(jwksFile);
      return cb(null, file.keys);
    }
  });

[1.11.0] - (2020-10-23)

Added

[1.10.1] - (2020-09-24)

Fixed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by davidpatrick0, a new releaser for jwks-rsa since your current version.


Updates mjml from 4.5.1 to 4.14.1

Release notes

Sourced from mjml's releases.

v4.14.1

What's Changed

New Contributors

Full Changelog: https://github.com/mjmlio/mjml/compare/v4.14.0...v4.14.1

v4.14.0

What's Changed

New

Fixes

Documentation

New Contributors

... (truncated)

Commits


Updates prisma from 1.34.10 to 1.34.12

Commits


You can trigger a rebase of this PR 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/zenika-open-source/FAQ/network/alerts).

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.