|
17 | 17 | }, |
18 | 18 | "homepage": "https://github.com/scality/Arsenal#readme", |
19 | 19 | "dependencies": { |
| 20 | + "@aws-sdk/client-kms": "^3.901.0", |
| 21 | + "@aws-sdk/client-s3": "^3.901.0", |
| 22 | + "@aws-sdk/credential-providers": "^3.901.0", |
| 23 | + "@aws-sdk/lib-storage": "^3.937.0", |
20 | 24 | "@azure/identity": "^4.13.0", |
21 | 25 | "@azure/storage-blob": "^12.28.0", |
22 | 26 | "@js-sdsl/ordered-set": "^4.4.2", |
23 | 27 | "@scality/hdclient": "^1.3.1", |
| 28 | + "@smithy/node-http-handler": "^4.3.0", |
| 29 | + "@smithy/protocol-http": "^5.3.5", |
24 | 30 | "JSONStream": "^1.3.5", |
25 | 31 | "agentkeepalive": "^4.6.0", |
26 | 32 | "ajv": "6.12.3", |
27 | 33 | "async": "~2.6.4", |
28 | | - "aws-sdk": "^2.1691.0", |
29 | 34 | "backo": "^1.1.0", |
30 | 35 | "base-x": "3.0.8", |
31 | 36 | "base62": "^2.0.2", |
|
83 | 88 | "scripts": { |
84 | 89 | "build": "tsc", |
85 | 90 | "build_doc": "cd documentation/listingAlgos/pics; dot -Tsvg delimiterStateChart.dot > delimiterStateChart.svg; dot -Tsvg delimiterMasterV0StateChart.dot > delimiterMasterV0StateChart.svg; dot -Tsvg delimiterVersionsStateChart.dot > delimiterVersionsStateChart.svg", |
86 | | - "coverage": "export NODE_OPTIONS=\"--tls-max-v1.2\" && nyc --clean jest tests --coverage --testTimeout=120000 --forceExit --testPathIgnorePatterns tests/functional/pykmip", |
| 91 | + "coverage": "export NODE_OPTIONS=\"--tls-max-v1.2\" && nyc --clean jest tests/functional/metadata/mongodb/delObject.spec.js", |
87 | 92 | "dev": "nodemon --ext ts --ignore build --exec \"yarn build\"", |
88 | 93 | "ft_pykmip_test": "jest tests/functional/pykmip", |
89 | 94 | "ft_test": "jest tests/functional --testTimeout=120000 --forceExit --testPathIgnorePatterns tests/functional/pykmip", |
|
117 | 122 | } |
118 | 123 | } |
119 | 124 | }, |
| 125 | + "resolutions": { |
| 126 | + "tar": "^7.5.2" |
| 127 | + }, |
120 | 128 | "nyc": { |
121 | 129 | "tempDirectory": "coverage", |
122 | 130 | "reporter": [ |
|
0 commit comments