mirror of
https://github.com/actions/toolkit.git
synced 2026-08-10 00:00:12 +02:00
Bumps [@sigstore/core](https://github.com/sigstore/sigstore-js) to 4.0.1 and updates ancestor dependency [@sigstore/sign](https://github.com/sigstore/sigstore-js). These dependencies need to be updated together. Updates `@sigstore/core` from 2.0.0 to 4.0.1 - [Release notes](https://github.com/sigstore/sigstore-js/releases) - [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/[email protected]...@sigstore/[email protected]) Updates `@sigstore/sign` from 3.1.0 to 5.0.0 - [Release notes](https://github.com/sigstore/sigstore-js/releases) - [Commits](https://github.com/sigstore/sigstore-js/compare/@sigstore/[email protected]...@sigstore/[email protected]) --- updated-dependencies: - dependency-name: "@sigstore/core" dependency-version: 4.0.1 dependency-type: indirect - dependency-name: "@sigstore/sign" dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@actions/attest",
|
|
"version": "3.2.0",
|
|
"description": "Actions attestation lib",
|
|
"keywords": [
|
|
"github",
|
|
"actions",
|
|
"attestation"
|
|
],
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/attest",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/index.d.ts",
|
|
"import": "./lib/index.js"
|
|
}
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
"directory": "packages/attest"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"tsc": "tsc && cp src/internal/package-version.cjs lib/internal/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@sigstore/mock": "^0.10.0",
|
|
"@sigstore/rekor-types": "^3.0.0",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"nock": "^13.5.1",
|
|
"undici": "^6.23.0"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^3.0.0",
|
|
"@actions/github": "^9.0.0",
|
|
"@actions/http-client": "^4.0.0",
|
|
"@octokit/plugin-retry": "^8.0.3",
|
|
"@sigstore/bundle": "^3.1.0",
|
|
"@sigstore/sign": "^5.0.0",
|
|
"jose": "^5.10.0"
|
|
}
|
|
}
|