Skip to content

Fix critical vulnerability#49

Merged
pareshb3089 merged 5 commits intomasterfrom
fix-critical-vulnerability
Apr 15, 2026
Merged

Fix critical vulnerability#49
pareshb3089 merged 5 commits intomasterfrom
fix-critical-vulnerability

Conversation

@SB-ChetanKorde
Copy link
Copy Markdown
Contributor

Description

  • Upgrade json-schema -> 0.4.0
  • Upgrade form-data -> 2.5.5
  • Upgrade pbkdf2 -> 3.1.5
  • Upgrade loader-utils -> 2.0.4
  • Upgrade style-loader/loader-utils -> 2.0.4
  • Upgrade handlebars -> 4.7.8
  • Upgrade minimist -> 1.2.8
  • Upgrade property-expr -> 2.0.5
  • Upgrade simple-git -> 3.16.1
  • Upgrade create-hash -> 1.2.0
  • Upgrade ejs -> 3.1.8
  • Upgrade lodash -> 4.17.21

How Has This Been Tested?

Run yarn teswt and yarn test.prod commands

Screenshot(s)/recordings(s)

Screenshot 2026-02-17 at 4 29 49 PM

- Upgrade json-schema -> 0.4.0
- Upgrade form-data -> 2.5.5
- Upgrade pbkdf2 -> 3.1.5
- Upgrade loader-utils -> 2.0.4
- Upgrade style-loader/loader-utils -> 2.0.4
- Upgrade handlebars -> 4.7.8
- Upgrade minimist -> 1.2.8
- Upgrade property-expr -> 2.0.5
- Upgrade simple-git -> 3.16.1
- Upgrade create-hash -> 1.2.0
- Upgrade ejs -> 3.1.8
- Upgrade lodash -> 4.17.21
- Create dedicated typedoc.json with excludeExternals and stripInternal settings
- Remove --ignoreCompilerErrors workaround flag from build.docs script
- Exclude node_modules and test files from TypeDoc compilation
- Ensures clean documentation generation without suppressing errors

This proper solution prevents TypeDoc from attempting to parse external @types/*
definitions that use modern TypeScript syntax incompatible with typedoc's
embedded TypeScript 3.2.4, eliminating the need for error suppression.
@pareshb3089 pareshb3089 merged commit 1c65c01 into master Apr 15, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants