hof 22.2.2 → 22.3.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,10 +1,16 @@
|
|
1
|
+
## 2025-03-07, Version 22.3.0 (Stable), @robertdeniszczyc2 @sulthan-ahmed
|
2
|
+
### Fixed
|
3
|
+
- the validator `ukmobilephone` now accepts `+447 and 07`
|
4
|
+
### Security
|
5
|
+
- Updates minor dependencies for `axios`
|
6
|
+
|
1
7
|
## 2025-03-07, Version 22.2.0 (Stable), @Rhodine-orleans-lindsay
|
2
8
|
### Changed
|
3
9
|
- Amends cookie config to allow limited changes to sameSite property during safe cross-origin navigations.
|
4
10
|
### Security
|
5
11
|
- Updates patch and minor dependencies
|
6
12
|
|
7
|
-
## 2025-01-24, Version 22.1.0 (Stable), @sulthan-ahmed
|
13
|
+
## 2025-01-24, Version 22.1.0 (Stable), @robertdeniszczyc2 @sulthan-ahmed
|
8
14
|
* ⛓️💥 **BREAKING CHANGE** : removed `nodemailer-smtp-transport` replaced with `nodemailer`.
|
9
15
|
- The nodemailer-smtp-transport package has been removed due to a critical vulnerability, and its functionality has been consolidated under nodemailer.
|
10
16
|
- 👊 Impact : Any functions or configurations relying on nodemailer-smtp-transport must be updated to use nodemailer.
|