1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-05-06 10:37:36 +02:00

Merge pull request #770 from dorny/feature/update_packages

This commit is contained in:
Jozef Izso 2026-04-24 14:18:31 +02:00 committed by GitHub
commit 093d99bd59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2091 additions and 1039 deletions

1424
dist/index.js generated vendored

File diff suppressed because it is too large Load diff

2
dist/licenses.txt generated vendored
View file

@ -889,7 +889,7 @@ reusify
MIT
The MIT License (MIT)
Copyright (c) 2015 Matteo Collina
Copyright (c) 2015-2024 Matteo Collina
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

1664
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -37,9 +37,9 @@
"author": "Michal Dorner <dorner.michal@gmail.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/core": "^3.0.1",
"@actions/exec": "^3.0.0",
"@actions/github": "^9.1.0",
"@actions/github": "^9.1.1",
"adm-zip": "^0.5.17",
"fast-glob": "^3.3.3",
"picomatch": "^4.0.4",
@ -52,22 +52,22 @@
"@types/node": "^24.12.2",
"@types/picomatch": "^4.0.3",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"@vercel/ncc": "^0.38.4",
"eol-converter-cli": "^1.1.0",
"eslint": "^9.39.4",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.1",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^30.3.0",
"jest-junit": "^16.0.0",
"js-yaml": "^4.1.1",
"prettier": "^3.8.1",
"prettier": "^3.8.3",
"ts-jest": "^29.4.9",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"overrides": {
"sax": "^1.4.3"