hof 22.11.0-frontend-v4-beta.3 → 23.0.0-frontend-v4-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/components/emailer/emailer.js +3 -3
- package/config/builder-defaults.js +6 -6
- package/config/rate-limits.js +1 -1
- package/frontend/govuk-template/build/govuk_template.html +39 -47
- package/frontend/govuk-template/govuk_template_generated.html +39 -47
- package/frontend/govuk-template/index.js +1 -1
- package/frontend/themes/gov-uk/client-js/cookieSettings.js +20 -20
- package/frontend/toolkit/index.js +6 -6
- package/index.js +5 -3
- package/package.json +47 -47
- package/sandbox/assets/js/index.js +1 -1
- package/sandbox/assets/scss/app.scss +1 -1
- package/sandbox/package.json +1 -1
- package/sandbox/public/css/app.css +1365 -853
- package/sandbox/public/js/bundle.js +29 -29
- package/sandbox/yarn.lock +56 -163
- /package/frontend/toolkit/assets/{images → rebrand/images}/passports/new-window-link-blue.png +0 -0
- /package/frontend/toolkit/assets/{images → rebrand/images}/passports/new-window-link.png +0 -0
- /package/frontend/toolkit/assets/{images → rebrand/images}/spinner.gif +0 -0
- /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/character-count.js +0 -0
- /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/form-focus.js +0 -0
- /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/helpers.js +0 -0
- /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/progressive-reveal.js +0 -0
- /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/validation.js +0 -0
- /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/vendor/details.polyfill.js +0 -0
- /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/vendor/indexof.polyfill.js +0 -0
- /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/vendor/safari-cachebuster.js +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_base.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_helpers.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_layout.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_typography.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_variables.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/app.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_buttons.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_details.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_elements-typography.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_forms.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_helpers.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_layout.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_lists.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_panels.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_reset.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_tables.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/forms/_form-block-labels.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/forms/_form-date.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/forms/_form-validation.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/mixins.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_alerts.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_buttons.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_confirm-page.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_lists.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_progressive-reveal.scss +0 -0
- /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_validation.scss +0 -0
- /package/sandbox/assets/{images/icons → icons}/icon-caret-left.png +0 -0
- /package/sandbox/assets/{images/icons → icons}/icon-complete.png +0 -0
- /package/sandbox/assets/{images/icons → icons}/icon-cross-remove-sign.png +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hof",
|
|
3
3
|
"description": "A bootstrap for HOF projects",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "23.0.0-frontend-v4-beta.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": "HomeOffice",
|
|
@@ -36,99 +36,99 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"aliasify": "^2.1.0",
|
|
39
|
-
"axios": "^1.
|
|
39
|
+
"axios": "^1.12.2",
|
|
40
40
|
"bluebird": "^3.7.2",
|
|
41
|
-
"body-parser": "^1.
|
|
42
|
-
"browserify": "^17.0.
|
|
41
|
+
"body-parser": "^1.20.3",
|
|
42
|
+
"browserify": "^17.0.1",
|
|
43
43
|
"callsite": "^1.0.0",
|
|
44
|
-
"chalk": "^2.
|
|
45
|
-
"chokidar": "^3.
|
|
44
|
+
"chalk": "^2.4.2",
|
|
45
|
+
"chokidar": "^3.6.0",
|
|
46
46
|
"connect-redis": "^5.2.0",
|
|
47
|
-
"cookie-parser": "^1.4.
|
|
47
|
+
"cookie-parser": "^1.4.7",
|
|
48
48
|
"cp": "^0.2.0",
|
|
49
49
|
"csrf": "^3.1.0",
|
|
50
|
-
"debug": "^4.3
|
|
51
|
-
"deprecate": "^1.
|
|
50
|
+
"debug": "^4.4.3",
|
|
51
|
+
"deprecate": "^1.1.1",
|
|
52
52
|
"dialog-polyfill": "^0.5.6",
|
|
53
53
|
"dotenv": "^4.0.0",
|
|
54
|
-
"duplexify": "^3.
|
|
54
|
+
"duplexify": "^3.7.1",
|
|
55
55
|
"exorcist": "^2.0.0",
|
|
56
|
-
"express": "^4.
|
|
56
|
+
"express": "^4.21.2",
|
|
57
57
|
"express-healthcheck": "^0.1.0",
|
|
58
58
|
"express-partial-templates": "^0.2.1",
|
|
59
|
-
"express-session": "^1.
|
|
59
|
+
"express-session": "^1.18.2",
|
|
60
60
|
"findup": "^0.1.5",
|
|
61
|
-
"glob": "^7.2.
|
|
61
|
+
"glob": "^7.2.3",
|
|
62
62
|
"govuk-elements-sass": "^3.1.3",
|
|
63
|
-
"govuk-frontend": "4.10
|
|
63
|
+
"govuk-frontend": "4.10",
|
|
64
64
|
"govuk_template_mustache": "^0.26.0",
|
|
65
|
-
"helmet": "^3.
|
|
65
|
+
"helmet": "^3.23.3",
|
|
66
66
|
"hogan-express-strict": "^0.5.4",
|
|
67
67
|
"hogan.js": "^3.0.2",
|
|
68
68
|
"homeoffice-countries": "^0.2.0",
|
|
69
|
-
"i18n-future": "^2.0.
|
|
69
|
+
"i18n-future": "^2.0.1",
|
|
70
70
|
"i18n-lookup": "^0.1.0",
|
|
71
71
|
"is-pdf": "^1.0.0",
|
|
72
|
-
"jquery": "^3.
|
|
73
|
-
"libphonenumber-js": "^1.
|
|
72
|
+
"jquery": "^3.7.1",
|
|
73
|
+
"libphonenumber-js": "^1.12.23",
|
|
74
74
|
"lodash": "^4.17.21",
|
|
75
75
|
"markdown-it": "^12.3.2",
|
|
76
|
-
"minimatch": "^3.
|
|
77
|
-
"minimist": "^1.2.
|
|
76
|
+
"minimatch": "^3.1.2",
|
|
77
|
+
"minimist": "^1.2.8",
|
|
78
78
|
"mixwith": "^0.1.1",
|
|
79
|
-
"moment": "^2.
|
|
80
|
-
"morgan": "^1.10.
|
|
79
|
+
"moment": "^2.30.1",
|
|
80
|
+
"morgan": "^1.10.1",
|
|
81
81
|
"mustache": "^4.2.0",
|
|
82
|
-
"nodemailer": "^6.
|
|
82
|
+
"nodemailer": "^6.10.1",
|
|
83
83
|
"nodemailer-ses-transport": "^1.5.1",
|
|
84
84
|
"nodemailer-stub-transport": "^1.1.0",
|
|
85
85
|
"notifications-node-client": "^8.2.1",
|
|
86
86
|
"redis": "^3.1.2",
|
|
87
87
|
"reqres": "^3.0.1",
|
|
88
88
|
"rimraf": "^3.0.2",
|
|
89
|
-
"sass": "^1.
|
|
90
|
-
"serve-static": "^1.
|
|
91
|
-
"uglify-js": "^3.
|
|
89
|
+
"sass": "^1.93.2",
|
|
90
|
+
"serve-static": "^1.16.2",
|
|
91
|
+
"uglify-js": "^3.19.3",
|
|
92
92
|
"underscore": "^1.13.7",
|
|
93
93
|
"urijs": "^1.19.11",
|
|
94
94
|
"uuid": "^8.3.2",
|
|
95
|
-
"winston": "^3.
|
|
95
|
+
"winston": "^3.18.3"
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@cucumber/cucumber": "^7.3.
|
|
99
|
-
"@cucumber/pretty-formatter": "^1.0.
|
|
100
|
-
"@types/jest": "^26.0.
|
|
101
|
-
"@xmldom/xmldom": "~0.8.
|
|
98
|
+
"@cucumber/cucumber": "^7.3.2",
|
|
99
|
+
"@cucumber/pretty-formatter": "^1.0.1",
|
|
100
|
+
"@types/jest": "^26.0.24",
|
|
101
|
+
"@xmldom/xmldom": "~0.8.11",
|
|
102
102
|
"chai": "^3.5.0",
|
|
103
|
-
"chai-as-promised": "^7.1.
|
|
103
|
+
"chai-as-promised": "^7.1.2",
|
|
104
104
|
"chai-subset": "^1.6.0",
|
|
105
|
-
"concat-stream": "^1.
|
|
106
|
-
"csv": "^5.3
|
|
107
|
-
"eslint": "^8.57.
|
|
105
|
+
"concat-stream": "^1.6.2",
|
|
106
|
+
"csv": "^5.5.3",
|
|
107
|
+
"eslint": "^8.57.1",
|
|
108
108
|
"eslint-config-hof": "^1.3.4",
|
|
109
109
|
"funkie": "0.0.5",
|
|
110
110
|
"funkie-phantom": "0.0.1",
|
|
111
|
-
"istanbul": "^0.4.
|
|
112
|
-
"jest": "^26.
|
|
113
|
-
"jquery": "^3.
|
|
114
|
-
"karma": "^6.
|
|
115
|
-
"karma-browserify": "^8.
|
|
111
|
+
"istanbul": "^0.4.5",
|
|
112
|
+
"jest": "^26.6.3",
|
|
113
|
+
"jquery": "^3.7.1",
|
|
114
|
+
"karma": "^6.4.4",
|
|
115
|
+
"karma-browserify": "^8.1.0",
|
|
116
116
|
"karma-chai": "^0.1.0",
|
|
117
117
|
"karma-cli": "^2.0.0",
|
|
118
118
|
"karma-mocha": "^2.0.1",
|
|
119
119
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
120
120
|
"mocha": "^8.4.0",
|
|
121
121
|
"mocha-sandbox": "^1.0.0",
|
|
122
|
-
"node-mocks-http": "^1.
|
|
123
|
-
"npm-run-all": "^3.1.
|
|
122
|
+
"node-mocks-http": "^1.17.2",
|
|
123
|
+
"npm-run-all": "^3.1.2",
|
|
124
124
|
"nyc": "^15.1.0",
|
|
125
|
-
"playwright": "^1.
|
|
125
|
+
"playwright": "^1.56.0",
|
|
126
126
|
"postcode": "0.2.2",
|
|
127
|
-
"proxyquire": "^1.
|
|
128
|
-
"release-it": "^16.
|
|
129
|
-
"sinon": "^11.1.
|
|
127
|
+
"proxyquire": "^1.8.0",
|
|
128
|
+
"release-it": "^16.3.0",
|
|
129
|
+
"sinon": "^11.1.2",
|
|
130
130
|
"sinon-chai": "^3.7.0",
|
|
131
|
-
"supertest": "^3.
|
|
131
|
+
"supertest": "^3.4.2",
|
|
132
132
|
"travis-conditions": "0.0.0",
|
|
133
133
|
"watchify": "^4.0.0",
|
|
134
134
|
"webdriverio": "^4.14.4"
|