1
0
mirror of https://github.com/immich-app/immich.git synced 2025-04-01 23:16:41 +02:00

chore(deps): update dependency @types/picomatch to v3 (#11096)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-26 16:29:25 -05:00 committed by GitHub
parent 7fd2b7965c
commit f92aee204e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -84,7 +84,7 @@
"@types/multer": "^1.4.7", "@types/multer": "^1.4.7",
"@types/node": "^20.14.12", "@types/node": "^20.14.12",
"@types/nodemailer": "^6.4.14", "@types/nodemailer": "^6.4.14",
"@types/picomatch": "^2.3.3", "@types/picomatch": "^3.0.0",
"@types/semver": "^7.5.8", "@types/semver": "^7.5.8",
"@types/supertest": "^6.0.0", "@types/supertest": "^6.0.0",
"@types/ua-parser-js": "^0.7.36", "@types/ua-parser-js": "^0.7.36",
@ -6311,9 +6311,9 @@
} }
}, },
"node_modules/@types/picomatch": { "node_modules/@types/picomatch": {
"version": "2.3.4", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.4.tgz", "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-3.0.0.tgz",
"integrity": "sha512-0so8lU8O5zatZS/2Fi4zrwks+vZv7e0dygrgEZXljODXBig97l4cPQD+9LabXfGJOWwoRkTVz6Q4edZvD12UOA==", "integrity": "sha512-iX/Qwk9vU17N/5Q7QrV46wzciloTdCqTRt6z8A7uFFADM2+Sy5oQh9ldZhAiTXH+l0sM/EkXatEhJIs8FUyOBQ==",
"dev": true "dev": true
}, },
"node_modules/@types/prismjs": { "node_modules/@types/prismjs": {
@ -21185,9 +21185,9 @@
} }
}, },
"@types/picomatch": { "@types/picomatch": {
"version": "2.3.4", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.4.tgz", "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-3.0.0.tgz",
"integrity": "sha512-0so8lU8O5zatZS/2Fi4zrwks+vZv7e0dygrgEZXljODXBig97l4cPQD+9LabXfGJOWwoRkTVz6Q4edZvD12UOA==", "integrity": "sha512-iX/Qwk9vU17N/5Q7QrV46wzciloTdCqTRt6z8A7uFFADM2+Sy5oQh9ldZhAiTXH+l0sM/EkXatEhJIs8FUyOBQ==",
"dev": true "dev": true
}, },
"@types/prismjs": { "@types/prismjs": {

View File

@ -110,7 +110,7 @@
"@types/multer": "^1.4.7", "@types/multer": "^1.4.7",
"@types/node": "^20.14.12", "@types/node": "^20.14.12",
"@types/nodemailer": "^6.4.14", "@types/nodemailer": "^6.4.14",
"@types/picomatch": "^2.3.3", "@types/picomatch": "^3.0.0",
"@types/semver": "^7.5.8", "@types/semver": "^7.5.8",
"@types/supertest": "^6.0.0", "@types/supertest": "^6.0.0",
"@types/ua-parser-js": "^0.7.36", "@types/ua-parser-js": "^0.7.36",