Skip to content

Commit

Permalink
Bump the minor group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [govuk-frontend](https://github.com/alphagov/govuk-frontend) | `5.8.0` | `5.9.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.25.0` | `8.26.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.25.0` | `8.26.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |
| [wiremock](https://github.com/wiremock/wiremock-npm) | `3.12.0` | `3.12.1` |


Updates `govuk-frontend` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/alphagov/govuk-frontend/releases)
- [Changelog](https://github.com/alphagov/govuk-frontend/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk-frontend@v5.8.0...v5.9.0)

Updates `@typescript-eslint/eslint-plugin` from 8.25.0 to 8.26.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.25.0 to 8.26.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.0/packages/parser)

Updates `typescript` from 5.7.3 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.3...v5.8.2)

Updates `wiremock` from 3.12.0 to 3.12.1
- [Commits](wiremock/wiremock-npm@3.12.0...3.12.1)

---
updated-dependencies:
- dependency-name: govuk-frontend
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: wiremock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 7f31a26 commit ba114cb
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 66 deletions.
124 changes: 63 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"express": "^4.21.2",
"express-prom-bundle": "^8.0.0",
"express-session": "^1.18.1",
"govuk-frontend": "^5.8.0",
"govuk-frontend": "^5.9.0",
"helmet": "^8.0.0",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2",
Expand Down Expand Up @@ -144,8 +144,8 @@
"@types/superagent": "^8.1.9",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"audit-ci": "^7.1.0",
"concurrently": "^9.1.2",
"cookie-session": "^2.1.0",
Expand All @@ -165,8 +165,8 @@
"sass": "^1.85.1",
"supertest": "^7.0.0",
"ts-jest": "^29.2.6",
"typescript": "^5.7.3",
"wiremock": "^3.12.0"
"typescript": "^5.8.2",
"wiremock": "^3.12.1"
},
"overrides": {
"csurf": {
Expand Down

0 comments on commit ba114cb

Please sign in to comment.