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 #758 from dorny/dependabot/npm_and_yarn/types/picomatch-4.0.3

This commit is contained in:
Jozef Izso 2026-04-04 11:31:04 +02:00 committed by GitHub
commit 4a3df5aacc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -22,7 +22,7 @@
"@types/adm-zip": "^0.5.8", "@types/adm-zip": "^0.5.8",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/node": "^24.12.0", "@types/node": "^24.12.0",
"@types/picomatch": "^4.0.2", "@types/picomatch": "^4.0.3",
"@types/xml2js": "^0.4.14", "@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.57.2", "@typescript-eslint/parser": "^8.57.2",
@ -1916,9 +1916,9 @@
} }
}, },
"node_modules/@types/picomatch": { "node_modules/@types/picomatch": {
"version": "4.0.2", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.2.tgz", "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==", "integrity": "sha512-iG0T6+nYJ9FAPmx9SsUlnwcq1ZVRuCXcVEvWnntoPlrOpwtSTKNDC9uVAxTsC3PUvJ+99n4RpAcNgBbHX3JSnQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View file

@ -50,7 +50,7 @@
"@types/adm-zip": "^0.5.8", "@types/adm-zip": "^0.5.8",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/node": "^24.12.0", "@types/node": "^24.12.0",
"@types/picomatch": "^4.0.2", "@types/picomatch": "^4.0.3",
"@types/xml2js": "^0.4.14", "@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.57.2", "@typescript-eslint/parser": "^8.57.2",