chore(deps): update dependency @types/picomatch to v4 (#18257)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-13 12:33:15 +02:00 committed by GitHub
parent eed014482d
commit 9c484b23a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@
"@types/multer": "^1.4.7", "@types/multer": "^1.4.7",
"@types/node": "^22.15.16", "@types/node": "^22.15.16",
"@types/nodemailer": "^6.4.14", "@types/nodemailer": "^6.4.14",
"@types/picomatch": "^3.0.0", "@types/picomatch": "^4.0.0",
"@types/pngjs": "^6.0.5", "@types/pngjs": "^6.0.5",
"@types/react": "^19.0.0", "@types/react": "^19.0.0",
"@types/sanitize-html": "^2.13.0", "@types/sanitize-html": "^2.13.0",
@ -5495,9 +5495,9 @@
} }
}, },
"node_modules/@types/picomatch": { "node_modules/@types/picomatch": {
"version": "3.0.2", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-3.0.2.tgz", "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.0.tgz",
"integrity": "sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==", "integrity": "sha512-J1Bng+wlyEERWSgJQU1Pi0HObCLVcr994xT/M+1wcl/yNRTGBupsCxthgkdYG+GCOMaQH7iSVUY3LJVBBqG7MQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View File

@ -119,7 +119,7 @@
"@types/multer": "^1.4.7", "@types/multer": "^1.4.7",
"@types/node": "^22.15.16", "@types/node": "^22.15.16",
"@types/nodemailer": "^6.4.14", "@types/nodemailer": "^6.4.14",
"@types/picomatch": "^3.0.0", "@types/picomatch": "^4.0.0",
"@types/pngjs": "^6.0.5", "@types/pngjs": "^6.0.5",
"@types/react": "^19.0.0", "@types/react": "^19.0.0",
"@types/sanitize-html": "^2.13.0", "@types/sanitize-html": "^2.13.0",