Skip to content

Commit

Permalink
chore(deps): update external major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent df8161e commit 6d1c939
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"ajv": "8.12.0",
"c8": "8.0.1",
"c8": "9.1.0",
"eslint": "8.56.0",
"husky": "8.0.3",
"jsdoc-to-markdown": "8.0.0",
Expand All @@ -43,7 +43,7 @@
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.0",
"semantic-release": "19.0.5",
"semantic-release-monorepo": "7.0.8",
"semantic-release-monorepo": "8.0.0",
"typescript": "5.3.3"
},
"lint-staged": {
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 @@ -38,9 +38,9 @@
"uuid": "9.0.1"
},
"devDependencies": {
"chai": "4.4.1",
"chai": "5.0.0",
"chai-as-promised": "7.1.1",
"dynamo-db-local": "6.1.0",
"dynamo-db-local": "7.3.0",
"sinon": "17.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/spacecat-shared-dynamo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@adobe/spacecat-shared-utils": "1.1.0"
},
"devDependencies": {
"chai": "4.4.1"
"chai": "5.0.0"
}
}
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 @@ -32,6 +32,6 @@
"@adobe/fetch": "4.1.1"
},
"devDependencies": {
"chai": "4.4.1"
"chai": "5.0.0"
}
}
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 @@ -37,7 +37,7 @@
"aws4": "1.12.0"
},
"devDependencies": {
"chai": "4.4.1",
"chai": "5.0.0",
"chai-as-promised": "7.1.1",
"nock": "13.5.0",
"sinon": "17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/spacecat-shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"devDependencies": {
"chai": "4.4.1",
"chai": "5.0.0",
"sinon": "17.0.1"
},
"dependencies": {
Expand Down

0 comments on commit 6d1c939

Please sign in to comment.