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 Jan 4, 2025
1 parent 9af0966 commit 243f2cc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"ajv": "8.17.1",
"c8": "10.1.3",
"eslint": "8.57.1",
Expand All @@ -47,7 +47,7 @@
"mocha": "11.0.1",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.6",
"semantic-release": "24.2.0",
"semantic-release": "24.2.1",
"semantic-release-monorepo": "8.0.2",
"typescript": "5.7.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 @@ -36,8 +36,8 @@
"dependencies": {
"@adobe/spacecat-shared-dynamo": "1.5.1",
"@adobe/spacecat-shared-utils": "1.25.4",
"@aws-sdk/client-dynamodb": "3.716.0",
"@aws-sdk/lib-dynamodb": "3.716.0",
"@aws-sdk/client-dynamodb": "3.721.0",
"@aws-sdk/lib-dynamodb": "3.721.0",
"@types/joi": "17.2.3",
"aws-xray-sdk": "3.10.2",
"electrodb": "3.0.1",
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.716.0",
"@aws-sdk/lib-dynamodb": "3.716.0",
"@aws-sdk/client-dynamodb": "3.721.0",
"@aws-sdk/lib-dynamodb": "3.721.0",
"@adobe/spacecat-shared-utils": "1.25.2",
"aws-xray-sdk": "3.10.2"
},
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.8",
"@adobe/spacecat-shared-http-utils": "1.9.0",
"@adobe/spacecat-shared-utils": "1.25.2",
"@aws-sdk/client-secrets-manager": "3.716.0",
"@aws-sdk/client-secrets-manager": "3.721.0",
"aws-xray-sdk": "3.10.2",
"google-auth-library": "9.15.0",
"googleapis": "144.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/spacecat-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
},
"dependencies": {
"@adobe/fetch": "4.1.11",
"@aws-sdk/client-s3": "3.717.0",
"@aws-sdk/client-secrets-manager": "3.716.0",
"@aws-sdk/client-sqs": "3.716.0",
"@aws-sdk/client-s3": "3.722.0",
"@aws-sdk/client-secrets-manager": "3.721.0",
"@aws-sdk/client-sqs": "3.721.0",
"@json2csv/plainjs": "7.0.6",
"aws-xray-sdk": "3.10.2"
}
Expand Down

0 comments on commit 243f2cc

Please sign in to comment.