Skip to content

Commit c36a009

Browse files
Update All patch-minor dependencies
1 parent 894013d commit c36a009

File tree

9 files changed

+1370
-1030
lines changed

9 files changed

+1370
-1030
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.1

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"express-force-ssl": "^0.3.2",
4545
"express-nunjucks": "^2.2.5",
4646
"fast-csv": "^4.3.6",
47-
"govuk-elements-sass": "~3.0.2",
47+
"govuk-elements-sass": "~3.1.0",
4848
"govuk-frontend": "^1.0.0",
4949
"govuk_frontend_toolkit": "~6.0.1",
50-
"govuk_template_jinja": "^0.23.0",
51-
"govuk_template_mustache": "^0.19.0",
50+
"govuk_template_jinja": "^0.26.0",
51+
"govuk_template_mustache": "^0.26.0",
5252
"helmet": "^3.18.0",
5353
"jquery": "^3.5.1",
5454
"jquery-validation": "^1.19.5",
@@ -59,7 +59,7 @@
5959
"node-fetch": "^2.6.7",
6060
"nunjucks": "^3.2.4",
6161
"otp": "^0.1.3",
62-
"path-to-regexp": "^0.1.12",
62+
"path-to-regexp": "^0.2.0",
6363
"require-directory": "^2.1.1",
6464
"sass": "^1.80.7",
6565
"serve-favicon": "^2.4.4",
@@ -108,10 +108,10 @@
108108
"tslint": "^5.7.0"
109109
},
110110
"resolutions": {
111-
"shelljs": "0.8.5",
111+
"shelljs": "0.10.0",
112112
"es6-promisify": "5.0.0",
113-
"nconf": "0.11.4",
114-
"async": "3.2.2",
113+
"nconf": "0.13.0",
114+
"async": "3.2.6",
115115
"express-nunjucks/assign-deep": "^1.0.1",
116116
"mem": "^4.0.0",
117117
"lodash": "^4.17.21",
@@ -156,16 +156,16 @@
156156
"minimatch": "^3.0.5",
157157
"engine.io": "^6.2.1",
158158
"json5": "^2.2.2",
159-
"decode-uri-component": "^0.2.1",
159+
"decode-uri-component": "^0.4.0",
160160
"cookiejar": "^2.1.4",
161-
"ua-parser-js": "^0.7.33",
161+
"ua-parser-js": "^0.8.0",
162162
"http-cache-semantics": "^4.1.1",
163-
"jackspeak": "2.1.1",
164-
"semver": "7.5.4",
163+
"jackspeak": "2.3.6",
164+
"semver": "7.7.2",
165165
"ip": "2.0.1",
166166
"micromatch": "^4.0.8",
167167
"cross-spawn": "^7.0.6",
168-
"path-to-regexp": "^0.1.12",
168+
"path-to-regexp": "^0.2.0",
169169
"body-parser": "^1.20.3"
170170
},
171171
"nyc": {
@@ -192,5 +192,5 @@
192192
"all": true
193193
},
194194
"snyk": true,
195-
"packageManager": "yarn@3.6.4"
195+
"packageManager": "yarn@3.8.7"
196196
}

0 commit comments

Comments
 (0)