Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 30, 2024
1 parent 18cdd6a commit e8d7e9a
Show file tree
Hide file tree
Showing 8 changed files with 4,252 additions and 3,197 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-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
Expand All @@ -58,7 +58,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -71,6 +71,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: '/language:${{matrix.language}}'
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.0
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.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.1.0.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"express-nunjucks": "^3.0.0",
"glob": "^10.0.0",
"govuk-frontend": "^5.0.0",
"helmet": "^5.1.1",
"helmet": "^7.0.0",
"jquery": "^3.6.0",
"lodash": "^4.17.20",
"nunjucks": "^3.2.4",
Expand All @@ -64,15 +64,15 @@
"@types/chai-as-promised": "^7.1.1",
"@types/jest": "^29.0.0",
"@types/jest-when": "^3.0.0",
"@types/supertest": "^2.0.8",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"axios-debug-log": "^1.0.0",
"babel-loader": "^9.0.0",
"chai": "^4.2.0",
"chai": "^5.0.0",
"chai-as-promised": "^7.1.1",
"codeceptjs": "^3.3.0",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.5.1",
"debug": "^4.1.1",
"eslint": "^8.15.0",
Expand All @@ -81,20 +81,20 @@
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-prettier": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.0",
"husky": "^9.0.0",
"jest": "^29.0.0",
"jest-html-reporter": "^3.4.2",
"lint-staged": "^15.0.0",
"mini-css-extract-plugin": "^2.5.2",
"nock": "^13.0.4",
"node-sass": "^9.0.0",
"nodemon": "^3.0.0",
"pa11y": "^6.1.1",
"pa11y": "^7.0.0",
"playwright": "^1.19.1",
"prettier": "^3.0.0",
"request": "^2.88.0",
"sass-lint": "^1.13.1",
"sass-loader": "^13.0.0",
"sass-loader": "^14.0.0",
"sinon": "^17.0.0",
"sinon-chai": "^3.4.0",
"sonar-scanner": "^3.1.0",
Expand All @@ -104,7 +104,7 @@
"ts-loader": "^9.2.6",
"webpack": "^5.66.0",
"webpack-cli": "^5.0.0",
"webpack-dev-middleware": "^6.0.0",
"webpack-dev-middleware": "^7.0.0",
"webpack-node-externals": "^3.0.0"
},
"husky": {
Expand All @@ -124,5 +124,5 @@
"**/*": "prettier --write --ignore-unknown",
"**/*.{js,ts}": "eslint --fix"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.1.0"
}

0 comments on commit e8d7e9a

Please sign in to comment.