hof 22.8.3 → 22.8.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2025-07-24, Version 22.8.4 (Stable), @vivekkumar-ho
2
+ ### Security
3
+ - Upgraded axios version to address a security vulnerability
4
+
1
5
  ## 2025-07-16, Version 22.8.3 (Stable), @vivekkumar-ho
2
6
  ### Changed
3
7
  - Updated the cookies page to include the GA container ID, which corresponds to the Measurement ID.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "22.8.3",
4
+ "version": "22.8.4",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "aliasify": "^2.1.0",
39
- "axios": "^1.8.2",
39
+ "axios": "^1.11.0",
40
40
  "bluebird": "^3.7.2",
41
41
  "body-parser": "^1.15.1",
42
42
  "browserify": "^17.0.0",