chore(deps): upgrade aws sdk libs

This commit is contained in:
Karol Sójko
2023-05-15 12:16:34 +02:00
parent 66da49b0df
commit 6ddb8fb6c2
79 changed files with 1386 additions and 926 deletions

1086
.pnp.cjs generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@@ -40,8 +40,8 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.328.0",
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-sns": "^3.332.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@newrelic/winston-enricher": "^4.0.1",
"@standardnotes/common": "workspace:*",
"@standardnotes/domain-core": "workspace:^",

View File

@@ -32,8 +32,8 @@
"upgrade:snjs": "yarn ncu -u '@standardnotes/*'"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.328.0",
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-sns": "^3.332.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@cbor-extract/cbor-extract-linux-arm64": "^2.1.1",
"@cbor-extract/cbor-extract-linux-x64": "^2.1.1",
"@newrelic/winston-enricher": "^4.0.1",

View File

@@ -23,8 +23,8 @@
"test": "jest spec --coverage"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.328.0",
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-sns": "^3.332.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@standardnotes/domain-events": "workspace:*",
"ioredis": "^5.2.4",
"newrelic": "^10.1.0",

View File

@@ -33,7 +33,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@standardnotes/domain-events": "workspace:*",
"@standardnotes/domain-events-infra": "workspace:*",
"@standardnotes/time": "workspace:*",

View File

@@ -25,9 +25,9 @@
"upgrade:snjs": "yarn ncu -u '@standardnotes/*'"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.328.0",
"@aws-sdk/client-sns": "^3.328.0",
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-s3": "^3.332.0",
"@aws-sdk/client-sns": "^3.332.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@standardnotes/domain-core": "workspace:^",
"@standardnotes/domain-events": "workspace:*",
"@standardnotes/domain-events-infra": "workspace:*",

View File

@@ -23,8 +23,8 @@
"worker": "yarn node dist/bin/worker.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.328.0",
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-s3": "^3.332.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@newrelic/winston-enricher": "^4.0.1",
"@standardnotes/api": "^1.25.3",
"@standardnotes/common": "workspace:^",

View File

@@ -24,8 +24,8 @@
"upgrade:snjs": "yarn ncu -u '@standardnotes/*'"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.328.0",
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-sns": "^3.332.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@newrelic/winston-enricher": "^4.0.1",
"@standardnotes/domain-core": "workspace:^",
"@standardnotes/domain-events": "workspace:*",

View File

@@ -25,9 +25,9 @@
"upgrade:snjs": "yarn ncu -u '@standardnotes/*'"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.328.0",
"@aws-sdk/client-sns": "^3.328.0",
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-s3": "^3.332.0",
"@aws-sdk/client-sns": "^3.332.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@newrelic/winston-enricher": "^4.0.1",
"@standardnotes/api": "^1.25.3",
"@standardnotes/common": "workspace:*",

View File

@@ -22,7 +22,7 @@
"typeorm": "typeorm-ts-node-commonjs"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.328.0",
"@aws-sdk/client-sqs": "^3.332.0",
"@newrelic/winston-enricher": "^4.0.1",
"@standardnotes/api": "^1.25.3",
"@standardnotes/common": "workspace:^",

1190
yarn.lock

File diff suppressed because it is too large Load Diff