Skip to content

Commit

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

* update circleci node version

---------

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 Dec 18, 2024
1 parent 294e218 commit e66381b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:

node-version:
type: string
default: 22.8-browsers
default: 22.10-browsers

jobs:
build:
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
"dependencies": {
"@aws-sdk/client-sqs": "^3.709.0",
"@cypress/code-coverage": "^3.13.9",
"@ministryofjustice/frontend": "^3.2.0",
"@ministryofjustice/frontend": "^3.2.1",
"@ministryofjustice/hmpps-connect-dps-components": "^1.3.1",
"@sentry/cli": "^2.39.1",
"@sentry/node": "^8.43.0",
"@sentry/node": "^8.44.0",
"@types/cypress__code-coverage": "^3.10.2",
"agentkeepalive": "^4.5.0",
"applicationinsights": "^2.9.6",
Expand Down Expand Up @@ -144,7 +144,7 @@
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/nunjucks": "^3.2.6",
"@types/passport": "^1.0.17",
"@types/passport-oauth2": "^1.4.17",
Expand Down Expand Up @@ -186,7 +186,7 @@
"nyc": "^17.1.0",
"prettier": "^3.4.2",
"prettier-plugin-jinja-template": "^2.0.0",
"sass": "^1.82.0",
"sass": "^1.83.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
Expand Down

0 comments on commit e66381b

Please sign in to comment.