hof 22.9.0-fix-timeout-back-button-bug-beta.5 → 22.9.1

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 CHANGED
@@ -1,9 +1,11 @@
1
- ## 2025-09-05, Version 22.9.0 (Stable), @Rhodine-orleans-lindsay
1
+ ## 2025-09-09, Version 22.9.0 (Stable), @Rhodine-orleans-lindsay
2
2
  ### Fixed
3
3
  - Fixed bug where if text on session-timeout page was not being populated when the browser back button is used.
4
4
  ### Changed
5
5
  - Session timeout page is now only available when there is a 'SESSION_TIMEOUT' error. If there is no such error and user navigates to '/session-timeout, the 'Page not found' error is shown.
6
6
  - 👊 Impact : '/session-timeout' step can be removed from the steps array if it has been set in the project's apps/*/index.js file. This routing is now handled in the hof framework.
7
+ ### Security
8
+ - Updates minor dependencies in sandbox
7
9
 
8
10
  ## 2025-08-28, Version 22.8.5 (Stable), @Rhodine-orleans-lindsay
9
11
  ### Fixed
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.9.0-fix-timeout-back-button-bug-beta.5",
4
+ "version": "22.9.1",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
package/sandbox/yarn.lock CHANGED
@@ -130,12 +130,7 @@ is-number@^7.0.0:
130
130
  resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
131
131
  integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
132
132
 
133
- jquery@>=1.11:
134
- version "3.6.0"
135
- resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
136
- integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
137
-
138
- jquery@^3.7.1:
133
+ jquery@>=1.11, jquery@^3.7.1:
139
134
  version "3.7.1"
140
135
  resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
141
136
  integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==