Bumps the npm_and_yarn group with 3 updates in the /test directory: [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js), [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) and [@github/dependency-submission-toolkit](https://github.com/github/dependency-submission-toolkit). Updates `@octokit/plugin-paginate-rest` from 2.21.3 to 9.2.2 - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases) - [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v2.21.3...v9.2.2) Updates `@actions/github` from 5.1.1 to 6.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) Updates `@github/dependency-submission-toolkit` from 1.2.7 to 2.0.5 - [Release notes](https://github.com/github/dependency-submission-toolkit/releases) - [Commits](https://github.com/github/dependency-submission-toolkit/compare/v1.2.7...v2.0.5) Updates `@octokit/request` from 5.6.3 to 8.4.1 - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](https://github.com/octokit/request.js/compare/v5.6.3...v8.4.1) Updates `@octokit/request-error` from 2.1.0 to 5.1.1 - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](https://github.com/octokit/request-error.js/compare/v2.1.0...v5.1.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-rest" dependency-version: 9.2.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@actions/github" dependency-version: 6.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@github/dependency-submission-toolkit" dependency-version: 2.0.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@octokit/request" dependency-version: 8.4.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@octokit/request-error" dependency-version: 5.1.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "Conda-dependency-submission-action",
|
|
"version": "1.0.0",
|
|
"description": "Conda dependency submission action",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"prepare": "ncc build index.ts -o dist --source-map --license licenses.txt",
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
"all": "npm run lint && npm run prepare && npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/advanced-security/component-detection-dependency-submission-action.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"JavaScript"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/advanced-security/component-detection-dependency-submission-action/issues"
|
|
},
|
|
"homepage": "https://github.com/advanced-security/component-detection-dependency-submission-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^6.0.0",
|
|
"@github/dependency-submission-toolkit": "^2.0.5",
|
|
"cross-fetch": "^3.1.5",
|
|
"dotenv": "^16.0.3",
|
|
"fs": "^0.0.1-security",
|
|
"tar": "^6.2.1",
|
|
"yaml": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^8.0.0",
|
|
"@types/jest": "^29.2.6",
|
|
"@vercel/ncc": "^0.36.0",
|
|
"eslint": "^8.29.0",
|
|
"jest": "^29.3.1",
|
|
"ts-jest": "^29.0.5"
|
|
}
|
|
}
|