From fb3b9c692fe46216e1de2ba1d910cbe7f6475217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:18:54 +0000 Subject: [PATCH] Bump @smithy/protocol-http from 3.0.11 to 3.0.12 Bumps [@smithy/protocol-http](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/protocol-http) from 3.0.11 to 3.0.12. - [Release notes](https://github.com/awslabs/smithy-typescript/releases) - [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/protocol-http/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/protocol-http@3.0.12/packages/protocol-http) --- updated-dependencies: - dependency-name: "@smithy/protocol-http" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d818a0..cc4fd6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@aws-sdk/client-s3": "^3.484.0", "@aws-sdk/lib-storage": "^3.484.0", "@grpc/grpc-js": "^1.9.13", - "@smithy/protocol-http": "^3.0.11", + "@smithy/protocol-http": "^3.0.12", "@yandex-cloud/nodejs-sdk": "^2.6.0", "glob": "^10.3.10", "mime-types": "^2.1.35", @@ -2954,11 +2954,11 @@ } }, "node_modules/@smithy/protocol-http": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.11.tgz", - "integrity": "sha512-3ziB8fHuXIRamV/akp/sqiWmNPR6X+9SB8Xxnozzj+Nq7hSpyKdFHd1FLpBkgfGFUTzzcBJQlDZPSyxzmdcx5A==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.12.tgz", + "integrity": "sha512-Xz4iaqLiaBfbQpB9Hgi3VcZYbP7xRDXYhd8XWChh4v94uw7qwmvlxdU5yxzfm6ACJM66phHrTbS5TVvj5uQ72w==", "dependencies": { - "@smithy/types": "^2.7.0", + "@smithy/types": "^2.8.0", "tslib": "^2.5.0" }, "engines": { @@ -3048,9 +3048,9 @@ } }, "node_modules/@smithy/types": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.7.0.tgz", - "integrity": "sha512-1OIFyhK+vOkMbu4aN2HZz/MomREkrAC/HqY5mlJMUJfGrPRwijJDTeiN8Rnj9zUaB8ogXAfIOtZrrgqZ4w7Wnw==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.8.0.tgz", + "integrity": "sha512-h9sz24cFgt/W1Re22OlhQKmUZkNh244ApgRsUDYinqF8R+QgcsBIX344u2j61TPshsTz3CvL6HYU1DnQdsSrHA==", "dependencies": { "tslib": "^2.5.0" }, diff --git a/package.json b/package.json index 684cfe8..4daff1f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@aws-sdk/client-s3": "^3.484.0", "@aws-sdk/lib-storage": "^3.484.0", "@grpc/grpc-js": "^1.9.13", - "@smithy/protocol-http": "^3.0.11", + "@smithy/protocol-http": "^3.0.12", "@yandex-cloud/nodejs-sdk": "^2.6.0", "glob": "^10.3.10", "mime-types": "^2.1.35",