Skip to content

Commit

Permalink
chore(deps): bump the monitoring group in /monitoring with 5 updates
Browse files Browse the repository at this point in the history
Bumps the monitoring group in /monitoring with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-cloudwatch](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudwatch) | `3.583.0` | `3.588.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.583.0` | `3.588.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.12` | `20.13.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.3` | `29.1.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.3` | `5.4.5` |


Updates `@aws-sdk/client-cloudwatch` from 3.583.0 to 3.588.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudwatch/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.588.0/clients/client-cloudwatch)

Updates `@aws-sdk/client-lambda` from 3.583.0 to 3.588.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.588.0/clients/client-lambda)

Updates `@types/node` from 20.12.12 to 20.13.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `ts-jest` from 29.1.3 to 29.1.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.3...v29.1.4)

Updates `typescript` from 5.1.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.1.3...v5.4.5)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-cloudwatch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: "@aws-sdk/client-lambda"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: monitoring
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2024
1 parent a310fc6 commit f738ca3
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 280 deletions.
10 changes: 5 additions & 5 deletions monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"validate": "npm-run-all test lint build"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.583.0",
"@aws-sdk/client-cloudwatch": "^3.588.0",
"commander": "^11.1.0",
"dotenv": "^16.4.5",
"inquirer": "^8.2.6",
Expand All @@ -23,7 +23,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.583.0",
"@aws-sdk/client-lambda": "^3.588.0",
"@babel/parser": "^7.24.6",
"@guardian/eslint-config-typescript": "^9.0.1",
"@guardian/prettier": "^7.0.0",
Expand All @@ -32,16 +32,16 @@
"@types/aws-lambda": "^8.10.138",
"@types/inquirer": "^8.2.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/node": "^20.13.0",
"@vercel/ncc": "^0.38.1",
"aws-lambda": "^1.0.7",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"markdown-toc": "^1.2.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.3",
"ts-jest": "^29.1.4",
"ts-node-dev": "^2.0.0",
"typescript": "5.1.3"
"typescript": "5.4.5"
},
"prettier": "@guardian/prettier",
"overrides": {
Expand Down
Loading

1 comment on commit f738ca3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.04% 254/279
🟢 Branches 81.67% 98/120
🟢 Functions 88.57% 62/70
🟢 Lines 90.74% 245/270

Test suite run success

331 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from f738ca3

Please sign in to comment.