Skip to content

Commit d726022

Browse files
kylebonnicinashif
authored andcommitted
CI: Update dts-linter to 0.3.7-hotfix2
dts-linter 0.3.7-hotfix2 Security Updates: - Update `glob` to address CVE-2025-64756 - Update `js-yaml` to address CVE-2025-64718 Formatting updates: - Ensure that properties have 2 new lines when node is above it. - Enures that 1 new line is required between a node and #if/#ifdef... - Enures that 2 new line are required between #endif and node. - Wraps property values that exceed 100 characters in length. Signed-off-by: Kyle Bonnici <kylebonnici@hotmail.com>
1 parent 869cfb8 commit d726022

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

scripts/ci/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"dts-linter": "^0.3.6"
4+
"dts-linter": "^0.3.7-hotfix2"
55
}
66
}

0 commit comments

Comments
 (0)