ac-sanitizer 6.0.4 → 6.0.6

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.
@@ -23,9 +23,9 @@ jobs:
23
23
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
24
24
 
25
25
  steps:
26
- - uses: actions/checkout@v4
26
+ - uses: actions/checkout@v5
27
27
  - name: Use Node.js ${{ matrix.node-version }}
28
- uses: actions/setup-node@v4
28
+ uses: actions/setup-node@v5
29
29
  with:
30
30
  node-version: ${{ matrix.node-version }}
31
31
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## [6.0.6](https://github.com/mmpro/ac-sanitizer/compare/v6.0.5..v6.0.6) (2026-04-17 07:55:05)
2
+
3
+
4
+ ### Bug Fix
5
+
6
+
7
+ * **App:** Package updates | MP | [35ae776fdc55d662fe35aba0bfe063fa39a0de32](https://github.com/mmpro/ac-sanitizer/commit/35ae776fdc55d662fe35aba0bfe063fa39a0de32)
8
+ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9
+ ## [6.0.5](https://github.com/mmpro/ac-sanitizer/compare/v6.0.4..v6.0.5) (2026-04-04 10:59:49)
10
+
11
+
12
+ ### Bug Fix
13
+
14
+
15
+ * **App:** Package updates | MP | [eca6fae6118a00e819eec27d848ec58bf5825baa](https://github.com/mmpro/ac-sanitizer/commit/eca6fae6118a00e819eec27d848ec58bf5825baa)
16
+ Package updates
17
+ Related issues:
1
18
 
2
19
  ## [6.0.4](https://github.com/mmpro/ac-sanitizer/compare/v6.0.3..v6.0.4) (2026-04-01 15:36:34)
3
20
 
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # AC Sanitizer
2
2
  Sanitizes payloads with given field definitions
3
3
 
4
- [![Node.js CI](https://github.com/AdmiralCloud/ac-sanitizer/actions/workflows/node.js.yml/badge.svg)](https://github.com/AdmiralCloud/ac-sanitizer/actions/workflows/node.js.yml)
4
+ [![Node.js CI](https://github.com/AdmiralCloud/ac-sanitizer/actions/workflows/node.js.yml/badge.svg)](https://github.com/AdmiralCloud/ac-sanitizer/actions/workflows/node.js.yml) [![CodeQL](https://github.com/AdmiralCloud/ac-sanitizer/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/AdmiralCloud/ac-sanitizer/actions/workflows/github-code-scanning/codeql)
5
5
 
6
6
  ### Version 4 - Breaking changes
7
7
  Version 4 requires Node 16.
package/package.json CHANGED
@@ -4,23 +4,23 @@
4
4
  "author": "Mark Poepping (https://www.admiralcloud.com)",
5
5
  "license": "MIT",
6
6
  "repository": "admiralcloud/ac-sanitizer",
7
- "version": "6.0.4",
7
+ "version": "6.0.6",
8
8
  "homepage": "https://www.admiralcloud.com",
9
9
  "dependencies": {
10
- "ac-countrylist": "^1.0.16",
10
+ "ac-countrylist": "^1.0.18",
11
11
  "ac-file-extensions": "^2.0.21",
12
- "ac-ip": "^4.1.12",
12
+ "ac-ip": "^5.0.1",
13
13
  "chai": "^4.5.0",
14
14
  "date-and-time": "^4.4.0",
15
15
  "hashids": "^2.3.0",
16
- "lodash": "^4.17.21",
17
- "validator": "^13.15.26"
16
+ "lodash": "^4.18.1",
17
+ "validator": "^13.15.35"
18
18
  },
19
19
  "devDependencies": {
20
- "ac-semantic-release": "^0.4.11",
20
+ "ac-semantic-release": "^1.0.2",
21
21
  "c8": "^11.0.0",
22
- "eslint": "^10.1.0",
23
- "globals": "^17.4.0",
22
+ "eslint": "^10.2.0",
23
+ "globals": "^17.5.0",
24
24
  "mocha": "^11.7.5"
25
25
  },
26
26
  "scripts": {