chore: upgrade aws-sdk

This commit is contained in:
Karol Sójko 2024-01-03 10:06:19 +01:00
parent 1a349e1641
commit a95b6d61e7
No known key found for this signature in database
GPG key ID: C2F813669419D05F
86 changed files with 1760 additions and 935 deletions

1331
.pnp.cjs generated

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -45,8 +45,8 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.462.0",
"@aws-sdk/client-sqs": "^3.462.0",
"@aws-sdk/client-sns": "^3.484.0",
"@aws-sdk/client-sqs": "^3.484.0",
"@standardnotes/common": "workspace:*",
"@standardnotes/domain-core": "workspace:^",
"@standardnotes/domain-events": "workspace:*",

View file

@ -38,9 +38,9 @@
"migrate": "yarn build && yarn typeorm migration:run -d dist/src/Bootstrap/DataSource.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.462.0",
"@aws-sdk/client-sns": "^3.462.0",
"@aws-sdk/client-sqs": "^3.462.0",
"@aws-sdk/client-s3": "^3.484.0",
"@aws-sdk/client-sns": "^3.484.0",
"@aws-sdk/client-sqs": "^3.484.0",
"@cbor-extract/cbor-extract-linux-arm64": "^2.1.1",
"@cbor-extract/cbor-extract-linux-x64": "^2.1.1",
"@grpc/grpc-js": "^1.9.13",

View file

@ -30,8 +30,8 @@
"test": "jest --coverage --no-cache"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.462.0",
"@aws-sdk/client-sqs": "^3.462.0",
"@aws-sdk/client-sns": "^3.484.0",
"@aws-sdk/client-sqs": "^3.484.0",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.46.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.46.0",

View file

@ -32,9 +32,9 @@
"worker": "yarn node dist/bin/worker.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.462.0",
"@aws-sdk/client-sns": "^3.462.0",
"@aws-sdk/client-sqs": "^3.462.0",
"@aws-sdk/client-s3": "^3.484.0",
"@aws-sdk/client-sns": "^3.484.0",
"@aws-sdk/client-sqs": "^3.484.0",
"@standardnotes/domain-core": "workspace:^",
"@standardnotes/domain-events": "workspace:*",
"@standardnotes/domain-events-infra": "workspace:*",

View file

@ -30,9 +30,9 @@
"worker": "yarn node dist/bin/worker.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.462.0",
"@aws-sdk/client-sns": "^3.462.0",
"@aws-sdk/client-sqs": "^3.462.0",
"@aws-sdk/client-s3": "^3.484.0",
"@aws-sdk/client-sns": "^3.484.0",
"@aws-sdk/client-sqs": "^3.484.0",
"@standardnotes/api": "^1.26.26",
"@standardnotes/common": "workspace:^",
"@standardnotes/domain-core": "workspace:^",

View file

@ -28,8 +28,8 @@
"typeorm": "typeorm-ts-node-commonjs"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.462.0",
"@aws-sdk/client-sqs": "^3.462.0",
"@aws-sdk/client-sns": "^3.484.0",
"@aws-sdk/client-sqs": "^3.484.0",
"@standardnotes/domain-core": "workspace:^",
"@standardnotes/domain-events": "workspace:*",
"@standardnotes/domain-events-infra": "workspace:*",

View file

@ -32,9 +32,9 @@
"migrate": "yarn clean && yarn build && yarn typeorm migration:run -d dist/src/Bootstrap/DataSource.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.462.0",
"@aws-sdk/client-sns": "^3.462.0",
"@aws-sdk/client-sqs": "^3.462.0",
"@aws-sdk/client-s3": "^3.484.0",
"@aws-sdk/client-sns": "^3.484.0",
"@aws-sdk/client-sqs": "^3.484.0",
"@grpc/grpc-js": "^1.9.13",
"@standardnotes/api": "^1.26.26",
"@standardnotes/common": "workspace:*",

View file

@ -27,8 +27,8 @@
"typeorm": "typeorm-ts-node-commonjs"
},
"dependencies": {
"@aws-sdk/client-apigatewaymanagementapi": "^3.462.0",
"@aws-sdk/client-sqs": "^3.462.0",
"@aws-sdk/client-apigatewaymanagementapi": "^3.484.0",
"@aws-sdk/client-sqs": "^3.484.0",
"@standardnotes/common": "workspace:^",
"@standardnotes/domain-core": "workspace:^",
"@standardnotes/domain-events": "workspace:^",

1324
yarn.lock

File diff suppressed because it is too large Load diff