Skip to content

Commit

Permalink
Update All patch-minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 66c9853 commit 09d53c4
Show file tree
Hide file tree
Showing 9 changed files with 1,260 additions and 1,348 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
16.20.0
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:
- "16.15.0" # Docker
- "16.20.0" # Docker
cache: yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
Expand Down
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.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.4.1.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
6 changes: 3 additions & 3 deletions charts/ccd-admin-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ 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.6
version: 2.2.7
maintainers:
- name: HMCTS CCD Dev Team
email: ccd-devops@HMCTS.NET
dependencies:
- name: nodejs
version: 2.4.14
version: 2.4.17
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
- 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.4.6
18 changes: 9 additions & 9 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.3",
"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 Down Expand Up @@ -75,7 +75,7 @@
"@types/sinon-chai": "^3.2.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"cookie": "^0.3.1",
"cookie": "^0.5.0",
"eslint": "^4.19.1",
"eslint-plugin-mocha": "^5.3.0",
"fetch-mock": "^6.4.2",
Expand Down Expand Up @@ -107,8 +107,8 @@
"resolutions": {
"shelljs": "0.8.5",
"es6-promisify": "5.0.0",
"nconf": "0.11.4",
"async": "3.2.2",
"nconf": "0.12.0",
"async": "3.2.4",
"express-nunjucks/assign-deep": "^1.0.1",
"mem": "^4.0.0",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -153,9 +153,9 @@
"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"
},
"nyc": {
Expand All @@ -182,5 +182,5 @@
"all": true
},
"snyk": true,
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.6.0"
}

0 comments on commit 09d53c4

Please sign in to comment.