ac-sanitizer 5.2.2 → 5.2.3

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 +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,26 @@
1
1
 
2
+ ## [5.2.3](https://github.com/mmpro/ac-sanitizer/compare/v5.2.2..v5.2.3) (2026-01-19 12:15:03)
3
+
4
+
5
+ ### Bug Fix
6
+
7
+ * **Misc:** Package updates | MP | [2008057c2086bb859f10c289c279eeed78756998](https://github.com/mmpro/ac-sanitizer/commit/2008057c2086bb859f10c289c279eeed78756998)
8
+ Package updates
9
+ Related issues:
10
+ ### Chores
11
+
12
+ * **release:** v1.0.6 [ci skip] | [8174c3a2df4430c3f1d178da21ccdf7c2d3cb516](https://github.com/mmpro/ac-sanitizer/commit/8174c3a2df4430c3f1d178da21ccdf7c2d3cb516)
13
+
14
+
15
+ ## [1.0.6](https://github.com/mmpro/ac-sanitizer/compare/v5.2.2..v1.0.6) (2026-01-19 12:14:44)
16
+
17
+
18
+ ### Bug Fix
19
+
20
+ * **Misc:** Package updates | MP | [2008057c2086bb859f10c289c279eeed78756998](https://github.com/mmpro/ac-sanitizer/commit/2008057c2086bb859f10c289c279eeed78756998)
21
+ Package updates
22
+ Related issues:
23
+
2
24
  ## [5.2.2](https://github.com/mmpro/ac-sanitizer/compare/v5.2.1..v5.2.2) (2025-11-29 18:37:13)
3
25
 
4
26
 
package/package.json CHANGED
@@ -4,22 +4,22 @@
4
4
  "author": "Mark Poepping (https://www.admiralcloud.com)",
5
5
  "license": "MIT",
6
6
  "repository": "admiralcloud/ac-sanitizer",
7
- "version": "5.2.2",
7
+ "version": "5.2.3",
8
8
  "homepage": "https://www.admiralcloud.com",
9
9
  "dependencies": {
10
10
  "ac-countrylist": "^1.0.15",
11
11
  "ac-file-extensions": "^2.0.15",
12
12
  "ac-ip": "^4.1.7",
13
13
  "chai": "^4.5.0",
14
- "date-and-time": "^4.1.1",
14
+ "date-and-time": "^4.2.0",
15
15
  "hashids": "^2.3.0",
16
16
  "lodash": "^4.17.21",
17
- "validator": "^13.15.23"
17
+ "validator": "^13.15.26"
18
18
  },
19
19
  "devDependencies": {
20
20
  "ac-semantic-release": "^0.4.8",
21
21
  "c8": "^10.1.3",
22
- "eslint": "^9.39.1",
22
+ "eslint": "^9.39.2",
23
23
  "mocha": "^11.7.5"
24
24
  },
25
25
  "scripts": {