chore: update decompress-stream-to-s3

This commit is contained in:
tdurieux
2023-05-08 13:57:16 +02:00
parent 66d5d91e3e
commit 6c4363182b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"bullmq": "^2.3.2",
"compression": "^1.7.4",
"connect-redis": "^7.0.1",
"decompress-stream-to-s3": "^2.0.0",
"decompress-stream-to-s3": "^2.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.6.0",
@@ -3332,9 +3332,9 @@
}
},
"node_modules/decompress-stream-to-s3": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/decompress-stream-to-s3/-/decompress-stream-to-s3-2.0.0.tgz",
"integrity": "sha512-W4N/OWV7jJ5T+oa5ciGsMul6pqpGtihF2JNsLl1uSrqZ2QVLC2YrcZbNNG64INvxBqIFcj261gMTbaUoDdyU9g==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/decompress-stream-to-s3/-/decompress-stream-to-s3-2.0.1.tgz",
"integrity": "sha512-AzcqNdiwfDCIiLZqATbO75bxLja0qm8cJW0mMc/aX1Gh6cKH+VapEUIic1h8TvJt3NLwEixT7qT0ThaI1Kn1Ig==",
"dependencies": {
"@aws-sdk/client-s3": "^3.321.1",
"debug": "^4.3.4",
@@ -9330,9 +9330,9 @@
}
},
"decompress-stream-to-s3": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/decompress-stream-to-s3/-/decompress-stream-to-s3-2.0.0.tgz",
"integrity": "sha512-W4N/OWV7jJ5T+oa5ciGsMul6pqpGtihF2JNsLl1uSrqZ2QVLC2YrcZbNNG64INvxBqIFcj261gMTbaUoDdyU9g==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/decompress-stream-to-s3/-/decompress-stream-to-s3-2.0.1.tgz",
"integrity": "sha512-AzcqNdiwfDCIiLZqATbO75bxLja0qm8cJW0mMc/aX1Gh6cKH+VapEUIic1h8TvJt3NLwEixT7qT0ThaI1Kn1Ig==",
"requires": {
"@aws-sdk/client-s3": "^3.321.1",
"debug": "^4.3.4",

View File

@@ -40,7 +40,7 @@
"bullmq": "^2.3.2",
"compression": "^1.7.4",
"connect-redis": "^7.0.1",
"decompress-stream-to-s3": "^2.0.0",
"decompress-stream-to-s3": "^2.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.6.0",