@defra-fish/gafl-webapp-service 1.22.0 → 1.23.0-rc.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra-fish/gafl-webapp-service",
3
- "version": "1.22.0",
3
+ "version": "1.23.0-rc.2",
4
4
  "description": "The websales frontend for the GAFL service",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,32 +36,32 @@
36
36
  "prepare": "gulp --gulpfile build/gulpfile.cjs"
37
37
  },
38
38
  "dependencies": {
39
- "@defra-fish/business-rules-lib": "1.22.0",
40
- "@defra-fish/connectors-lib": "1.22.0",
41
- "@defra/hapi-gapi": "^1.1.0",
42
- "@hapi/boom": "^9.1.2",
39
+ "@defra-fish/business-rules-lib": "1.23.0-rc.2",
40
+ "@defra-fish/connectors-lib": "1.23.0-rc.2",
41
+ "@defra/hapi-gapi": "^1.2.1",
42
+ "@hapi/boom": "^9.1.4",
43
43
  "@hapi/catbox-redis": "^6.0.2",
44
44
  "@hapi/cookie": "^11.0.2",
45
45
  "@hapi/crumb": "^8.0.1",
46
- "@hapi/hapi": "^20.1.3",
47
- "@hapi/inert": "^6.0.3",
46
+ "@hapi/hapi": "^20.2.1",
47
+ "@hapi/inert": "^6.0.5",
48
48
  "@hapi/joi-date": "^2.0.1",
49
49
  "@hapi/scooter": "^6.0.1",
50
50
  "@hapi/vision": "^6.1.0",
51
51
  "blankie": "^5.0.0",
52
- "debug": "^4.3.1",
52
+ "debug": "^4.3.3",
53
53
  "disinfect": "^1.1.0",
54
54
  "find": "^0.3.0",
55
55
  "flatpickr": "^4.6.9",
56
- "govuk-frontend": "^3.12.0",
56
+ "govuk-frontend": "^4.0.1",
57
57
  "hapi-i18n": "^3.0.1",
58
- "joi": "^17.4.0",
58
+ "joi": "^17.6.0",
59
59
  "moment": "^2.29.1",
60
- "moment-timezone": "^0.5.33",
61
- "node-fetch": "^2.6.1",
60
+ "moment-timezone": "^0.5.34",
61
+ "node-fetch": "^2.6.7",
62
62
  "nunjucks": "^3.2.3",
63
- "openid-client": "^4.7.4",
64
- "pdfmake": "^0.1.71",
63
+ "openid-client": "^4.9.1",
64
+ "pdfmake": "^0.1.72",
65
65
  "semver": "^7.3.5",
66
66
  "uuid": "^8.3.2"
67
67
  },
@@ -72,8 +72,9 @@
72
72
  "gulp-concat": "^2.6.1",
73
73
  "gulp-merge": "^0.1.1",
74
74
  "gulp-minify": "^3.1.0",
75
- "gulp-sass": "^4.1.0",
75
+ "gulp-sass": "^4.1.1",
76
76
  "gulp-sourcemaps": "^3.0.0",
77
- "node-sass": "^6.0.0"
78
- }
77
+ "node-sass": "^6.0.1"
78
+ },
79
+ "gitHead": "55ee5a0ecf2124e81bfe98e77d096db945197367"
79
80
  }
@@ -102,6 +102,7 @@
102
102
  },
103
103
  id: "postcode",
104
104
  name: "postcode",
105
+ hint: { text: mssgs.address_lookup_postcode_hint },
105
106
  value: payload['postcode'],
106
107
  classes: "govuk-input--width-20",
107
108
  attributes: { maxlength: 10 },