Bumps the npm_and_yarn group with 2 updates in the /build/common/upload-release-assets directory: [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) and [@octokit/rest](https://github.com/octokit/rest.js). Updates `@octokit/plugin-paginate-rest` from 5.0.1 to 11.4.2 - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases) - [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v5.0.1...v11.4.2) Updates `@octokit/rest` from 19.0.5 to 21.1.0 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v19.0.5...v21.1.0) Updates `@octokit/request` from 6.2.2 to 9.2.1 - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](https://github.com/octokit/request.js/compare/v6.2.2...v9.2.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-rest" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@octokit/rest" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@octokit/request" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Powei Feng <powei@google.com>
16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"name": "upload-release-assets",
|
|
"version": "1.0.0",
|
|
"description": "Upload Filament release assets",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Google",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@actions/glob": "^0.3.0",
|
|
"@octokit/rest": "^21.1.0"
|
|
}
|
|
}
|