Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #905

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

fix: package.json & package-lock.json to reduce vulnerabilities

7edf1b0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[Snyk] Fix for 1 vulnerabilities #905

fix: package.json & package-lock.json to reduce vulnerabilities
7edf1b0
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Oct 12, 2024 in 0s

ESLint Report Analysis

0 ESLint error(s) and 36 ESLint warning(s) found

Annotations

Check warning on line 162 in src/app/modules/issue-vc/new-issue-vc/new-issue-vc.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/issue-vc/new-issue-vc/new-issue-vc.component.ts#L162

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 48 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L48

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 48 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L48

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 49 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L49

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 49 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L49

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 64 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L64

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 123 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L123

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 142 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L142

[@typescript-eslint/no-unused-vars] 'e' is defined but never used.

Check warning on line 156 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L156

[@typescript-eslint/no-unused-vars] 'e' is defined but never used.

Check warning on line 216 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L216

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 220 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L220

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 224 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L224

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 224 in src/app/modules/json-editor/components/json-editor.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/json-editor.component.ts#L224

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 17 in src/app/modules/json-editor/components/jsoneditoroptions.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/jsoneditoroptions.ts#L17

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 108 in src/app/modules/json-editor/components/jsoneditoroptions.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/modules/json-editor/components/jsoneditoroptions.ts#L108

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 16 in src/app/routes/applications/applications.component.spec.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/applications/applications.component.spec.ts#L16

[@typescript-eslint/no-unused-vars] 'dialog' is assigned a value but never used.

Check warning on line 180 in src/app/routes/applications/applications.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/applications/applications.component.ts#L180

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 193 in src/app/routes/applications/applications.component.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/applications/applications.component.ts#L193

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 16 in src/app/routes/applications/new-role/components/role-type-did/role-type-did.component.spec.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/applications/new-role/components/role-type-did/role-type-did.component.spec.ts#L16

[@typescript-eslint/no-unused-vars] 'hostDebug' is assigned a value but never used.

Check warning on line 62 in src/app/routes/applications/new-role/components/role-type-did/role-type-did.component.spec.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/applications/new-role/components/role-type-did/role-type-did.component.spec.ts#L62

[@typescript-eslint/no-unused-vars] 'selectors' is assigned a value but never used.

Check warning on line 22 in src/app/routes/applications/new-role/new-role.component.spec.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/applications/new-role/new-role.component.spec.ts#L22

[@typescript-eslint/no-unused-vars] 'fb' is assigned a value but never used.

Check warning on line 26 in src/app/routes/enrolment/models/enrolment-claim.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/enrolment/models/enrolment-claim.ts#L26

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 153 in src/app/routes/enrolment/models/enrolment-claim.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/enrolment/models/enrolment-claim.ts#L153

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 224 in src/app/routes/enrolment/models/enrolment-claim.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/enrolment/models/enrolment-claim.ts#L224

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 41 in src/app/routes/enrolment/view-requests/services/token-decode.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/routes/enrolment/view-requests/services/token-decode.service.ts#L41

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.