Commit ff4ce04
committed
chore(deps): bump @socketsecurity/lib to 5.21.0
Bump the catalog entry from 5.20.1 to 5.21.0 and migrate the two
callers affected by 5.21.0's `/validation` subpath retirement:
- scripts/xport.mts — `validateSchema` now imported from
`@socketsecurity/lib/schema/validate` (was
`@socketsecurity/lib/validation/validate-schema`)
- scripts/xport-schema.mts — fileoverview comment updated to match
- .claude/hooks/setup-security-tools/index.mts — `parseSchema`
now imported from `@socketsecurity/lib/schema/parse` (was
`@socketsecurity/lib/validation/validate-schema`)
No behavioral change — `validateSchema` / `parseSchema` signatures
are unchanged; only the import path moved. All 2184 tests pass.1 parent 614efae commit ff4ce04
5 files changed
Lines changed: 13 additions & 13 deletions
File tree
- .claude/hooks/setup-security-tools
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments