Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 413dbcf commit 208df04
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
22.11.0
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.9.36",
"@types/es6-promisify": "^6.0.1",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/glob": "^8.1.0",
"@types/helmet": "^4.0.0",
"@types/jquery": "^3.5.32",
"@types/lodash": "^4.17.12",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/nunjucks": "^3.2.6",
"@types/require-directory": "^2.1.6",
"@types/serve-favicon": "^2.5.7",
"applicationinsights": "^2.9.6",
"applicationinsights": "^3.0.0",
"axios": "^1.7.7",
"config": "^3.3.12",
"cookie-parser": "^1.4.7",
Expand All @@ -47,7 +47,7 @@
"express-nunjucks": "^3.1.2",
"glob": "^11.0.0",
"govuk-frontend": "^5.0.0",
"helmet": "^5.1.1",
"helmet": "^8.0.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"nunjucks": "^3.2.4",
Expand All @@ -65,17 +65,17 @@
"@types/jest": "^29.5.14",
"@types/jest-when": "^3.5.5",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"axios-debug-log": "^1.0.0",
"babel-loader": "^9.2.1",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai": "^5.0.0",
"chai-as-promised": "^8.0.0",
"codeceptjs": "^3.6.7",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"debug": "^4.3.7",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
Expand All @@ -89,7 +89,7 @@
"nock": "^13.5.5",
"node-sass": "^9.0.0",
"nodemon": "^3.1.7",
"pa11y": "^6.1.1",
"pa11y": "^8.0.0",
"playwright": "^1.48.1",
"prettier": "^3.3.3",
"request": "^2.88.2",
Expand Down Expand Up @@ -135,5 +135,5 @@
"**/*": "prettier --write --ignore-unknown",
"**/*.{js,ts}": "eslint --fix"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.5.1"
}

0 comments on commit 208df04

Please sign in to comment.