From c452cdabc68ec499c6e665478f861f56be4e67af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:06:08 +0000 Subject: [PATCH] chore: Bump @smithy/property-provider from 2.0.12 to 2.0.13 (#893) Bumps [@smithy/property-provider](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/property-provider) from 2.0.12 to 2.0.13. - [Release notes](https://github.com/awslabs/smithy-typescript/releases) - [Changelog](https://github.com/awslabs/smithy-typescript/blob/main/packages/property-provider/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/property-provider@2.0.13/packages/property-provider) --- updated-dependencies: - dependency-name: "@smithy/property-provider" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea6e44a..fcfe5e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@aws-sdk/credential-provider-env": "^3.186.0", "@jest/globals": "^29.7.0", - "@smithy/property-provider": "^2.0.12", + "@smithy/property-provider": "^2.0.13", "@types/jest": "^29.5.5", "@types/node": "^20", "@typescript-eslint/eslint-plugin": "<=5.62.0", diff --git a/package.json b/package.json index dfe7aaf..a5f83ee 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@aws-sdk/credential-provider-env": "^3.186.0", - "@smithy/property-provider": "^2.0.12", + "@smithy/property-provider": "^2.0.13", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.5", "@types/node": "^20",