Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #50

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions charts/rpts-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ appVersion: '1.0'
description: A Helm chart for rpts-frontend App
name: rpts-frontend
home: https://github.com/hmcts/rpts-frontend
version: 1.0.1
version: 1.0.2
dependencies:
- name: nodejs
version: 3.0.2
version: 3.0.3
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
101 changes: 50 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,87 +24,87 @@
"@hmcts/info-provider": "^1.0.0",
"@hmcts/nodejs-healthcheck": "^1.7.3",
"@hmcts/nodejs-logging": "^4.0.4",
"@hmcts/properties-volume": "^1.1.0",
"@hmcts/properties-volume": "^1.0.0",
"@types/config": "^3.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.9.36",
"@types/es6-promisify": "^6.0.1",
"@types/express": "^4.17.21",
"@types/express": "^4.17.9",
"@types/glob": "^8.0.0",
"@types/helmet": "^4.0.0",
"@types/jquery": "^3.5.29",
"@types/lodash": "^4.14.202",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.178",
"@types/node": "^20.0.0",
"@types/nunjucks": "^3.2.6",
"@types/require-directory": "^2.1.6",
"@types/serve-favicon": "^2.5.7",
"applicationinsights": "^2.2.2",
"axios": "^1.6.7",
"config": "^3.3.10",
"@types/nunjucks": "^3.2.2",
"@types/require-directory": "^2.1.1",
"@types/serve-favicon": "^2.5.1",
"applicationinsights": "^2.2.0",
"axios": "^1.6.2",
"config": "^3.3.7",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"express": "^4.17.3",
"express": "^4.17.2",
"express-nunjucks": "^3.0.0",
"glob": "^10.0.0",
"govuk-frontend": "^5.0.0",
"helmet": "^5.1.1",
"jquery": "^3.6.4",
"lodash": "^4.17.21",
"helmet": "^7.0.0",
"jquery": "^3.6.0",
"lodash": "^4.17.20",
"nunjucks": "^3.2.4",
"require-directory": "^2.1.1",
"serve-favicon": "^2.5.0",
"ts-node": "^10.4.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^5.0.4"
"typescript": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.23.9",
"@types/chai-as-promised": "^7.1.8",
"@types/jest": "^29.5.11",
"@types/jest-when": "^3.5.5",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@babel/core": "^7.16.10",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.10",
"@types/chai-as-promised": "^7.1.1",
"@types/jest": "^29.0.0",
"@types/jest-when": "^3.0.0",
"@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.1.3",
"chai": "^4.4.0",
"babel-loader": "^9.0.0",
"chai": "^5.0.0",
"chai-as-promised": "^7.1.1",
"codeceptjs": "^3.5.12",
"copy-webpack-plugin": "^11.0.0",
"codeceptjs": "^3.3.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^6.5.1",
"debug": "^4.1.1",
"eslint": "^8.15.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^5.0.1",
"html-webpack-plugin": "^5.5.4",
"husky": "^8.0.3",
"jest": "^29.0.3",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-prettier": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^9.0.0",
"jest": "^29.0.0",
"jest-html-reporter": "^3.4.2",
"lint-staged": "^15.0.2",
"mini-css-extract-plugin": "^2.5.3",
"nock": "^13.0.11",
"lint-staged": "^15.0.0",
"mini-css-extract-plugin": "^2.5.2",
"nock": "^13.0.4",
"node-sass": "^9.0.0",
"nodemon": "^3.0.3",
"pa11y": "^6.1.1",
"playwright": "^1.19.2",
"prettier": "^3.0.3",
"request": "^2.88.2",
"nodemon": "^3.0.0",
"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.2",
"sinon": "^17.0.1",
"sass-loader": "^14.0.0",
"sinon": "^17.0.0",
"sinon-chai": "^3.4.0",
"sonar-scanner": "^3.1.0",
"style-loader": "^3.3.4",
"style-loader": "^3.3.1",
"supertest": "^6.1.6",
"ts-jest": "^29.0.5",
"ts-loader": "^9.2.9",
"ts-jest": "^29.0.0",
"ts-loader": "^9.2.6",
"webpack": "^5.66.0",
"webpack-cli": "^5.0.2",
"webpack-dev-middleware": "^6.0.2",
"webpack-cli": "^5.0.0",
"webpack-dev-middleware": "^7.0.0",
"webpack-node-externals": "^3.0.0"
},
"husky": {
Expand All @@ -118,12 +118,11 @@
"async": ">=2.6.4",
"sass-lint/merge": ">=2.1.1",
"minimist": ">=1.2.6",
"semver": ">=6.3.1",
"axios/follow-redirects": ">=1.15.4"
"semver": ">=6.3.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"**/*.{js,ts}": "eslint --fix"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.1.0"
}