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

Fix CG for typed-rest-client #370

Merged
merged 10 commits into from
Jun 4, 2024
Merged

Commits on May 28, 2024

  1. Fix CG

    - Rewrited react samples on vite because of react'scripts contains cve and not maintained
    DmitriiBobreshev committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cb1e0aa View commit details
    Browse the repository at this point in the history
  2. Fix CG

    - Npm audit fix for webpack samples
    DmitriiBobreshev committed May 28, 2024
    Configuration menu
    Copy the full SHA
    97d9497 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Fix CG

    - Fixed CVE in typed-rest client
    - Migrated package to use node14+ as mocha is not supported in versions below.
    - Migrated CI to use Node14+ for tests
    _ Bumped ts to v5
    - Bumped typed-rest-client to new major version 2
    - Added .vscode folder in .gitignore
    DmitriiBobreshev committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    12cf037 View commit details
    Browse the repository at this point in the history
  2. Fix CG

    - Fixed tests for the new version of the typescript
    DmitriiBobreshev committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ff807b1 View commit details
    Browse the repository at this point in the history
  3. Fix CG

    - Replaced crypto package(DES-ECB and MD4 algorythms calls) to a packages as they are become legacy in openssl3 which is used new node
    DmitriiBobreshev committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b75d429 View commit details
    Browse the repository at this point in the history
  4. Fix CG

    - Regenerated package.lock files in samples.
    DmitriiBobreshev committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8f26ea0 View commit details
    Browse the repository at this point in the history
  5. Fix CG

    - Fixed types in tests
    - Fixed webpack samples
    DmitriiBobreshev committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    34d3b68 View commit details
    Browse the repository at this point in the history
  6. Fix CG

    - Bumped supported version
    DmitriiBobreshev committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4c28625 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Fix CG

    - Updated README with new information
    DmitriiBobreshev committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e159ead View commit details
    Browse the repository at this point in the history
  2. Fix CG

    - Updated README with new information
    DmitriiBobreshev committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9f5eb6c View commit details
    Browse the repository at this point in the history