Update package.json

This commit is contained in:
Ludy87 2025-08-19 15:07:50 +02:00
parent fc373cdf35
commit cef905f861
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -28,28 +28,27 @@
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.1",
"picomatch": "2.3.1"
"picomatch": "4.0.3"
},
"devDependencies": {
"@octokit/webhooks-types": "7.3.1",
"@types/jest": "29.5.11",
"@octokit/webhooks-types": "7.6.1",
"@types/jest": "30.0.0",
"@types/js-yaml": "4.0.9",
"@types/node": "24.3.0",
"@types/picomatch": "2.3.3",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@types/picomatch": "4.0.2",
"@typescript-eslint/eslint-plugin": "8.39.1",
"@typescript-eslint/parser": "8.39.1",
"@vercel/ncc": "0.38.1",
"eslint": "8.56.0",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-jest": "27.6.3",
"jest": "29.7.0",
"jest-circus": "30.0.5",
"eslint": "9.32.0",
"eslint-plugin-github": "6.0.0",
"eslint-plugin-jest": "29.0.1",
"jest": "30.0.5",
"js-yaml": "4.1.0",
"prettier": "3.6.2",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
"ts-jest": "29.4.1",
"typescript": "5.9.2"
}
}