Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
4ccbf37dc3
Merge c819193a6e into ca0aaa1889 2025-12-01 18:43:05 +00:00
Meredith Lancaster
c819193a6e regenerate dist
Signed-off-by: Meredith Lancaster <malancas@github.com>
2025-11-24 09:52:02 -08:00
dependabot[bot]
a217e9f244
Bump jose from 5.10.0 to 6.1.2
Bumps [jose](https://github.com/panva/jose) from 5.10.0 to 6.1.2.
- [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.10.0...v6.1.2)

---
updated-dependencies:
- dependency-name: jose
  dependency-version: 6.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 16:06:28 +00:00
3 changed files with 15 additions and 5 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

18
package-lock.json generated
View File

@ -21,7 +21,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.2.1",
"jest": "^30.2.0",
"jose": "^5.9.6",
"jose": "^6.1.2",
"markdownlint-cli": "^0.46.0",
"nock": "^14.0.10",
"prettier": "^3.7.3",
@ -48,6 +48,15 @@
"jose": "^5.10.0"
}
},
"node_modules/@actions/attest/node_modules/jose": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
"integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/panva"
}
},
"node_modules/@actions/core": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
@ -5988,9 +5997,10 @@
}
},
"node_modules/jose": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
"integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/jose/-/jose-6.1.2.tgz",
"integrity": "sha512-MpcPtHLE5EmztuFIqB0vzHAWJPpmN1E6L4oo+kze56LIs3MyXIj9ZHMDxqOvkP38gBR7K1v3jqd4WU2+nrfONQ==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/panva"

View File

@ -82,7 +82,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.2.1",
"jest": "^30.2.0",
"jose": "^5.9.6",
"jose": "^6.1.2",
"markdownlint-cli": "^0.46.0",
"nock": "^14.0.10",
"prettier": "^3.7.3",