mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.4 to 4.0.6. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.4...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"audit-all": "lerna run audit-moderate",
|
|
"bootstrap": "lerna exec -- npm install",
|
|
"build": "lerna run tsc",
|
|
"clean": "lerna clean",
|
|
"repair": "lerna repair",
|
|
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build -- -- --noEmit\"",
|
|
"format": "prettier --write packages/**/*.ts",
|
|
"format-check": "prettier --check packages/**/*.ts",
|
|
"lint": "eslint packages/**/*.ts",
|
|
"lint-fix": "eslint packages/**/*.ts --fix",
|
|
"new-package": "scripts/create-package",
|
|
"test": "jest --testTimeout 70000"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.4",
|
|
"@types/node": "^24.1.0",
|
|
"@types/signale": "^1.4.1",
|
|
"concurrently": "^6.1.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-prettier": "^8.9.0",
|
|
"eslint-plugin-github": "^4.9.2",
|
|
"eslint-plugin-jest": "^27.2.3",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"flow-bin": "^0.115.0",
|
|
"jest": "^29.6.4",
|
|
"lerna": "^6.4.1",
|
|
"nx": "16.6.0",
|
|
"prettier": "^3.0.0",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"overrides": {
|
|
"semver": "^7.6.0",
|
|
"tar": "^6.2.1",
|
|
"@octokit/plugin-paginate-rest": "^14.0.0",
|
|
"@octokit/request": "^10.0.7",
|
|
"@octokit/request-error": "^7.1.0",
|
|
"@octokit/core": "^7.0.6",
|
|
"tmp": "^0.2.4",
|
|
"@types/node": "^24.1.0",
|
|
"brace-expansion": "^2.0.2",
|
|
"form-data": "^4.0.6",
|
|
"uri-js": "npm:uri-js-replace@^1.0.1",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
} |