FAQ icon indicating copy to clipboard operation
FAQ copied to clipboard

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

Open dependabot[bot] opened this issue 11 months ago • 0 comments

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.

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

dependabot[bot] avatar Jul 08 '23 04:07 dependabot[bot]