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 14, 2024
1 parent d20e62e commit 1f5a800
Show file tree
Hide file tree
Showing 13 changed files with 2,308 additions and 801 deletions.
3,045 changes: 2,276 additions & 769 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 @@ -36,20 +36,20 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"ajv": "8.17.1",
"c8": "10.1.2",
"eslint": "8.57.0",
"husky": "9.1.5",
"jsdoc-to-markdown": "9.0.0",
"husky": "9.1.6",
"jsdoc-to-markdown": "9.0.1",
"lint-staged": "15.2.10",
"mocha": "10.7.3",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.5",
"semantic-release": "24.1.0",
"semantic-release": "24.1.1",
"semantic-release-monorepo": "8.0.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"lint-staged": {
"*.js": "eslint"
Expand Down
4 changes: 2 additions & 2 deletions packages/spacecat-shared-ahrefs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"nock": "13.5.5",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/spacecat-shared-content-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"chai-as-promised": "8.0.0",
"esmock": "2.6.7",
"nock": "13.5.4",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
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 @@ -35,8 +35,8 @@
"dependencies": {
"@adobe/spacecat-shared-dynamo": "1.2.5",
"@adobe/spacecat-shared-utils": "1.2.0",
"@aws-sdk/client-dynamodb": "3.645.0",
"@aws-sdk/lib-dynamodb": "3.645.0",
"@aws-sdk/client-dynamodb": "3.651.1",
"@aws-sdk/lib-dynamodb": "3.651.1",
"@types/joi": "17.2.3",
"joi": "17.13.3",
"uuid": "10.0.0"
Expand All @@ -45,7 +45,7 @@
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"dynamo-db-local": "9.2.1",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0"
}
}
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.645.0",
"@aws-sdk/lib-dynamodb": "3.645.0",
"@aws-sdk/client-dynamodb": "3.651.1",
"@aws-sdk/lib-dynamodb": "3.651.1",
"@adobe/spacecat-shared-utils": "1.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/spacecat-shared-google-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@adobe/helix-universal": "5.0.5",
"@adobe/spacecat-shared-http-utils": "1.1.4",
"@adobe/spacecat-shared-utils": "1.15.1",
"@aws-sdk/client-secrets-manager": "3.645.0",
"@aws-sdk/client-secrets-manager": "3.651.1",
"google-auth-library": "9.14.1",
"googleapis": "144.0.0"
},
"devDependencies": {
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"nock": "13.5.5",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/spacecat-shared-gpt-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"nock": "13.5.5",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/spacecat-shared-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@adobe/fetch": "4.1.8",
"@adobe/spacecat-shared-utils": "1.19.1",
"@adobe/spacecat-shared-data-access": "1.41.3",
"jose": "5.8.0"
"jose": "5.9.2"
},
"devDependencies": {
"@adobe/helix-shared-wrap": "2.0.2",
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"sinon": "18.0.0"
"sinon": "18.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/spacecat-shared-ims-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"nock": "13.5.5",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/spacecat-shared-rum-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"nock": "13.5.5",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/spacecat-shared-slack-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"nock": "13.5.5",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0",
"slack-block-builder": "2.8.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
8 changes: 4 additions & 4 deletions packages/spacecat-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@adobe/spacecat-shared-data-access": "file:../spacecat-shared-data-access",
"chai": "5.1.1",
"chai-as-promised": "8.0.0",
"husky": "9.1.5",
"husky": "9.1.6",
"nock": "13.5.5",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "4.0.0"
},
"dependencies": {
"@adobe/fetch": "4.1.8",
"@aws-sdk/client-s3": "3.645.0",
"@aws-sdk/client-sqs": "3.645.0",
"@aws-sdk/client-s3": "3.651.1",
"@aws-sdk/client-sqs": "3.651.1",
"@json2csv/plainjs": "7.0.6"
}
}

0 comments on commit 1f5a800

Please sign in to comment.