Skip to content

Commit

Permalink
chore(deps): bump the monitoring group in /monitoring with 6 updates (#…
Browse files Browse the repository at this point in the history
…1121)

Bumps the monitoring group in /monitoring with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-cloudwatch](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudwatch) | `3.699.0` | `3.705.0` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.1.0` | `7.2.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.2` | `7.26.3` |
| [globals](https://github.com/sindresorhus/globals) | `15.12.0` | `15.13.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.17.0` |


Updates `@aws-sdk/client-cloudwatch` from 3.699.0 to 3.705.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.705.0/clients/client-cloudwatch)

Updates `@inquirer/prompts` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `@babel/parser` from 7.26.2 to 7.26.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-parser)

Updates `globals` from 15.12.0 to 15.13.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.12.0...v15.13.0)

Updates `typescript-eslint` from 8.16.0 to 8.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-cloudwatch"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: monitoring
- dependency-name: "@babel/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: monitoring
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: monitoring
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 30f6798 commit e23c8b9
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 172 deletions.
12 changes: 6 additions & 6 deletions monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"validate": "npm-run-all test lint type-check build"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.699.0",
"@inquirer/prompts": "^7.1.0",
"@aws-sdk/client-cloudwatch": "^3.705.0",
"@inquirer/prompts": "^7.2.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"playwright-aws-lambda": "^0.11.0",
"playwright-core": "^1.49.0",
"tslib": "^2.8.1",
"uuid": "^11.0.3"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.699.0",
"@babel/parser": "^7.26.2",
"@babel/parser": "^7.26.3",
"@guardian/eslint-config-typescript": "^11.0.0",
"@guardian/prettier": "^8.0.1",
"@guardian/tsconfig": "^1.0.0",
Expand All @@ -38,15 +38,15 @@
"aws-lambda": "^1.0.7",
"eslint": "^9.16.0",
"eslint-plugin-compat": "^6.0.1",
"globals": "^15.12.0",
"globals": "^15.13.0",
"jest": "^29.7.0",
"markdown-toc": "^1.2.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "5.7.2",
"typescript-eslint": "^8.16.0"
"typescript-eslint": "^8.17.0"
},
"prettier": "@guardian/prettier",
"resolutions": {
Expand Down
Loading

0 comments on commit e23c8b9

Please sign in to comment.