Skip to content

Commit dea2c0c

Browse files
Update All patch-minor dependencies
1 parent 66c9853 commit dea2c0c

File tree

9 files changed

+1260
-1348
lines changed

9 files changed

+1260
-1348
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.15.0
1+
16.20.1

.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-
- "16.15.0" # Docker
3+
- "16.20.1" # Docker
44
cache: yarn
55
before_install:
66
- curl -o- -L https://yarnpkg.com/install.sh | bash -s

.yarn/releases/yarn-3.4.1.cjs

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

.yarn/releases/yarn-3.6.0.cjs

Lines changed: 874 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.4.1.cjs
7+
yarnPath: .yarn/releases/yarn-3.6.0.cjs

charts/ccd-admin-web/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ 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.6
5+
version: 2.2.7
66
maintainers:
77
- name: HMCTS CCD Dev Team
88
99
dependencies:
1010
- name: nodejs
11-
version: 2.4.14
11+
version: 2.4.18
1212
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
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.5.0

package.json

Lines changed: 9 additions & 9 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.3",
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",
@@ -75,7 +75,7 @@
7575
"@types/sinon-chai": "^3.2.0",
7676
"chai": "^4.3.6",
7777
"chai-as-promised": "^7.1.1",
78-
"cookie": "^0.3.1",
78+
"cookie": "^0.5.0",
7979
"eslint": "^4.19.1",
8080
"eslint-plugin-mocha": "^5.3.0",
8181
"fetch-mock": "^6.4.2",
@@ -107,8 +107,8 @@
107107
"resolutions": {
108108
"shelljs": "0.8.5",
109109
"es6-promisify": "5.0.0",
110-
"nconf": "0.11.4",
111-
"async": "3.2.2",
110+
"nconf": "0.12.0",
111+
"async": "3.2.4",
112112
"express-nunjucks/assign-deep": "^1.0.1",
113113
"mem": "^4.0.0",
114114
"lodash": "^4.17.21",
@@ -153,9 +153,9 @@
153153
"minimatch": "^3.0.5",
154154
"engine.io": "^6.2.1",
155155
"json5": "^2.2.2",
156-
"decode-uri-component": "^0.2.1",
156+
"decode-uri-component": "^0.4.0",
157157
"cookiejar": "^2.1.4",
158-
"ua-parser-js": "^0.7.33",
158+
"ua-parser-js": "^0.8.0",
159159
"http-cache-semantics": "^4.1.1"
160160
},
161161
"nyc": {
@@ -182,5 +182,5 @@
182182
"all": true
183183
},
184184
"snyk": true,
185-
"packageManager": "yarn@3.4.1"
185+
"packageManager": "yarn@3.6.0"
186186
}

0 commit comments

Comments
 (0)