1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00

chore(deps): update dependency @types/archiver to v6 (#5146)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-19 09:29:51 -06:00 committed by GitHub
parent 904756bbc5
commit 5b25d5140c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -64,7 +64,7 @@
"@nestjs/testing": "^10.2.2", "@nestjs/testing": "^10.2.2",
"@openapitools/openapi-generator-cli": "2.7.0", "@openapitools/openapi-generator-cli": "2.7.0",
"@testcontainers/postgresql": "^10.2.1", "@testcontainers/postgresql": "^10.2.1",
"@types/archiver": "^5.3.2", "@types/archiver": "^6.0.0",
"@types/bcrypt": "^5.0.0", "@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3", "@types/cookie-parser": "^1.4.3",
"@types/cron": "^2.0.1", "@types/cron": "^2.0.1",
@ -2756,9 +2756,9 @@
} }
}, },
"node_modules/@types/archiver": { "node_modules/@types/archiver": {
"version": "5.3.4", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.4.tgz", "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.1.tgz",
"integrity": "sha512-Lj7fLBIMwYFgViVVZHEdExZC3lVYsl+QL0VmdNdIzGZH544jHveYWij6qdnBgJQDnR7pMKliN9z2cPZFEbhyPw==", "integrity": "sha512-F2+JkmDYvtQrtb2YldwL0apRB1/WB6ub+1zVF/bKp3TOygUMFqfOLuw5Fj62Q+DPwJUFz1eocMxJMu7yVpplZA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/readdir-glob": "*" "@types/readdir-glob": "*"
@ -14891,9 +14891,9 @@
} }
}, },
"@types/archiver": { "@types/archiver": {
"version": "5.3.4", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-5.3.4.tgz", "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.1.tgz",
"integrity": "sha512-Lj7fLBIMwYFgViVVZHEdExZC3lVYsl+QL0VmdNdIzGZH544jHveYWij6qdnBgJQDnR7pMKliN9z2cPZFEbhyPw==", "integrity": "sha512-F2+JkmDYvtQrtb2YldwL0apRB1/WB6ub+1zVF/bKp3TOygUMFqfOLuw5Fj62Q+DPwJUFz1eocMxJMu7yVpplZA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/readdir-glob": "*" "@types/readdir-glob": "*"

View File

@ -90,7 +90,7 @@
"@nestjs/testing": "^10.2.2", "@nestjs/testing": "^10.2.2",
"@openapitools/openapi-generator-cli": "2.7.0", "@openapitools/openapi-generator-cli": "2.7.0",
"@testcontainers/postgresql": "^10.2.1", "@testcontainers/postgresql": "^10.2.1",
"@types/archiver": "^5.3.2", "@types/archiver": "^6.0.0",
"@types/bcrypt": "^5.0.0", "@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3", "@types/cookie-parser": "^1.4.3",
"@types/cron": "^2.0.1", "@types/cron": "^2.0.1",