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 Feb 3, 2024
1 parent 0fd4c21 commit bd39f7c
Show file tree
Hide file tree
Showing 6 changed files with 974 additions and 761 deletions.
1,709 changes: 961 additions & 748 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "11.0.2",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"ajv": "8.12.0",
"c8": "9.1.0",
"eslint": "8.56.0",
"husky": "9.0.6",
"jsdoc-to-markdown": "8.0.0",
"lint-staged": "15.2.0",
"husky": "9.0.10",
"jsdoc-to-markdown": "8.0.1",
"lint-staged": "15.2.1",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.0",
"nock": "13.5.1",
"semantic-release": "23.0.0",
"semantic-release-monorepo": "8.0.1",
"typescript": "5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/spacecat-shared-data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"dependencies": {
"@adobe/spacecat-shared-dynamo": "1.2.5",
"@adobe/spacecat-shared-utils": "1.2.0",
"@aws-sdk/client-dynamodb": "3.501.0",
"@aws-sdk/lib-dynamodb": "3.501.0",
"@aws-sdk/client-dynamodb": "3.506.0",
"@aws-sdk/lib-dynamodb": "3.506.0",
"@types/joi": "17.2.3",
"joi": "17.12.0",
"joi": "17.12.1",
"uuid": "9.0.1"
},
"devDependencies": {
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 @@ -29,8 +29,8 @@
"access": "public"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.501.0",
"@aws-sdk/lib-dynamodb": "3.501.0",
"@aws-sdk/client-dynamodb": "3.506.0",
"@aws-sdk/lib-dynamodb": "3.506.0",
"@adobe/spacecat-shared-utils": "1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-rum-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"nock": "13.5.0",
"nock": "13.5.1",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-slack-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"nock": "13.5.0",
"nock": "13.5.1",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"slack-block-builder": "2.8.0",
Expand Down

0 comments on commit bd39f7c

Please sign in to comment.