Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2023

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: mjmlio/mjml@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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/tough-cookie-and-jwks-rsa-and-mjml-and-prisma--removed branch 2 times, most recently from 648c777 to 267d93c Compare July 19, 2023 09:03
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [jwks-rsa](https://github.com/auth0/node-jwks-rsa), [mjml](https://github.com/mjmlio/mjml/tree/HEAD/packages/mjml) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `jwks-rsa` from 1.6.0 to 1.12.3
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases)
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jwks-rsa@v1.6.0...v1.12.3)

Updates `mjml` from 4.5.1 to 4.14.1
- [Release notes](https://github.com/mjmlio/mjml/releases)
- [Commits](https://github.com/mjmlio/mjml/commits/v4.14.1/packages/mjml)

Updates `prisma` from 1.34.10 to 1.34.12
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/HEAD/packages/cli)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: jwks-rsa
  dependency-type: direct:production
- dependency-name: mjml
  dependency-type: direct:production
- dependency-name: prisma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/tough-cookie-and-jwks-rsa-and-mjml-and-prisma--removed branch from 267d93c to 3bae11a Compare August 2, 2023 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants