chore(deps): update linters #43
Annotations
7 errors and 1 warning
Lint & Test:
src/index.ts#L126
The quantifier '\d+' can exchange characters with '\d+'. Using any string accepted by /\d+/i, this can be exploited to cause at least polynomial backtracking
|
Lint & Test:
src/index.ts#L126
Capturing group number 2 is defined but never used
|
Lint & Test:
src/index.ts#L126
Capturing group number 3 is defined but never used
|
Lint & Test:
src/index.ts#L126
The quantifier '\d+' can exchange characters with '\d+'. Using any string accepted by /\d+/i, this can be exploited to cause at least polynomial backtracking
|
Lint & Test:
src/index.ts#L126
The quantifier '\d+' can exchange characters (\d) with '\d+'. This makes the capturing group misleading, because the quantifier will capture fewer characters than its pattern suggests
|
Lint & Test:
src/index.ts#L126
Capturing group number 5 is defined but never used
|
Lint & Test
Process completed with exit code 1.
|
Lint & Test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|