Merge pull request #20657 from aochsner/renovate/aws-sdk-js-v3-monorepo
Renovate/aws sdk js v3 monorepo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-node': patch
|
||||
---
|
||||
|
||||
Switch to `@smithy/node-http-handler` instead of the `@aws-sdk/node-http-handler`
|
||||
@@ -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';
|
||||
|
||||
@@ -1276,7 +1276,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@aws-sdk/node-http-handler@npm:3.370.0, @aws-sdk/node-http-handler@npm:^3.350.0":
|
||||
"@aws-sdk/node-http-handler@npm:3.370.0":
|
||||
version: 3.370.0
|
||||
resolution: "@aws-sdk/node-http-handler@npm:3.370.0"
|
||||
dependencies:
|
||||
@@ -9609,7 +9609,6 @@ __metadata:
|
||||
"@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
|
||||
@@ -9623,6 +9622,7 @@ __metadata:
|
||||
"@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
|
||||
"@types/fs-extra": ^9.0.5
|
||||
@@ -15444,7 +15444,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@smithy/node-http-handler@npm:^2.1.8":
|
||||
"@smithy/node-http-handler@npm:^2.1.7, @smithy/node-http-handler@npm:^2.1.8":
|
||||
version: 2.1.8
|
||||
resolution: "@smithy/node-http-handler@npm:2.1.8"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user