Merge pull request #20461 from backstage/renovate/aws-sdk-js-v3-monorepo
fix(deps): update aws-sdk-js-v3 monorepo to v3.433.0
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
"@aws-sdk/client-s3": "^3.350.0",
|
||||
"@aws-sdk/credential-providers": "^3.350.0",
|
||||
"@aws-sdk/lib-storage": "^3.350.0",
|
||||
"@aws-sdk/node-http-handler": "^3.350.0",
|
||||
"@aws-sdk/types": "^3.347.0",
|
||||
"@azure/identity": "^3.2.1",
|
||||
"@azure/storage-blob": "^12.5.0",
|
||||
@@ -54,6 +53,7 @@
|
||||
"@backstage/integration-aws-node": "workspace:^",
|
||||
"@backstage/plugin-search-common": "workspace:^",
|
||||
"@google-cloud/storage": "^6.0.0",
|
||||
"@smithy/node-http-handler": "^2.1.7",
|
||||
"@trendyol-js/openstack-swift-sdk": "^0.0.6",
|
||||
"@types/express": "^4.17.6",
|
||||
"express": "^4.17.1",
|
||||
|
||||
@@ -32,7 +32,7 @@ import {
|
||||
S3Client,
|
||||
} from '@aws-sdk/client-s3';
|
||||
import { fromTemporaryCredentials } from '@aws-sdk/credential-providers';
|
||||
import { NodeHttpHandler } from '@aws-sdk/node-http-handler';
|
||||
import { NodeHttpHandler } from '@smithy/node-http-handler';
|
||||
import { Upload } from '@aws-sdk/lib-storage';
|
||||
import { AwsCredentialIdentityProvider } from '@aws-sdk/types';
|
||||
import { HttpsProxyAgent } from 'hpagent';
|
||||
|
||||
Reference in New Issue
Block a user