Skip to content

Commit

Permalink
fix(deps): update all non major npm dependencies (#18)
Browse files Browse the repository at this point in the history
* fix(deps): update all non major npm dependencies

* ignore renovate upgrade of unsupported packages

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bill-moj <[email protected]>
  • Loading branch information
renovate[bot] and bill-moj authored Jan 9, 2025
1 parent f86029f commit e7f2607
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"csrf-sync": "^4.0.3",
"express": "^4.21.2",
"express-session": "^1.18.1",
"govuk-frontend": "^5.7.1",
"govuk-frontend": "^5.8.0",
"helmet": "^8.0.0",
"http-errors": "^2.0.0",
"jwt-decode": "^4.0.0",
Expand Down Expand Up @@ -141,11 +141,11 @@
"lint-staged": "^15.3.0",
"mocha-junit-reporter": "^2.2.1",
"nock": "^13.5.6",
"openapi-typescript": "^7.4.4",
"openapi-typescript": "^7.5.1",
"prettier": "^3.4.2",
"prettier-plugin-jinja-template": "^2.0.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ministryofjustice/hmpps-renovate-config:node"],
"prBodyTemplate": "{{{table}}}{{{notes}}}{{{warnings}}}{{{controls}}}",
"ignoreDeps": ["applicationinsights", "chokidar"],
"packageRules": [
{
"matchManagers": ["npm"],
Expand Down

0 comments on commit e7f2607

Please sign in to comment.