From 7bd9d44518c9f6e52c32b3ca2ab2a54f0c01fcca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:53:47 +0000 Subject: [PATCH] Bump @smithy/protocol-http from 3.0.10 to 3.0.11 Bumps [@smithy/protocol-http](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/protocol-http) from 3.0.10 to 3.0.11. - [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.11/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 31cf92d..91f926e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@aws-sdk/client-s3": "^3.465.0", "@aws-sdk/lib-storage": "^3.465.0", "@grpc/grpc-js": "^1.9.12", - "@smithy/protocol-http": "^3.0.10", + "@smithy/protocol-http": "^3.0.11", "@yandex-cloud/nodejs-sdk": "^2.6.0", "glob": "^10.3.10", "mime-types": "^2.1.35", @@ -2950,11 +2950,11 @@ } }, "node_modules/@smithy/protocol-http": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.10.tgz", - "integrity": "sha512-6+tjNk7rXW7YTeGo9qwxXj/2BFpJTe37kTj3EnZCoX/nH+NP/WLA7O83fz8XhkGqsaAhLUPo/bB12vvd47nsmg==", + "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==", "dependencies": { - "@smithy/types": "^2.6.0", + "@smithy/types": "^2.7.0", "tslib": "^2.5.0" }, "engines": { @@ -3042,9 +3042,9 @@ } }, "node_modules/@smithy/types": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.6.0.tgz", - "integrity": "sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.7.0.tgz", + "integrity": "sha512-1OIFyhK+vOkMbu4aN2HZz/MomREkrAC/HqY5mlJMUJfGrPRwijJDTeiN8Rnj9zUaB8ogXAfIOtZrrgqZ4w7Wnw==", "dependencies": { "tslib": "^2.5.0" }, diff --git a/package.json b/package.json index 194e1b6..14c7ca3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@aws-sdk/client-s3": "^3.465.0", "@aws-sdk/lib-storage": "^3.465.0", "@grpc/grpc-js": "^1.9.12", - "@smithy/protocol-http": "^3.0.10", + "@smithy/protocol-http": "^3.0.11", "@yandex-cloud/nodejs-sdk": "^2.6.0", "glob": "^10.3.10", "mime-types": "^2.1.35",