hof 19.11.9 → 19.11.13

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.
@@ -132,6 +132,7 @@ function onLoad() {
132
132
  if (bannerContainer !== null && cookieBanner !== null) {
133
133
  bannerContainer.style.display = 'block';
134
134
  }
135
+ initialiseBannerButtons();
135
136
  showCookieBannerSubmitted();
136
137
  }
137
138
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "19.11.9",
4
+ "version": "19.11.13",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -62,7 +62,7 @@
62
62
  "i18n-future": "^2.0.0",
63
63
  "i18n-lookup": "^0.1.0",
64
64
  "is-pdf": "^1.0.0",
65
- "libphonenumber-js": "^1.9.24",
65
+ "libphonenumber-js": "^1.9.34",
66
66
  "lodash": "^4.17.21",
67
67
  "markdown-it": "^12.2.0",
68
68
  "minimatch": "^3.0.3",