Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
18.20.8
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "18.17.0" # Docker
- "18.20.8" # Docker
cache: yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.7.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.4.cjs
yarnPath: .yarn/releases/yarn-3.8.7.cjs
4 changes: 2 additions & 2 deletions charts/ccd-admin-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: Helm chart for the HMCTS CCD Admin Web
name: ccd-admin-web
apiVersion: v2
home: https://github.com/hmcts/ccd-admin-web
version: 2.2.9
version: 2.2.10
maintainers:
- name: HMCTS CCD Dev Team
email: ccd-devops@HMCTS.NET
Expand All @@ -11,6 +11,6 @@ dependencies:
version: 3.2.0
repository: 'oci://hmctspublic.azurecr.io/helm'
- name: idam-pr
version: 2.2.6
version: 2.3.0
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: idam-pr.enabled
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.9
1.12.2
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"express-force-ssl": "^0.3.2",
"express-nunjucks": "^2.2.5",
"fast-csv": "^4.3.6",
"govuk-elements-sass": "~3.0.2",
"govuk-elements-sass": "~3.1.0",
"govuk-frontend": "^1.0.0",
"govuk_frontend_toolkit": "~6.0.1",
"govuk_template_jinja": "^0.23.0",
"govuk_template_mustache": "^0.19.0",
"govuk_template_jinja": "^0.26.0",
"govuk_template_mustache": "^0.26.0",
"helmet": "^3.18.0",
"jquery": "^3.5.1",
"jquery-validation": "^1.19.5",
Expand All @@ -58,7 +58,7 @@
"node-fetch": "^2.6.7",
"nunjucks": "^3.2.4",
"otp": "^0.1.3",
"path-to-regexp": "^0.1.12",
"path-to-regexp": "^0.2.0",
"require-directory": "^2.1.1",
"sass": "^1.80.7",
"serve-favicon": "^2.4.4",
Expand Down Expand Up @@ -107,10 +107,10 @@
"tslint": "^5.7.0"
},
"resolutions": {
"shelljs": "0.8.5",
"shelljs": "0.10.0",
"es6-promisify": "5.0.0",
"nconf": "0.11.4",
"async": "3.2.2",
"nconf": "0.13.0",
"async": "3.2.6",
"express-nunjucks/assign-deep": "^1.0.1",
"mem": "^4.0.0",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -155,16 +155,16 @@
"minimatch": "^3.0.5",
"engine.io": "^6.2.1",
"json5": "^2.2.2",
"decode-uri-component": "^0.2.1",
"decode-uri-component": "^0.4.0",
"cookiejar": "^2.1.4",
"ua-parser-js": "^0.7.33",
"ua-parser-js": "^0.8.0",
"http-cache-semantics": "^4.1.1",
"jackspeak": "2.1.1",
"semver": "7.5.4",
"jackspeak": "2.3.6",
"semver": "7.7.2",
"ip": "2.0.1",
"micromatch": "^4.0.8",
"cross-spawn": "^7.0.6",
"path-to-regexp": "^0.1.12",
"path-to-regexp": "^0.2.0",
"body-parser": "^1.20.3"
},
"nyc": {
Expand All @@ -191,5 +191,5 @@
"all": true
},
"snyk": true,
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@3.8.7"
}
Loading