1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-05-06 18:47:35 +02:00

Merge pull request #747 from dorny/dependabot/npm_and_yarn/picomatch-4.0.4

This commit is contained in:
Jozef Izso 2026-03-27 13:14:06 +01:00 committed by GitHub
commit 08ceae2b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 321 additions and 8 deletions

8
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@actions/github": "^9.0.0",
"adm-zip": "^0.5.16",
"fast-glob": "^3.3.3",
"picomatch": "^4.0.3",
"picomatch": "^4.0.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
@ -7166,9 +7166,9 @@
"license": "ISC"
},
"node_modules/picomatch": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
"license": "MIT",
"engines": {
"node": ">=12"