From ada99678c394e79b8edb0a1beee1c49f29d025c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:35:26 -0700 Subject: [PATCH] Bump the prod-deps group with 3 updates (#1236) * Bump the prod-deps group with 3 updates Bumps the prod-deps group with 3 updates: [@oclif/core](https://github.com/oclif/core), [@oclif/plugin-help](https://github.com/oclif/plugin-help) and [jose](https://github.com/panva/jose). Updates `@oclif/core` from 4.0.17 to 4.0.19 - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/4.0.17...4.0.19) Updates `@oclif/plugin-help` from 6.2.8 to 6.2.10 - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/6.2.8...6.2.10) Updates `jose` from 5.7.0 to 5.8.0 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: jose dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] * add changeset Signed-off-by: Brian DeHamer --------- Signed-off-by: dependabot[bot] Signed-off-by: Brian DeHamer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian DeHamer --- .changeset/shaggy-donkeys-sit.md | 5 +++++ package-lock.json | 20 ++++++++++---------- packages/mock/package.json | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 .changeset/shaggy-donkeys-sit.md diff --git a/.changeset/shaggy-donkeys-sit.md b/.changeset/shaggy-donkeys-sit.md new file mode 100644 index 00000000..f9d2842f --- /dev/null +++ b/.changeset/shaggy-donkeys-sit.md @@ -0,0 +1,5 @@ +--- +'@sigstore/mock': patch +--- + +Bump jose from 5.7.0 to 5.8.0 diff --git a/package-lock.json b/package-lock.json index aff7bd2a..62ab0bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3390,9 +3390,9 @@ } }, "node_modules/@oclif/core": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.17.tgz", - "integrity": "sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==", + "version": "4.0.19", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz", + "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==", "dependencies": { "ansi-escapes": "^4.3.2", "ansis": "^3.3.2", @@ -3437,9 +3437,9 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "6.2.8", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.8.tgz", - "integrity": "sha512-QRpFYlBeJffl4cXGBi8e+EfGogDmU7y8do1ZHxmPKZ5eZ0mfeKiqq2WA9dwRMZJriy1qSaGsbkOYgYQWlOYhSg==", + "version": "6.2.10", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.10.tgz", + "integrity": "sha512-Gm5/l/upTtj34StLIjZzhmO3AngqGx20rsbfOqDQ3SrsEnjfujtKgUm+MxXTjl4XfkkWREUN0CwuqLcuftnsOw==", "dependencies": { "@oclif/core": "^4" }, @@ -9390,9 +9390,9 @@ } }, "node_modules/jose": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.7.0.tgz", - "integrity": "sha512-3P9qfTYDVnNn642LCAqIKbTGb9a1TBxZ9ti5zEVEr48aDdflgRjhspWFb6WM4PzAfFbGMJYC4+803v8riCRAKw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.8.0.tgz", + "integrity": "sha512-E7CqYpL/t7MMnfGnK/eg416OsFCVUrU/Y3Vwe7QjKhu/BkS1Ms455+2xsqZQVN57/U2MHMBvEb5SrmAZWAIntA==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -12527,7 +12527,7 @@ "asn1js": "^3.0.5", "bytestreamjs": "^2.0.1", "canonicalize": "^2.0.0", - "jose": "^5.7.0", + "jose": "^5.8.0", "nock": "^13.5.5", "pkijs": "^3.2.4", "pvutils": "^1.1.3" diff --git a/packages/mock/package.json b/packages/mock/package.json index ee947a08..6cf74cc1 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -36,7 +36,7 @@ "asn1js": "^3.0.5", "bytestreamjs": "^2.0.1", "canonicalize": "^2.0.0", - "jose": "^5.7.0", + "jose": "^5.8.0", "nock": "^13.5.5", "pkijs": "^3.2.4", "pvutils": "^1.1.3"