Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit dd998f8

Browse files
authored
Merge pull request #1081 from hmcts/weekly_cut_10_june
Weekly cut 10 june
2 parents ea3d94d + 77daf3c commit dd998f8

File tree

4 files changed

+3849
-1877
lines changed

4 files changed

+3849
-1877
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ USER root
1010
RUN apk update \
1111
&& apk add \
1212
bzip2=1.0.8-r1 \
13-
patch=2.7.6-r6 \
13+
patch=2.7.6-r7 \
1414
fontconfig=2.13.1-r2 \
1515
ca-certificates \
1616
git \

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@angular/platform-server": "~7.0.3",
5959
"@angular/router": "~7.0.3",
6060
"@angular/upgrade": "~7.0.3",
61-
"@hmcts/ccd-case-ui-toolkit": "2.64.7-EUI-CCD-RDM-8661-MoneyGBP",
61+
"@hmcts/ccd-case-ui-toolkit": "2.64.8-EUI-CCD",
6262
"@hmcts/ccpay-web-component": "3.0.27",
6363
"@hmcts/media-viewer": "1.3.1",
6464
"@hmcts/nodejs-healthcheck": "1.7.0",
@@ -83,7 +83,7 @@
8383
"govuk-elements-sass": "^3.1.2",
8484
"govuk_template_mustache": "^0.23.0",
8585
"multidep": "2.0.2",
86-
"ngx-device-detector": "^1.3.0",
86+
"ngx-device-detector": "1.4.0",
8787
"ngx-md": "~6.0.0",
8888
"ngx-pagination": "^3.0.3",
8989
"nocache": "^2.1.0",
@@ -92,7 +92,7 @@
9292
"rxjs": "^6.2.1",
9393
"rxjs-compat": "^6.0.0-rc.0",
9494
"snyk": "^1.124.1",
95-
"underscore": "^1.10.2",
95+
"underscore": "^1.12.1",
9696
"url": "^0.11.0",
9797
"webdriver-manager": "^12.1.0",
9898
"x-frame-options": "^1.0.0",
@@ -171,7 +171,11 @@
171171
"ssri": "^6.0.2",
172172
"hosted-git-info": "^3.0.8",
173173
"xmlhttprequest-ssl": "^1.6.2",
174-
"url-parse": "^1.5.0"
174+
"url-parse": "^1.5.0",
175+
"underscore": "^1.12.1",
176+
"glob-parent": "^5.1.2",
177+
"normalize-url": "^6.0.1",
178+
"trim-newlines": "^4.0.1"
175179
},
176180
"snyk": true
177181
}

0 commit comments

Comments
 (0)