Merge pull request #1432 from OpenSignLabs/dependabot/npm_and_yarn/apps/OpenSignServer/aws-sdk/s3-request-presigner-3.688.0

build(deps): bump @aws-sdk/s3-request-presigner from 3.685.0 to 3.688.0 in /apps/OpenSignServer
This commit is contained in:
Zathiel
2024-11-11 01:58:01 +01:00
committed by GitHub
2 changed files with 103 additions and 18 deletions
+102 -17
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.685.0",
"@aws-sdk/s3-request-presigner": "^3.685.0",
"@aws-sdk/s3-request-presigner": "^3.688.0",
"@parse/fs-files-adapter": "^3.0.0",
"@parse/s3-files-adapter": "^3.0.0",
"@pdf-lib/fontkit": "^1.1.1",
@@ -1115,17 +1115,90 @@
}
},
"node_modules/@aws-sdk/s3-request-presigner": {
"version": "3.685.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.685.0.tgz",
"integrity": "sha512-OTFQRXlAff/tRE2GfhqAgVaWkRSHUzj9ebvdd3979zcIELHY3kWBJ/XbefElXg1lhsumKdZl/gLpeA76GyQDPQ==",
"version": "3.688.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.688.0.tgz",
"integrity": "sha512-RvG5R+XXl86ykwdfq2wuEOa0zJyZwJE4f0cuEt2ivMTfWsJZmwKielcTcjX8AeJTecW0iwukSZppT77lqG700Q==",
"dependencies": {
"@aws-sdk/signature-v4-multi-region": "3.685.0",
"@aws-sdk/types": "3.679.0",
"@aws-sdk/util-format-url": "3.679.0",
"@smithy/middleware-endpoint": "^3.1.4",
"@smithy/protocol-http": "^4.1.4",
"@smithy/smithy-client": "^3.4.0",
"@smithy/types": "^3.5.0",
"@aws-sdk/signature-v4-multi-region": "3.687.0",
"@aws-sdk/types": "3.686.0",
"@aws-sdk/util-format-url": "3.686.0",
"@smithy/middleware-endpoint": "^3.2.1",
"@smithy/protocol-http": "^4.1.5",
"@smithy/smithy-client": "^3.4.2",
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@aws-sdk/core": {
"version": "3.686.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.686.0.tgz",
"integrity": "sha512-Xt3DV4DnAT3v2WURwzTxWQK34Ew+iiLzoUoguvLaZrVMFOqMMrwVjP+sizqIaHp1j7rGmFcN5I8saXnsDLuQLA==",
"dependencies": {
"@aws-sdk/types": "3.686.0",
"@smithy/core": "^2.5.1",
"@smithy/node-config-provider": "^3.1.9",
"@smithy/property-provider": "^3.1.7",
"@smithy/protocol-http": "^4.1.5",
"@smithy/signature-v4": "^4.2.0",
"@smithy/smithy-client": "^3.4.2",
"@smithy/types": "^3.6.0",
"@smithy/util-middleware": "^3.0.8",
"fast-xml-parser": "4.4.1",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@aws-sdk/middleware-sdk-s3": {
"version": "3.687.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.687.0.tgz",
"integrity": "sha512-YGHYqiyRiNNucmvLrfx3QxIkjSDWR/+cc72bn0lPvqFUQBRHZgmYQLxVYrVZSmRzzkH2FQ1HsZcXhOafLbq4vQ==",
"dependencies": {
"@aws-sdk/core": "3.686.0",
"@aws-sdk/types": "3.686.0",
"@aws-sdk/util-arn-parser": "3.679.0",
"@smithy/core": "^2.5.1",
"@smithy/node-config-provider": "^3.1.9",
"@smithy/protocol-http": "^4.1.5",
"@smithy/signature-v4": "^4.2.0",
"@smithy/smithy-client": "^3.4.2",
"@smithy/types": "^3.6.0",
"@smithy/util-config-provider": "^3.0.0",
"@smithy/util-middleware": "^3.0.8",
"@smithy/util-stream": "^3.2.1",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@aws-sdk/signature-v4-multi-region": {
"version": "3.687.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.687.0.tgz",
"integrity": "sha512-vdOQHCRHJPX9mT8BM6xOseazHD6NodvHl9cyF5UjNtLn+gERRJEItIA9hf0hlt62odGD8Fqp+rFRuqdmbNkcNw==",
"dependencies": {
"@aws-sdk/middleware-sdk-s3": "3.687.0",
"@aws-sdk/types": "3.686.0",
"@smithy/protocol-http": "^4.1.5",
"@smithy/signature-v4": "^4.2.0",
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/s3-request-presigner/node_modules/@aws-sdk/types": {
"version": "3.686.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
"dependencies": {
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
@@ -1204,13 +1277,25 @@
}
},
"node_modules/@aws-sdk/util-format-url": {
"version": "3.679.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/util-format-url/-/util-format-url-3.679.0.tgz",
"integrity": "sha512-pqV1b/hJ/kumtF8AwObJ7bsGgs/2zuAdZtalSD8Pu4jdjOji3IBwP79giAHyhVwoXaMjkpG3mG4ldn9CVtzZJA==",
"version": "3.686.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/util-format-url/-/util-format-url-3.686.0.tgz",
"integrity": "sha512-9doB6O4FAlnWZrvnFDUxTtSFtuL8kUqxlP00HTiDgL1uDJZ8e0S4gqjKR+9+N5goFtxGi7IJeNsDEz2H7imvgw==",
"dependencies": {
"@aws-sdk/types": "3.679.0",
"@smithy/querystring-builder": "^3.0.7",
"@smithy/types": "^3.5.0",
"@aws-sdk/types": "3.686.0",
"@smithy/querystring-builder": "^3.0.8",
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@aws-sdk/util-format-url/node_modules/@aws-sdk/types": {
"version": "3.686.0",
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.686.0.tgz",
"integrity": "sha512-xFnrb3wxOoJcW2Xrh63ZgFo5buIu9DF7bOHnwoUxHdNpUXicUh0AHw85TjXxyxIAd0d1psY/DU7QHoNI3OswgQ==",
"dependencies": {
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
+1 -1
View File
@@ -19,7 +19,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.685.0",
"@aws-sdk/s3-request-presigner": "^3.685.0",
"@aws-sdk/s3-request-presigner": "^3.688.0",
"@parse/fs-files-adapter": "^3.0.0",
"@parse/s3-files-adapter": "^3.0.0",
"@pdf-lib/fontkit": "^1.1.1",