2874e3a741
Bumps the artifact-minor-patch group in /packages/artifact with 5 updates: | Package | From | To | | --- | --- | --- | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.0` | `1.11.1` | | [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js) | `12.15.0` | `12.28.0` | | [@protobuf-ts/plugin](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/plugin) | `2.9.1` | `2.11.1` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.4` | `0.28.13` | | [typescript](https://github.com/microsoft/TypeScript) | `5.2.2` | `5.9.2` | Updates `@actions/core` from 1.10.0 to 1.11.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@azure/storage-blob` from 12.15.0 to 12.28.0 - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md) - [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.15.0...@azure/storage-blob_12.28.0) Updates `@protobuf-ts/plugin` from 2.9.1 to 2.11.1 - [Release notes](https://github.com/timostamm/protobuf-ts/releases) - [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.11.1/packages/plugin) Updates `typedoc` from 0.25.4 to 0.28.13 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.4...v0.28.13) Updates `typescript` from 5.2.2 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.9.2) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: artifact-minor-patch - dependency-name: "@azure/storage-blob" dependency-version: 12.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: artifact-minor-patch - dependency-name: "@protobuf-ts/plugin" dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: artifact-minor-patch - dependency-name: typedoc dependency-version: 0.28.13 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: artifact-minor-patch - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: artifact-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "@actions/artifact",
|
|
"version": "3.0.0",
|
|
"preview": true,
|
|
"description": "Actions artifact lib",
|
|
"keywords": [
|
|
"github",
|
|
"actions",
|
|
"artifact"
|
|
],
|
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/artifact",
|
|
"license": "MIT",
|
|
"main": "lib/artifact.js",
|
|
"types": "lib/artifact.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"!.DS_Store"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/toolkit.git",
|
|
"directory": "packages/artifact"
|
|
},
|
|
"scripts": {
|
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
|
"test": "cd ../../ && npm run test ./packages/artifact",
|
|
"bootstrap": "cd ../../ && npm run bootstrap",
|
|
"tsc-run": "tsc",
|
|
"tsc": "npm run bootstrap && npm run tsc-run",
|
|
"gen:docs": "typedoc --plugin typedoc-plugin-markdown --out docs/generated src/artifact.ts --githubPages false --readme none"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/actions/toolkit/issues"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^6.0.1",
|
|
"@actions/http-client": "^2.1.0",
|
|
"@azure/storage-blob": "^12.15.0",
|
|
"@octokit/core": "^5.2.1",
|
|
"@octokit/plugin-request-log": "^1.0.4",
|
|
"@octokit/plugin-retry": "^3.0.9",
|
|
"@octokit/request": "^8.4.1",
|
|
"@octokit/request-error": "^5.1.1",
|
|
"@protobuf-ts/plugin": "^2.2.3-alpha.1",
|
|
"archiver": "^7.0.1",
|
|
"jwt-decode": "^3.1.2",
|
|
"unzip-stream": "^0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/archiver": "^5.3.2",
|
|
"@types/unzip-stream": "^0.3.4",
|
|
"typedoc": "^0.28.13",
|
|
"typedoc-plugin-markdown": "^3.17.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"overrides": {
|
|
"uri-js": "npm:uri-js-replace@^1.0.1"
|
|
}
|
|
}
|