Skip to content

Commit 3cea887

Browse files
Bump @aws-sdk/client-config-service from 3.993.0 to 3.994.0
Bumps [@aws-sdk/client-config-service](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-config-service) from 3.993.0 to 3.994.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-config-service/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.994.0/clients/client-config-service) --- updated-dependencies: - dependency-name: "@aws-sdk/client-config-service" dependency-version: 3.994.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93cfe44 commit 3cea887

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

libs/hdf-converters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"xml2json": "tsx data/converters/xml2json.ts"
3030
},
3131
"dependencies": {
32-
"@aws-sdk/client-config-service": "3.993.0",
32+
"@aws-sdk/client-config-service": "3.994.0",
3333
"@e965/xlsx": "^0.20.0",
3434
"@mdi/js": "^7.0.96",
3535
"@microsoft/microsoft-graph-types": "^2.40.0",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@
252252
"@smithy/util-utf8" "^2.0.0"
253253
tslib "^2.6.2"
254254

255-
"@aws-sdk/client-config-service@3.993.0":
256-
version "3.993.0"
257-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-config-service/-/client-config-service-3.993.0.tgz#62c9f80d85b82aa2ef7465f1fae8c48729751ccb"
258-
integrity sha512-WZELDi8m40ip+SyijjlRA1YdCpL3QISJGrzRI7o7ZPQFqNEJFWW82mcabG+aNiveoRBsz11/OoBjXGuqrROOoA==
255+
"@aws-sdk/client-config-service@3.994.0":
256+
version "3.994.0"
257+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-config-service/-/client-config-service-3.994.0.tgz#009f1f70ed00de02c29210606666d2d37a4a1d30"
258+
integrity sha512-qr76kCynSmzpNAoRy/Vfe9nn/eJZ55BQVuny9Y8XPbiBSkp4fFtHDJRDHFoqFbZcj/7SzLdD7FA9c4JyOtieUg==
259259
dependencies:
260260
"@aws-crypto/sha256-browser" "5.2.0"
261261
"@aws-crypto/sha256-js" "5.2.0"
@@ -267,7 +267,7 @@
267267
"@aws-sdk/middleware-user-agent" "^3.972.11"
268268
"@aws-sdk/region-config-resolver" "^3.972.3"
269269
"@aws-sdk/types" "^3.973.1"
270-
"@aws-sdk/util-endpoints" "3.993.0"
270+
"@aws-sdk/util-endpoints" "3.994.0"
271271
"@aws-sdk/util-user-agent-browser" "^3.972.3"
272272
"@aws-sdk/util-user-agent-node" "^3.972.9"
273273
"@smithy/config-resolver" "^4.4.6"
@@ -822,6 +822,17 @@
822822
"@smithy/util-endpoints" "^3.2.8"
823823
tslib "^2.6.2"
824824

825+
"@aws-sdk/util-endpoints@3.994.0":
826+
version "3.994.0"
827+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.994.0.tgz#ba66054d8aef3202aaac656425ccdb68adb5117d"
828+
integrity sha512-L2obUBw4ACMMd1F/SG5LdfPyZ0xJNs9Maifwr3w0uWO+4YvHmk9FfRskfSfE/SLZ9S387oSZ+1xiP7BfVCP/Og==
829+
dependencies:
830+
"@aws-sdk/types" "^3.973.1"
831+
"@smithy/types" "^4.12.0"
832+
"@smithy/url-parser" "^4.2.8"
833+
"@smithy/util-endpoints" "^3.2.8"
834+
tslib "^2.6.2"
835+
825836
"@aws-sdk/util-locate-window@^3.0.0":
826837
version "3.965.4"
827838
resolved "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.4.tgz#f62d279e1905f6939b6dffb0f76ab925440f72bf"

0 commit comments

Comments
 (0)