Skip to content

Commit bedfdb9

Browse files
CLDSRV-658: Bump arsenal for KMIPCluster health
1 parent ada5430 commit bedfdb9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"homepage": "https://github.com/scality/S3#readme",
2121
"dependencies": {
2222
"@hapi/joi": "^17.1.0",
23-
"arsenal": "git+https://github.com/scality/Arsenal#7.70.45",
23+
"arsenal": "git+https://github.com/scality/Arsenal#7.70.46",
2424
"async": "~2.5.0",
2525
"aws-sdk": "2.905.0",
2626
"azure-storage": "^2.1.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,18 @@
176176
integrity sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==
177177

178178
"@types/cors@^2.8.12":
179-
version "2.8.18"
180-
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.18.tgz#101e033b3ca06695f3d73c587cd7f9eb348135d1"
181-
integrity sha512-nX3d0sxJW41CqQvfOzVG1NCTXfFDrDWIghCZncpHeWlVFd81zxB/DLhg7avFg6eHLCRX7ckBmoIIcqa++upvJA==
179+
version "2.8.19"
180+
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.19.tgz#d93ea2673fd8c9f697367f5eeefc2bbfa94f0342"
181+
integrity sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==
182182
dependencies:
183183
"@types/node" "*"
184184

185185
"@types/node@*", "@types/node@>=10.0.0":
186-
version "22.15.21"
187-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.21.tgz#196ef14fe20d87f7caf1e7b39832767f9a995b77"
188-
integrity sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==
186+
version "24.0.1"
187+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.1.tgz#e9bfcb1c35547437c294403b7bec497772a88b0a"
188+
integrity sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==
189189
dependencies:
190-
undici-types "~6.21.0"
190+
undici-types "~7.8.0"
191191

192192
"@types/triple-beam@^1.3.2":
193193
version "1.3.2"
@@ -501,9 +501,9 @@ arraybuffer.slice@~0.0.7:
501501
optionalDependencies:
502502
ioctl "^2.0.2"
503503

504-
"arsenal@git+https://github.com/scality/Arsenal#7.70.45":
505-
version "7.70.45"
506-
resolved "git+https://github.com/scality/Arsenal#0ef69d30b34aa3aa33c59c275e46918cda7531eb"
504+
"arsenal@git+https://github.com/scality/Arsenal#7.70.46":
505+
version "7.70.46"
506+
resolved "git+https://github.com/scality/Arsenal#b017a414d9952779ad9f0b65ec2dfc27e5d81d0f"
507507
dependencies:
508508
"@js-sdsl/ordered-set" "^4.4.2"
509509
"@types/async" "^3.2.12"
@@ -5450,10 +5450,10 @@ underscore@^1.12.1:
54505450
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
54515451
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
54525452

5453-
undici-types@~6.21.0:
5454-
version "6.21.0"
5455-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5456-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5453+
undici-types@~7.8.0:
5454+
version "7.8.0"
5455+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
5456+
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
54575457

54585458
unique-filename@^1.1.1:
54595459
version "1.1.1"

0 commit comments

Comments
 (0)