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 Jan 1, 2025
1 parent d64ecd4 commit 77469b4
Show file tree
Hide file tree
Showing 7 changed files with 6,696 additions and 6,168 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.12.0
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
"@types/cookie-parser": "^1.4.8",
"@types/csurf": "^1.11.5",
"@types/es6-promisify": "^6.0.4",
"@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.13",
"@types/node": "^20.17.10",
"@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.9",
"config": "^3.3.12",
"cookie-parser": "^1.4.7",
"csurf": "^1.11.0",
"express": "^5.0.1",
"express-nunjucks": "^3.1.2",
"glob": "^11.0.0",
"govuk-frontend": "5.0.0",
"helmet": "^5.1.1",
"govuk-frontend": "5.7.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.4.0",
"eslint": "^8.57.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
Expand All @@ -89,7 +89,7 @@
"nock": "^13.5.6",
"node-sass": "^9.0.0",
"nodemon": "^3.1.7",
"pa11y": "^6.1.1",
"pa11y": "^8.0.0",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"request": "^2.88.2",
Expand All @@ -103,7 +103,7 @@
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-cli": "^6.0.0",
"webpack-dev-middleware": "^7.4.2",
"webpack-node-externals": "^3.0.0"
},
Expand Down Expand Up @@ -135,5 +135,5 @@
"**/*": "prettier --write --ignore-unknown",
"**/*.{js,ts}": "eslint --fix"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.6.0"
}
Loading

0 comments on commit 77469b4

Please sign in to comment.