chore: updated dependencies #20
Annotations
9 errors and 1 warning
Lint:
src/config.ts#L35
The quantifier '\s*' can exchange characters with '.*?'. Using any string accepted by /[\t\x0b\f \xa0\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]+/, this can be exploited to cause at least polynomial backtracking
|
Lint:
src/config.ts#L35
The quantifier '\s*' can exchange characters with '\s*'. Using any string accepted by /\s+/, this can be exploited to cause at least polynomial backtracking
|
Lint:
src/config.ts#L35
The quantifier '.*?' can exchange characters with '\s*'. Using any string accepted by /[\t\x0b\f \xa0\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]+/, this can be exploited to cause at least polynomial backtracking
|
Lint:
src/config.ts#L36
Invalid character class range. A character set cannot be the minimum or maximum of a character class range. Either escape the `-` or fix the character class range
|
Lint:
src/config.ts#L37
The quantifier '\s*' can exchange characters with '.*?'. Using any string accepted by /[\t\x0b\f \xa0\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]+/, this can be exploited to cause at least polynomial backtracking
|
Lint:
src/config.ts#L37
The quantifier '\s*' can exchange characters with '\s*'. Using any string accepted by /\s+/, this can be exploited to cause at least polynomial backtracking
|
Lint:
src/config.ts#L37
The quantifier '.*?' can exchange characters with '\s*'. Using any string accepted by /[\t\x0b\f \xa0\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]+/, this can be exploited to cause at least polynomial backtracking
|
Lint:
src/config.ts#L37
Invalid character class range. A character set cannot be the minimum or maximum of a character class range. Either escape the `-` or fix the character class range
|
Lint
Process completed with exit code 1.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|