ac-sanitizer 4.0.13 → 4.0.15

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.
@@ -16,7 +16,7 @@ jobs:
16
16
 
17
17
  strategy:
18
18
  matrix:
19
- node-version: [16.x, 18.x]
19
+ node-version: [18.x, 20.x, 22.x]
20
20
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
 
22
22
  steps:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ <a name="4.0.15"></a>
2
+
3
+ ## [4.0.15](https://github.com/mmpro/ac-sanitizer/compare/v4.0.14..v4.0.15) (2024-07-06 19:12:15)
4
+
5
+
6
+ ### Bug Fix
7
+
8
+ * **App:** Package updates | MP | [cf55cddae9d9f7d2f4499d9846f8e765b23ac27a](https://github.com/mmpro/ac-sanitizer/commit/cf55cddae9d9f7d2f4499d9846f8e765b23ac27a)
9
+ Package updaets
10
+ Related issues: [undefined/undefined#master](undefined/browse/master)
11
+ <a name="4.0.14"></a>
12
+
13
+ ## [4.0.14](https://github.com/mmpro/ac-sanitizer/compare/v4.0.13..v4.0.14) (2024-07-06 18:49:27)
14
+
15
+
16
+ ### Bug Fix
17
+
18
+ * **App:** Package updates | MP | [39536c7876f778b370ed95e8fc03fbfc10efc803](https://github.com/mmpro/ac-sanitizer/commit/39536c7876f778b370ed95e8fc03fbfc10efc803)
19
+ Package updates
20
+ Related issues: [undefined/undefined#master](undefined/browse/master)
21
+ ### Chores
22
+
23
+ * **App:** Fixed Github CI | MP | [20c12b133627867af921415b99953b504825ec18](https://github.com/mmpro/ac-sanitizer/commit/20c12b133627867af921415b99953b504825ec18)
24
+ Fixed Github CI
25
+ Related issues: [undefined/undefined#master](undefined/browse/master)
1
26
  <a name="4.0.13"></a>
2
27
 
3
28
  ## [4.0.13](https://github.com/mmpro/ac-sanitizer/compare/v4.0.12..v4.0.13) (2024-07-06 12:27:30)
package/package.json CHANGED
@@ -4,12 +4,12 @@
4
4
  "author": "Mark Poepping (https://www.admiralcloud.com)",
5
5
  "license": "MIT",
6
6
  "repository": "admiralcloud/ac-sanitizer",
7
- "version": "4.0.13",
7
+ "version": "4.0.15",
8
8
  "homepage": "https://www.admiralcloud.com",
9
9
  "dependencies": {
10
10
  "ac-countrylist": "^1.0.12",
11
11
  "ac-file-extensions": "^2.0.9",
12
- "ac-ip": "^4.0.0",
12
+ "ac-ip": "^4.1.1",
13
13
  "chai": "^4.4.1",
14
14
  "date-and-time": "^3.3.0",
15
15
  "hashids": "^2.3.0",