ac-sanitizer 6.0.3 → 6.0.5

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.
@@ -13,7 +13,7 @@ jobs:
13
13
  build:
14
14
 
15
15
  permissions:
16
- contents: read
16
+ contents: read
17
17
 
18
18
  runs-on: ubuntu-latest
19
19
 
@@ -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,21 @@
1
+ ## [6.0.5](https://github.com/mmpro/ac-sanitizer/compare/v6.0.4..v6.0.5) (2026-04-04 10:59:49)
2
+
3
+
4
+ ### Bug Fix
5
+
6
+
7
+ * **App:** Package updates | MP | [eca6fae6118a00e819eec27d848ec58bf5825baa](https://github.com/mmpro/ac-sanitizer/commit/eca6fae6118a00e819eec27d848ec58bf5825baa)
8
+ Package updates
9
+ Related issues:
10
+
11
+ ## [6.0.4](https://github.com/mmpro/ac-sanitizer/compare/v6.0.3..v6.0.4) (2026-04-01 15:36:34)
12
+
13
+
14
+ ### Bug Fix
15
+
16
+ * **App:** Rollback to lodash 4.17.21 | MP | [6c388f69b413e20b4d77e379ebdefb2eea5b5bf0](https://github.com/mmpro/ac-sanitizer/commit/6c388f69b413e20b4d77e379ebdefb2eea5b5bf0)
17
+ Lodash 4.18.0 was marked as bad release.
18
+ Related issues:
1
19
 
2
20
  ## [6.0.3](https://github.com/mmpro/ac-sanitizer/compare/v6.0.2..v6.0.3) (2026-04-01 15:31:40)
3
21
 
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,22 +4,22 @@
4
4
  "author": "Mark Poepping (https://www.admiralcloud.com)",
5
5
  "license": "MIT",
6
6
  "repository": "admiralcloud/ac-sanitizer",
7
- "version": "6.0.3",
7
+ "version": "6.0.5",
8
8
  "homepage": "https://www.admiralcloud.com",
9
9
  "dependencies": {
10
- "ac-countrylist": "^1.0.16",
10
+ "ac-countrylist": "^1.0.17",
11
11
  "ac-file-extensions": "^2.0.21",
12
- "ac-ip": "^4.1.12",
12
+ "ac-ip": "^5.0.0",
13
13
  "chai": "^4.5.0",
14
14
  "date-and-time": "^4.4.0",
15
15
  "hashids": "^2.3.0",
16
- "lodash": "^4.18.0",
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.1",
21
21
  "c8": "^11.0.0",
22
- "eslint": "^10.1.0",
22
+ "eslint": "^10.2.0",
23
23
  "globals": "^17.4.0",
24
24
  "mocha": "^11.7.5"
25
25
  },