Skip to content

Commit 9f45f9f

Browse files
committed
deps install
A security issue was fixed using resolutions in package.json as the vulnerability is in a transient dependency. Issue: ARSN-514
1 parent 1e0e0b7 commit 9f45f9f

File tree

2 files changed

+2479
-1289
lines changed

2 files changed

+2479
-1289
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,20 @@
1717
},
1818
"homepage": "https://github.com/scality/Arsenal#readme",
1919
"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",
2024
"@azure/identity": "^4.13.0",
2125
"@azure/storage-blob": "^12.28.0",
2226
"@js-sdsl/ordered-set": "^4.4.2",
2327
"@scality/hdclient": "^1.3.1",
28+
"@smithy/node-http-handler": "^4.3.0",
29+
"@smithy/protocol-http": "^5.3.5",
2430
"JSONStream": "^1.3.5",
2531
"agentkeepalive": "^4.6.0",
2632
"ajv": "6.12.3",
2733
"async": "~2.6.4",
28-
"aws-sdk": "^2.1691.0",
2934
"backo": "^1.1.0",
3035
"base-x": "3.0.8",
3136
"base62": "^2.0.2",
@@ -83,7 +88,7 @@
8388
"scripts": {
8489
"build": "tsc",
8590
"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",
8792
"dev": "nodemon --ext ts --ignore build --exec \"yarn build\"",
8893
"ft_pykmip_test": "jest tests/functional/pykmip",
8994
"ft_test": "jest tests/functional --testTimeout=120000 --forceExit --testPathIgnorePatterns tests/functional/pykmip",
@@ -117,6 +122,9 @@
117122
}
118123
}
119124
},
125+
"resolutions": {
126+
"tar": "^7.5.2"
127+
},
120128
"nyc": {
121129
"tempDirectory": "coverage",
122130
"reporter": [

0 commit comments

Comments
 (0)