Skip to content

Commit 5526ca6

Browse files
Update All patch-minor dependencies
1 parent b5104c8 commit 5526ca6

File tree

9 files changed

+1370
-1041
lines changed

9 files changed

+1370
-1041
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17.0
1+
18.20.8

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "18.17.0" # Docker
3+
- "18.20.8" # Docker
44
cache: yarn
55
before_install:
66
- curl -o- -L https://yarnpkg.com/install.sh | bash -s

.yarn/releases/yarn-3.6.4.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarn/releases/yarn-3.8.7.cjs

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
55
spec: "@yarnpkg/plugin-interactive-tools"
66

7-
yarnPath: .yarn/releases/yarn-3.6.4.cjs
7+
yarnPath: .yarn/releases/yarn-3.8.7.cjs

charts/ccd-admin-web/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: Helm chart for the HMCTS CCD Admin Web
22
name: ccd-admin-web
33
apiVersion: v2
44
home: https://github.com/hmcts/ccd-admin-web
5-
version: 2.2.9
5+
version: 2.2.10
66
maintainers:
77
- name: HMCTS CCD Dev Team
88
@@ -11,6 +11,6 @@ dependencies:
1111
version: 3.2.0
1212
repository: 'oci://hmctspublic.azurecr.io/helm'
1313
- name: idam-pr
14-
version: 2.2.6
14+
version: 2.3.0
1515
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
1616
condition: idam-pr.enabled

infrastructure/.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.9
1+
1.12.0

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"express-force-ssl": "^0.3.2",
4444
"express-nunjucks": "^2.2.5",
4545
"fast-csv": "^4.3.6",
46-
"govuk-elements-sass": "~3.0.2",
46+
"govuk-elements-sass": "~3.1.0",
4747
"govuk-frontend": "^1.0.0",
4848
"govuk_frontend_toolkit": "~6.0.1",
49-
"govuk_template_jinja": "^0.23.0",
50-
"govuk_template_mustache": "^0.19.0",
49+
"govuk_template_jinja": "^0.26.0",
50+
"govuk_template_mustache": "^0.26.0",
5151
"helmet": "^3.18.0",
5252
"jquery": "^3.5.1",
5353
"jquery-validation": "^1.19.5",
@@ -58,7 +58,7 @@
5858
"node-fetch": "^2.6.7",
5959
"nunjucks": "^3.2.4",
6060
"otp": "^0.1.3",
61-
"path-to-regexp": "^0.1.12",
61+
"path-to-regexp": "^0.2.0",
6262
"require-directory": "^2.1.1",
6363
"sass": "^1.80.7",
6464
"serve-favicon": "^2.4.4",
@@ -107,10 +107,10 @@
107107
"tslint": "^5.7.0"
108108
},
109109
"resolutions": {
110-
"shelljs": "0.8.5",
110+
"shelljs": "0.10.0",
111111
"es6-promisify": "5.0.0",
112-
"nconf": "0.11.4",
113-
"async": "3.2.2",
112+
"nconf": "0.13.0",
113+
"async": "3.2.6",
114114
"express-nunjucks/assign-deep": "^1.0.1",
115115
"mem": "^4.0.0",
116116
"lodash": "^4.17.21",
@@ -155,16 +155,16 @@
155155
"minimatch": "^3.0.5",
156156
"engine.io": "^6.2.1",
157157
"json5": "^2.2.2",
158-
"decode-uri-component": "^0.2.1",
158+
"decode-uri-component": "^0.4.0",
159159
"cookiejar": "^2.1.4",
160-
"ua-parser-js": "^0.7.33",
160+
"ua-parser-js": "^0.8.0",
161161
"http-cache-semantics": "^4.1.1",
162-
"jackspeak": "2.1.1",
163-
"semver": "7.5.4",
162+
"jackspeak": "2.3.6",
163+
"semver": "7.7.2",
164164
"ip": "2.0.1",
165165
"micromatch": "^4.0.8",
166166
"cross-spawn": "^7.0.6",
167-
"path-to-regexp": "^0.1.12",
167+
"path-to-regexp": "^0.2.0",
168168
"body-parser": "^1.20.3"
169169
},
170170
"nyc": {
@@ -191,5 +191,5 @@
191191
"all": true
192192
},
193193
"snyk": true,
194-
"packageManager": "yarn@3.6.4"
194+
"packageManager": "yarn@3.8.7"
195195
}

0 commit comments

Comments
 (0)