Skip to content

Commit

Permalink
fix(deps): update external fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 18c9b4e commit bd5a678
Show file tree
Hide file tree
Showing 7 changed files with 463 additions and 385 deletions.
824 changes: 451 additions & 373 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"ajv": "8.17.1",
"c8": "10.1.2",
"eslint": "8.57.1",
"husky": "9.1.6",
"jsdoc-to-markdown": "9.0.1",
"jsdoc-to-markdown": "9.0.2",
"lint-staged": "15.2.10",
"mocha": "10.7.3",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.5",
"semantic-release": "24.1.1",
"semantic-release": "24.1.2",
"semantic-release-monorepo": "8.0.2",
"typescript": "5.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/spacecat-shared-data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@adobe/spacecat-shared-dynamo": "1.2.5",
"@adobe/spacecat-shared-utils": "1.2.0",
"@aws-sdk/client-dynamodb": "3.656.0",
"@aws-sdk/lib-dynamodb": "3.656.0",
"@aws-sdk/client-dynamodb": "3.658.1",
"@aws-sdk/lib-dynamodb": "3.658.1",
"@types/joi": "17.2.3",
"joi": "17.13.3",
"uuid": "10.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/spacecat-shared-dynamo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"access": "public"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.656.0",
"@aws-sdk/lib-dynamodb": "3.656.0",
"@aws-sdk/client-dynamodb": "3.658.1",
"@aws-sdk/lib-dynamodb": "3.658.1",
"@adobe/spacecat-shared-utils": "1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-google-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@adobe/helix-universal": "5.0.6",
"@adobe/spacecat-shared-http-utils": "1.1.4",
"@adobe/spacecat-shared-utils": "1.15.1",
"@aws-sdk/client-secrets-manager": "3.654.0",
"@aws-sdk/client-secrets-manager": "3.658.1",
"google-auth-library": "9.14.1",
"googleapis": "144.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@adobe/fetch": "4.1.9",
"@adobe/spacecat-shared-utils": "1.19.1",
"@adobe/spacecat-shared-data-access": "1.41.3",
"jose": "5.9.2"
"jose": "5.9.3"
},
"devDependencies": {
"@adobe/helix-shared-wrap": "2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/spacecat-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"@adobe/fetch": "4.1.9",
"@aws-sdk/client-s3": "3.654.0",
"@aws-sdk/client-sqs": "3.654.0",
"@aws-sdk/client-s3": "3.658.1",
"@aws-sdk/client-sqs": "3.658.1",
"@json2csv/plainjs": "7.0.6"
}
}

0 comments on commit bd5a678

Please sign in to comment.