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

Update workflows #227

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Update workflows #227

merged 1 commit into from
Jan 16, 2025

Conversation

reisene
Copy link
Owner

@reisene reisene commented Jan 16, 2025

reisene TypeError: Cannot read properties of null (reading 'includes') Powered by Pull Request Badge

Podsumowanie przez Sourcery

CI:

  • Dodaj przepływ CI do uruchamiania testów i raportowania pokrycia do Coveralls.
Original summary in English

Summary by Sourcery

CI:

  • Add a CI workflow to run tests and report coverage to Coveralls.

Summary by CodeRabbit

  • Nowe funkcje

    • Dodano zautomatyzowany przepływ pracy GitHub Actions do testowania i raportowania pokrycia kodu.
  • Testy

    • Wprowadzono równoległe wykonywanie testów z generowaniem raportu pokrycia kodu.
  • Narzędzia CI/CD

    • Zintegrowano raportowanie wyników testów z usługą Coveralls.

Copy link
Contributor

aviator-app bot commented Jan 16, 2025

Aviator Changeset actions:

Copy link
Contributor

aviator-app bot commented Jan 16, 2025

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged manually (without Aviator). Merging manually can negatively impact the performance of the queue. Consider using Aviator next time.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

Copy link

Review changes with  SemanticDiff

Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hulaj-dusza-serwis 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 4:52am

Copy link

Please follow naming conventions! 😿

Copy link
Contributor

coderabbitai bot commented Jan 16, 2025

Important

Review skipped

Auto reviews are limited to specific labels.

🏷️ Labels to auto review (1)
  • AnyChange

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Przegląd zmian

Walkthrough

Wprowadzono nowy plik workflow GitHub Actions o nazwie tests coveralls.yml, który automatyzuje proces testowania i raportowania pokrycia kodu. Workflow jest uruchamiany podczas zdarzeń push i pull request. Definiuje zadanie test działające na najnowszym środowisku Ubuntu, wykorzystujące strategię macierzy do równoległego wykonywania testów dla dwóch instancji testowych.

Changes

Plik Podsumowanie zmian
.github/workflows/tests coveralls.yml Dodanie nowego workflow do automatyzacji testów i raportowania pokrycia kodu

Poem

🐰 Testy biegną jak zające szybkie,
Coveralls śledzi każdy krok dokładnie,
W GitHub Actions nasz kod się sprawdza,
Jakość oprogramowania się potwierdza,
Królik testuje, więc wszystko gra! 🧪


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

Click here to review and test in web IDE: Contribute

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review by ChatGPT

Copy link
Contributor

sourcery-ai bot commented Jan 16, 2025

Przewodnik Recenzenta przez Sourcery

Ten pull request wprowadza nowy przepływ pracy GitHub Actions do równoległego uruchamiania testów i przesyłania danych o pokryciu kodu do Coveralls.

Diagram sekwencji dla równoległego przepływu pokrycia testów

sequenceDiagram
    participant GH as GitHub
    participant J1 as Test Job 1
    participant J2 as Test Job 2
    participant CV as Coveralls
    participant F as Finish Job

    GH->>J1: Trigger on push/PR
    GH->>J2: Trigger on push/PR
    par Parallel execution
        J1->>J1: Run test coverage 1
        J1->>CV: Upload coverage data (flag: run-1)
    and
        J2->>J2: Run test coverage 2
        J2->>CV: Upload coverage data (flag: run-2)
    end
    GH->>F: Start finish job
    F->>CV: Mark parallel coverage complete
    Note over CV: Combine coverage reports
Loading

Zmiany na poziomie plików

Zmiana Szczegóły Pliki
Dodano nowy przepływ pracy, który równolegle uruchamia testy i przesyła dane o pokryciu kodu do Coveralls.
  • Przepływ pracy jest wyzwalany zarówno przy push, jak i zdarzeniach pull request.
  • Używa strategii macierzy do równoległego uruchomienia dwóch zadań testowych.
  • Każde zadanie testowe uruchamia określony zestaw testów przy użyciu make test-coverage-1 i make test-coverage-2.
  • Użyto coverallsapp/github-action do przesłania danych o pokryciu kodu dla każdego równoległego zadania.
  • Końcowy krok łączy dane o pokryciu z równoległych zadań i wysyła je do Coveralls przy użyciu opcji parallel-finished i flagi carryforward.
.github/workflows/tests coveralls.yml

Wskazówki i polecenia

Interakcja z Sourcery

  • Wywołanie nowej recenzji: Skomentuj @sourcery-ai review w pull requeście.
  • Kontynuacja dyskusji: Odpowiedz bezpośrednio na komentarze recenzji Sourcery.
  • Wygenerowanie zgłoszenia GitHub z komentarza recenzji: Poproś Sourcery o utworzenie zgłoszenia z komentarza recenzji, odpowiadając na niego.
  • Wygenerowanie tytułu pull requesta: Napisz @sourcery-ai w dowolnym miejscu tytułu pull requesta, aby wygenerować tytuł w dowolnym momencie.
  • Wygenerowanie podsumowania pull requesta: Napisz @sourcery-ai summary w dowolnym miejscu treści pull requesta, aby wygenerować podsumowanie PR w dowolnym momencie. Możesz również użyć tego polecenia, aby określić, gdzie podsumowanie ma zostać wstawione.

Dostosowywanie doświadczenia

Uzyskaj dostęp do pulpitu nawigacyjnego, aby:

  • Włączać lub wyłączać funkcje recenzji, takie jak podsumowanie pull requesta generowane przez Sourcery, przewodnik recenzenta i inne.
  • Zmienić język recenzji.
  • Dodawać, usuwać lub edytować niestandardowe instrukcje recenzji.
  • Dostosowywać inne ustawienia recenzji.

Uzyskiwanie pomocy

Original review guide in English

Reviewer's Guide by Sourcery

This pull request introduces a new GitHub Actions workflow to run tests and upload coverage data to Coveralls in parallel.

Sequence diagram for parallel test coverage workflow

sequenceDiagram
    participant GH as GitHub
    participant J1 as Test Job 1
    participant J2 as Test Job 2
    participant CV as Coveralls
    participant F as Finish Job

    GH->>J1: Trigger on push/PR
    GH->>J2: Trigger on push/PR
    par Parallel execution
        J1->>J1: Run test coverage 1
        J1->>CV: Upload coverage data (flag: run-1)
    and
        J2->>J2: Run test coverage 2
        J2->>CV: Upload coverage data (flag: run-2)
    end
    GH->>F: Start finish job
    F->>CV: Mark parallel coverage complete
    Note over CV: Combine coverage reports
Loading

File-Level Changes

Change Details Files
A new workflow is added that runs tests in parallel and uploads coverage data to Coveralls.
  • The workflow is triggered on both push and pull request events.
  • It uses a matrix strategy to run two test jobs in parallel.
  • Each test job runs a specific test suite using make test-coverage-1 and make test-coverage-2.
  • The coverallsapp/github-action is used to upload coverage data for each parallel job.
  • A final step combines the coverage data from the parallel jobs and sends it to Coveralls using the parallel-finished option and carryforward flag.
.github/workflows/tests coveralls.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

deepsource-io bot commented Jan 16, 2025

Here's the code health analysis summary for commits fc974ff..95bb2e2. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource PHP LogoPHP✅ SuccessView Check ↗
DeepSource Test coverage LogoTest coverage⚠️ Artifact not reportedTimed out: Artifact was never reportedView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/checkout 4.*.* 🟢 6.7
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 45 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Security-Policy🟢 9security policy file detected
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Packaging🟢 10packaging workflow detected
SAST🟢 9SAST tool detected but not run on all commits
Vulnerabilities🟢 82 existing vulnerabilities detected
actions/actions/setup-node 3.*.* 🟢 6
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 9binaries present in source code
Code-Review🟢 10all changesets reviewed
Maintained⚠️ 23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
SAST🟢 9SAST tool is not run on all commits -- score normalized to 9
Vulnerabilities🟢 82 existing vulnerabilities detected
actions/coverallsapp/github-action 2.*.* 🟢 4.3
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review⚠️ 1Found 4/30 approved changesets -- score normalized to 1
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Maintained🟢 82 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 8
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • .github/workflows/tests coveralls.yml

Copy link
Contributor

aviator-app bot commented Jan 16, 2025

Skipping bot pull request creation because the queue is empty and this pull request is up to date with main.

Copy link
Contributor

mergify bot commented Jan 16, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Do not merge outdated PRs

Wonderful, this rule succeeded.

Make sure PRs are almost up to date before merging

  • #commits-behind <= 10

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cześć @reisene - przejrzałem Twoje zmiany - oto moje uwagi:

Uwagi ogólne:

  • Wygląda na to, że występuje błąd TypeError w odznace PR, który należy rozwiązać przed scaleniem. Proszę naprawić problem z konfiguracją odznaki.
  • Rozważ aktualizację do Node.js 18.x lub 20.x LTS, ponieważ Node.js 16.x zbliża się do końca swojego cyklu życia.
  • Proszę dodać komentarze dokumentacyjne w pliku workflow wyjaśniające, co dokładnie obejmują test-coverage-1 i test-coverage-2, aby ułatwić przyszłe utrzymanie.
Oto, co sprawdziłem podczas przeglądu
  • 🟢 Problemy ogólne: wszystko wygląda dobrze
  • 🟢 Bezpieczeństwo: wszystko wygląda dobrze
  • 🟢 Testy: wszystko wygląda dobrze
  • 🟢 Złożoność: wszystko wygląda dobrze
  • 🟢 Dokumentacja: wszystko wygląda dobrze

Sourcery jest darmowy dla projektów open source - jeśli podobają Ci się nasze recenzje, rozważ ich udostępnienie ✨
Pomóż mi być bardziej użytecznym! Proszę kliknij 👍 lub 👎 przy każdym komentarzu, a ja wykorzystam tę opinię, aby ulepszyć Twoje recenzje.
Original comment in English

Hey @reisene - I've reviewed your changes - here's some feedback:

Overall Comments:

  • There appears to be a TypeError in the PR badge that needs to be addressed before merging. Please fix the badge configuration issue.
  • Consider upgrading to Node.js 18.x or 20.x LTS as Node.js 16.x is approaching end of life.
  • Please add documentation comments in the workflow file explaining what test-coverage-1 and test-coverage-2 specifically cover to aid in future maintenance.
Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link

🚀 CodeThreat Security Scan Completed for HulajDusza-serwis

Hello Team,

Great news! We've just completed a thorough security scan for HulajDusza-serwis, and here's what we found:


Quick Overview

  • Duration: 00:00:50
  • Risk Score: F (This reflects the overall security posture based on the identified issues.)
  • Issues Fixed: 0 (The number of vulnerabilities resolved during this scan.)

🛠 Detailed Vulnerability Analysis

We've identified vulnerabilities across the codebase. Here's a detailed look:

Weakness Name Severity Count
Missing Secure Cookie Attribute Medium 6
Missing Httponly Cookie Attribute Critical 6
Detect Potential Xss In Template Literals Medium 8
Insecure Random Number Generator High 6
Remote File Inclusion High 24

🔗 Software Composition Analysis (SCA) Insights

package-lock.json

Severity Summary: Critical: 5 High: 16 Medium: 14 Low: 5

  • Dependency: lodash@0.9.2
    • nodejs-lodash: prototype pollution in defaultsDeep function leading to modifying properties
    • lodash: Prototype pollution in utilities function
    • nodejs-lodash: command injection via template
    • lodash: uncontrolled resource consumption in Data handler causing denial of service
    • nodejs-lodash: ReDoS via the toNumber, trim and trimEnd functions
    • lodash: Prototype pollution in utilities function
  • Dependency: lodash@2.4.2
    • nodejs-lodash: prototype pollution in defaultsDeep function leading to modifying properties
    • lodash: Prototype pollution in utilities function
    • nodejs-lodash: command injection via template
    • lodash: uncontrolled resource consumption in Data handler causing denial of service
    • nodejs-lodash: ReDoS via the toNumber, trim and trimEnd functions
    • lodash: Prototype pollution in utilities function
  • Dependency: grunt@0.4.5
    • The package grunt before 1.3.0 are vulnerable to Arbitrary Code Execut ...
    • gruntjs: race condition leading to arbitrary file write
    • Path Traversal in GitHub repository gruntjs/grunt prior to 1.5.2.
  • Dependency: minimatch@0.2.14
    • Minimatch is a minimal matching utility that works by converting glob ...
    • nodejs-minimatch: ReDoS via the braceExpand function
    • Regular Expression Denial of Service
  • Dependency: minimatch@0.3.0
    • Minimatch is a minimal matching utility that works by converting glob ...
    • nodejs-minimatch: ReDoS via the braceExpand function
    • Regular Expression Denial of Service
  • Dependency: braces@1.8.5
    • braces: fails to limit the number of characters it can handle
    • nodejs-braces: Regular Expression Denial of Service (ReDoS) in lib/parsers.js
    • Regular Expression Denial of Service in braces
  • Dependency: js-yaml@2.0.5
    • Code Injection in js-yaml
    • Denial of Service in js-yaml
  • Dependency: uglify-js@1.3.5
    • The uglify-js package before 2.4.24 for Node.js does not properly acco ...
    • The uglify-js package before 2.6.0 for Node.js allows attackers to cau ...
  • Dependency: clean-css@1.0.12
    • Regular Expression Denial of Service in clean-css
  • Dependency: getobject@0.1.0
    • nodejs-getobject: Prototype pollution could result in DoS and RCE
  • Dependency: postcss@7.0.39
    • An issue was discovered in PostCSS before 8.4.31. The vulnerability af ...
  • Dependency: uglify-js@2.4.24
    • The uglify-js package before 2.6.0 for Node.js allows attackers to cau ...
  • Dependency: underscore@1.4.4
    • nodejs-underscore: Arbitrary code execution via the template function
  • Dependency: underscore@1.7.0
    • nodejs-underscore: Arbitrary code execution via the template function
  • Dependency: underscore.string@2.2.1
    • Regular Expression Denial of Service in underscore.string
  • Dependency: underscore.string@2.3.3
    • Regular Expression Denial of Service in underscore.string
  • Dependency: underscore.string@2.4.0
    • Regular Expression Denial of Service in underscore.string
  • Dependency: braces@2.3.2
    • braces: fails to limit the number of characters it can handle
  • Dependency: micromatch@2.3.11
    • micromatch: vulnerable to Regular Expression Denial of Service
  • Dependency: micromatch@3.1.10
    • micromatch: vulnerable to Regular Expression Denial of Service
  • Dependency: @csstools/color-helpers@5.0.1
  • Dependency: @csstools/postcss-font-format-keywords@4.0.0
  • Dependency: @csstools/postcss-ic-unit@4.0.0
  • Dependency: @csstools/postcss-initial@2.0.0
  • Dependency: @csstools/postcss-logical-float-and-clear@3.0.0
  • Dependency: @csstools/postcss-logical-overflow@2.0.0
  • Dependency: @csstools/postcss-logical-overscroll-behavior@2.0.0
  • Dependency: @csstools/postcss-logical-resize@3.0.0
  • Dependency: @csstools/postcss-nested-calc@4.0.0
  • Dependency: @csstools/postcss-normalize-display-values@4.0.0
  • Dependency: @csstools/postcss-progressive-custom-properties@4.0.0
  • Dependency: @csstools/postcss-text-decoration-shorthand@4.0.1
  • Dependency: @csstools/postcss-unset-value@4.0.0
  • Dependency: @csstools/utilities@2.0.0
  • Dependency: @discoveryjs/json-ext@0.5.7
  • Dependency: @flaticon/flaticon-uicons@3.3.1
  • Dependency: @gulp-sourcemaps/identity-map@2.0.1
  • Dependency: @gulp-sourcemaps/map-sources@1.0.0
  • Dependency: @gulpjs/messages@1.1.0
  • Dependency: @gulpjs/to-absolute-glob@4.0.0
  • Dependency: @jridgewell/gen-mapping@0.3.5
  • Dependency: @jridgewell/resolve-uri@3.1.2
  • Dependency: @jridgewell/set-array@1.2.1
  • Dependency: @jridgewell/source-map@0.3.6
  • Dependency: @jridgewell/sourcemap-codec@1.5.0
  • Dependency: @jridgewell/trace-mapping@0.3.25
  • Dependency: @mongodb-js/saslprep@1.1.9
  • Dependency: @ngrok/ngrok@1.4.1
  • Dependency: @ngrok/ngrok-android-arm-eabi@1.4.1
  • Dependency: @ngrok/ngrok-android-arm64@1.4.1
  • Dependency: @ngrok/ngrok-darwin-arm64@1.4.1
  • Dependency: @ngrok/ngrok-darwin-universal@1.4.1
  • Dependency: @ngrok/ngrok-darwin-x64@1.4.1
  • Dependency: @ngrok/ngrok-freebsd-x64@1.4.1
  • Dependency: @ngrok/ngrok-linux-arm-gnueabihf@1.4.1
  • Dependency: @ngrok/ngrok-linux-arm64-gnu@1.4.1
  • Dependency: @ngrok/ngrok-linux-arm64-musl@1.4.1
  • Dependency: @ngrok/ngrok-linux-x64-gnu@1.4.1
  • Dependency: @ngrok/ngrok-linux-x64-musl@1.4.1
  • Dependency: @ngrok/ngrok-win32-ia32-msvc@1.4.1
  • Dependency: @ngrok/ngrok-win32-x64-msvc@1.4.1
  • Dependency: @nodelib/fs.scandir@2.1.5
  • Dependency: @nodelib/fs.stat@2.0.5
  • Dependency: @nodelib/fs.walk@1.2.8
  • Dependency: @popperjs/core@2.11.8
  • Dependency: @sindresorhus/is@4.6.0
  • Dependency: @szmarczak/http-timer@4.0.6
  • Dependency: @types/cacheable-request@6.0.3
  • Dependency: @types/expect@1.20.4
  • Dependency: @types/http-cache-semantics@4.0.4
  • Dependency: @types/json-schema@7.0.15
  • Dependency: @types/keyv@3.1.4
  • Dependency: @types/responselike@1.0.3
  • Dependency: @types/vinyl@2.0.12
  • Dependency: @types/webidl-conversions@7.0.3
  • Dependency: @types/whatwg-url@11.0.5
  • Dependency: @types/yauzl@2.10.3
  • Dependency: @webpack-cli/configtest@2.1.1
  • Dependency: @webpack-cli/info@2.0.2
  • Dependency: @webpack-cli/serve@2.0.5
  • Dependency: @xtuc/ieee754@1.2.0
  • Dependency: @xtuc/long@4.2.2
  • Dependency: abbrev@1.1.1
  • Dependency: accepts@1.3.8
  • Dependency: acorn@6.4.2
  • Dependency: acorn-import-attributes@1.9.5
  • Dependency: ajv@6.12.6
  • Dependency: ajv-keywords@3.5.2
  • Dependency: amdefine@1.0.1
  • Dependency: ansi-colors@1.1.0
  • Dependency: ansi-regex@5.0.1
  • Dependency: ansi-styles@4.3.0
  • Dependency: ansi-wrap@0.1.0
  • Dependency: anymatch@3.1.3
  • Dependency: aos@3.0.0-beta.6
  • Dependency: argparse@0.1.16
  • Dependency: arr-diff@4.0.0
  • Dependency: arr-union@3.1.0
  • Dependency: array-each@1.0.1
  • Dependency: array-flatten@1.1.1
  • Dependency: array-slice@1.1.0
  • Dependency: assign-symbols@1.0.0
  • Dependency: async@0.1.22
  • Dependency: async@0.2.10
  • Dependency: async-done@2.0.0
  • Dependency: async-settle@2.0.0
  • Dependency: atob@2.1.2
  • Dependency: autoprefixer@10.4.20
  • Dependency: bach@2.0.1
  • Dependency: balanced-match@1.0.2
  • Dependency: base64-js@1.5.1
  • Dependency: bignumber.js@9.0.0
  • Dependency: binary-extensions@2.3.0
  • Dependency: binaryextensions@2.3.0
  • Dependency: bl@5.1.0
  • Dependency: body-parser@1.20.3
  • Dependency: bootstrap@5.3.3
  • Dependency: bootstrap-icons@1.11.3
  • Dependency: brace-expansion@1.1.11
  • Dependency: braces@3.0.3
  • Dependency: buffer@6.0.3
  • Dependency: buffer-crc32@0.2.13
  • Dependency: buffer-from@1.1.2
  • Dependency: bytes@3.1.2
  • Dependency: cacheable-lookup@5.0.4
  • Dependency: cacheable-request@7.0.4
  • Dependency: camelcase@1.2.1
  • Dependency: chalk@4.1.2
  • Dependency: chalk@5.3.0
  • Dependency: chokidar@3.6.0
  • Dependency: chrome-trace-event@1.0.4
  • Dependency: classlist-polyfill@1.2.0
  • Dependency: clean-css@4.2.3
  • Dependency: cliui@7.0.4
  • Dependency: clone@2.1.2
  • Dependency: clone-buffer@1.0.0
  • Dependency: clone-deep@4.0.1
  • Dependency: clone-response@1.0.3
  • Dependency: clone-stats@1.0.0
  • Dependency: cloneable-readable@1.1.3
  • Dependency: coffee-script@1.3.3
  • Dependency: color-convert@2.0.1
  • Dependency: color-name@1.1.4
  • Dependency: color-support@1.1.3
  • Dependency: colorette@2.0.20
  • Dependency: colors@0.6.2
  • Dependency: commander@1.3.2
  • Dependency: commander@10.0.1
  • Dependency: commander@12.1.0
  • Dependency: commander@2.20.3
  • Dependency: concat-map@0.0.1
  • Dependency: concat-stream@2.0.0
  • Dependency: concat-with-sourcemaps@1.1.0
  • Dependency: content-disposition@0.5.4
  • Dependency: content-type@1.0.5
  • Dependency: convert-source-map@1.9.0
  • Dependency: convert-source-map@2.0.0
  • Dependency: cookie-signature@1.0.6
  • Dependency: copy-props@4.0.0
  • Dependency: core-util-is@1.0.3
  • Dependency: css@3.0.0
  • Dependency: css-prefers-color-scheme@10.0.0
  • Dependency: cssesc@3.0.0
  • Dependency: d@1.0.2
  • Dependency: dateformat@1.0.2-1.2.3
  • Dependency: debug@2.6.9
  • Dependency: debug@3.2.7
  • Dependency: debug-fabulous@1.1.0
  • Dependency: decamelize@1.2.0
  • Dependency: decode-uri-component@0.2.2
  • Dependency: decompress-response@6.0.0
  • Dependency: defer-to-connect@2.0.1
  • Dependency: define-data-property@1.1.4
  • Dependency: denque@2.1.0
  • Dependency: depd@2.0.0
  • Dependency: destroy@1.2.0
  • Dependency: detect-file@1.0.0
  • Dependency: detect-newline@2.1.0
  • Dependency: each-props@3.0.0
  • Dependency: easy-transform-stream@1.0.1
  • Dependency: ee-first@1.1.1
  • Dependency: emoji-regex@8.0.0
  • Dependency: encodeurl@1.0.2
  • Dependency: encodeurl@2.0.0
  • Dependency: end-of-stream@1.4.4
  • Dependency: enhanced-resolve@5.17.1
  • Dependency: es-errors@1.3.0
  • Dependency: es-module-lexer@1.5.4
  • Dependency: es5-ext@0.10.64
  • Dependency: es6-iterator@2.0.3
  • Dependency: es6-symbol@3.1.4
  • Dependency: es6-weak-map@2.0.3
  • Dependency: esbuild-linux-64@0.14.54
  • Dependency: escape-html@1.0.3
  • Dependency: escape-string-regexp@1.0.5
  • Dependency: eslint-scope@5.1.1
  • Dependency: esniff@2.0.1
  • Dependency: esprima@1.0.4
  • Dependency: esrecurse@4.3.0
  • Dependency: estraverse@4.3.0
  • Dependency: estraverse@5.3.0
  • Dependency: etag@1.8.1
  • Dependency: event-emitter@0.3.5
  • Dependency: eventemitter2@0.4.14
  • Dependency: events@3.3.0
  • Dependency: exit@0.1.2
  • Dependency: expand-tilde@2.0.2
  • Dependency: ext@1.7.0
  • Dependency: extend@3.0.2
  • Dependency: extend-shallow@3.0.2
  • Dependency: extract-zip@2.0.1
  • Dependency: fancy-log@2.0.0
  • Dependency: fast-deep-equal@3.1.3
  • Dependency: fast-fifo@1.3.2
  • Dependency: fast-glob@3.3.2
  • Dependency: fast-json-stable-stringify@2.1.0
  • Dependency: fast-levenshtein@3.0.0
  • Dependency: fastest-levenshtein@1.0.16
  • Dependency: fastq@1.17.1
  • Dependency: fd-slicer@1.1.0
  • Dependency: fill-range@7.1.1
  • Dependency: finalhandler@1.3.1
  • Dependency: find-up@4.1.0
  • Dependency: findup-sync@0.1.3
  • Dependency: findup-sync@5.0.0
  • Dependency: fined@2.0.0
  • Dependency: flagged-respawn@2.0.0
  • Dependency: flat@5.0.2
  • Dependency: flatnest@1.0.1
  • Dependency: fontawesome@5.6.3
  • Dependency: for-in@1.0.2
  • Dependency: for-own@1.0.0
  • Dependency: forwarded@0.2.0
  • Dependency: fraction.js@4.3.7
  • Dependency: fresh@0.5.2
  • Dependency: fs-mkdirp-stream@2.0.1
  • Dependency: fs.realpath@1.0.0
  • Dependency: fsevents@2.3.3
  • Dependency: function-bind@1.1.2
  • Dependency: generate-function@2.3.1
  • Dependency: get-caller-file@2.0.5
  • Dependency: get-stream@5.2.0
  • Dependency: glob@3.1.21
  • Dependency: glob@3.2.11
  • Dependency: glob@7.2.3
  • Dependency: glob-parent@5.1.2
  • Dependency: glob-parent@6.0.2
  • Dependency: glob-stream@8.0.2
  • Dependency: glob-to-regexp@0.4.1
  • Dependency: glob-watcher@6.0.0
  • Dependency: global-modules@1.0.0
  • Dependency: global-prefix@1.0.2
  • Dependency: glogg@1.0.2
  • Dependency: glogg@2.2.0
  • Dependency: got@11.8.6
  • Dependency: graceful-fs@1.2.3
  • Dependency: graceful-fs@4.2.11
  • Dependency: grunt-contrib-clean@0.5.0
  • Dependency: grunt-contrib-concat@0.3.0
  • Dependency: grunt-contrib-copy@0.5.0
  • Dependency: grunt-contrib-cssmin@0.6.1
  • Dependency: grunt-contrib-uglify@0.2.4
  • Dependency: grunt-css-url-replace@0.2.7
  • Dependency: grunt-legacy-log@0.1.3
  • Dependency: grunt-legacy-log-utils@0.1.1
  • Dependency: grunt-legacy-util@0.2.0
  • Dependency: grunt-lib-contrib@0.6.1
  • Dependency: gulp@5.0.0
  • Dependency: gulp-autoprefixer@9.0.0
  • Dependency: gulp-clean-css@4.3.0
  • Dependency: gulp-cli@3.0.0
  • Dependency: gulp-concat@2.6.1
  • Dependency: gulp-file-include@2.3.0
  • Dependency: gulp-ignore@3.0.0
  • Dependency: gulp-match@1.1.0
  • Dependency: gulp-plugin-extras@0.2.2
  • Dependency: gulp-postcss@10.0.0
  • Dependency: gulp-rename@2.0.0
  • Dependency: gulp-replace@1.1.4
  • Dependency: gulp-sourcemaps@3.0.0
  • Dependency: gulp-uglify@3.0.2
  • Dependency: gulplog@1.0.0
  • Dependency: gulplog@2.2.0
  • Dependency: has-flag@4.0.0
  • Dependency: has-gulplog@0.1.0
  • Dependency: has-property-descriptors@1.0.2
  • Dependency: hasown@2.0.2
  • Dependency: homedir-polyfill@1.0.3
  • Dependency: hooker@0.2.3
  • Dependency: hpagent@0.1.2
  • Dependency: http-cache-semantics@4.1.1
  • Dependency: http-errors@2.0.0
  • Dependency: http2-wrapper@1.0.3
  • Dependency: iconv-lite@0.2.11
  • Dependency: iconv-lite@0.4.24
  • Dependency: iconv-lite@0.6.3
  • Dependency: ieee754@1.2.1
  • Dependency: import-local@3.2.0
  • Dependency: inflight@1.0.6
  • Dependency: inherits@1.0.2
  • Dependency: inherits@2.0.4
  • Dependency: ini@1.3.8
  • Dependency: interpret@3.1.1
  • Dependency: ipaddr.js@1.9.1
  • Dependency: is-absolute@1.0.0
  • Dependency: is-binary-path@2.1.0
  • Dependency: is-extendable@1.0.1
  • Dependency: is-extglob@2.1.1
  • Dependency: is-fullwidth-code-point@3.0.0
  • Dependency: is-glob@4.0.3
  • Dependency: is-negated-glob@1.0.0
  • Dependency: is-number@7.0.0
  • Dependency: is-path-cwd@3.0.0
  • Dependency: is-path-inside@4.0.0
  • Dependency: is-plain-object@2.0.4
  • Dependency: is-plain-object@5.0.0
  • Dependency: is-promise@2.2.2
  • Dependency: is-property@1.0.2
  • Dependency: is-relative@1.0.0
  • Dependency: is-unc-path@1.0.0
  • Dependency: is-valid-glob@1.0.0
  • Dependency: is-windows@1.0.2
  • Dependency: isarray@1.0.0
  • Dependency: isexe@2.0.0
  • Dependency: isobject@3.0.1
  • Dependency: istextorbinary@3.3.0
  • Dependency: jest-worker@27.5.1
  • Dependency: json-buffer@3.0.1
  • Dependency: json-parse-even-better-errors@2.3.1
  • Dependency: json-schema-traverse@0.4.1
  • Dependency: json5@2.2.3
  • Dependency: kareem@2.6.3
  • Dependency: keypress@0.1.0
  • Dependency: keyv@4.5.4
  • Dependency: kind-of@6.0.3
  • Dependency: last-run@2.0.0
  • Dependency: lead@4.0.0
  • Dependency: liftoff@5.0.0
  • Dependency: loader-runner@4.3.0
  • Dependency: locate-path@5.0.0
  • Dependency: lodash.clonedeep@4.5.0
  • Dependency: lodash.debounce@4.0.8
  • Dependency: lodash.throttle@4.1.1
  • Dependency: long@5.2.3
  • Dependency: lowercase-keys@2.0.0
  • Dependency: lru-cache@2.7.3
  • Dependency: lru-cache@7.18.3
  • Dependency: lru-queue@0.1.0
  • Dependency: make-error@1.3.6
  • Dependency: make-error-cause@1.2.2
  • Dependency: map-cache@0.2.2
  • Dependency: media-typer@0.3.0
  • Dependency: memoizee@0.4.17
  • Dependency: memory-pager@1.5.0
  • Dependency: merge-descriptors@1.0.3
  • Dependency: merge-stream@2.0.0
  • Dependency: merge2@1.4.1
  • Dependency: methods@1.1.2
  • Dependency: mime@1.6.0
  • Dependency: mime-db@1.52.0
  • Dependency: mime-types@2.1.35
  • Dependency: mimic-response@1.0.1
  • Dependency: mimic-response@3.1.0
  • Dependency: minimatch@3.1.2
  • Dependency: mongodb-connection-string-url@3.0.1
  • Dependency: mpath@0.9.0
  • Dependency: mquery@5.0.0
  • Dependency: ms@2.0.0
  • Dependency: ms@2.1.3
  • Dependency: mute-stdout@2.0.0
  • Dependency: mysql@2.18.1
  • Dependency: named-placeholders@1.1.3
  • Dependency: negotiator@0.6.3
  • Dependency: neo-async@2.6.2
  • Dependency: next-tick@1.1.0
  • Dependency: ngrok@5.0.0-beta.2
  • Dependency: nopt@1.0.10
  • Dependency: normalize-path@2.1.1
  • Dependency: normalize-path@3.0.0
  • Dependency: normalize-range@0.1.2
  • Dependency: normalize-url@6.1.0
  • Dependency: now-and-later@3.0.0
  • Dependency: object-assign@4.1.1
  • Dependency: object.defaults@1.1.0
  • Dependency: object.pick@1.3.0
  • Dependency: on-finished@2.4.1
  • Dependency: once@1.4.0
  • Dependency: p-cancelable@2.1.1
  • Dependency: p-limit@2.3.0
  • Dependency: p-locate@4.1.0
  • Dependency: p-try@2.2.0
  • Dependency: parse-filepath@1.0.2
  • Dependency: parse-passwd@1.0.0
  • Dependency: parseurl@1.3.3
  • Dependency: path-exists@4.0.0
  • Dependency: path-is-absolute@1.0.1
  • Dependency: path-key@3.1.1
  • Dependency: path-parse@1.0.7
  • Dependency: path-root@0.1.1
  • Dependency: path-root-regex@0.1.2
  • Dependency: pend@1.2.0
  • Dependency: picocolors@0.2.1
  • Dependency: picomatch@2.3.1
  • Dependency: pkg-dir@4.2.0
  • Dependency: plugin-error@1.0.1
  • Dependency: plugin-error@2.0.1
  • Dependency: postcss-clamp@4.1.0
  • Dependency: postcss-color-hex-alpha@10.0.0
  • Dependency: postcss-color-rebeccapurple@10.0.0
  • Dependency: postcss-double-position-gradients@6.0.0
  • Dependency: postcss-font-variant@5.0.0
  • Dependency: postcss-gap-properties@6.0.0
  • Dependency: postcss-image-set-function@7.0.0
  • Dependency: postcss-load-config@5.1.0
  • Dependency: postcss-logical@8.0.0
  • Dependency: postcss-opacity-percentage@3.0.0
  • Dependency: postcss-overflow-shorthand@6.0.0
  • Dependency: postcss-page-break@3.0.4
  • Dependency: postcss-place@10.0.0
  • Dependency: postcss-replace-overflow-wrap@4.0.0
  • Dependency: postcss-value-parser@4.2.0
  • Dependency: process-nextick-args@2.0.1
  • Dependency: proxy-addr@2.0.7
  • Dependency: punycode@2.3.1
  • Dependency: qs@6.13.0
  • Dependency: queue-microtask@1.2.3
  • Dependency: queue-tick@1.0.1
  • Dependency: quick-lru@5.1.1
  • Dependency: randombytes@2.1.0
  • Dependency: range-parser@1.2.1
  • Dependency: raw-body@2.5.2
  • Dependency: readable-stream@2.3.7
  • Dependency: readable-stream@2.3.8
  • Dependency: readable-stream@3.6.2
  • Dependency: readdirp@3.6.0
  • Dependency: rechoir@0.8.0
  • Dependency: remove-trailing-separator@1.1.0
  • Dependency: rename@1.0.4
  • Dependency: replace-ext@1.0.1
  • Dependency: replace-ext@2.0.0
  • Dependency: replace-homedir@2.0.0
  • Dependency: replacestream@4.0.3
  • Dependency: require-directory@2.1.1
  • Dependency: resolve@1.22.8
  • Dependency: resolve-alpn@1.2.1
  • Dependency: resolve-cwd@3.0.0
  • Dependency: resolve-dir@1.0.1
  • Dependency: resolve-from@5.0.0
  • Dependency: resolve-options@2.0.0
  • Dependency: responselike@2.0.1
  • Dependency: reusify@1.0.4
  • Dependency: rimraf@2.2.8
  • Dependency: run-parallel@1.2.0
  • Dependency: safe-buffer@5.1.2
  • Dependency: safe-buffer@5.2.1
  • Dependency: safer-buffer@2.1.2
  • Dependency: schema-utils@3.3.0
  • Dependency: semver@6.3.1
  • Dependency: semver-greatest-satisfied-range@2.0.0
  • Dependency: send@0.19.0
  • Dependency: seq-queue@0.0.5
  • Dependency: serialize-javascript@6.0.2
  • Dependency: serve-static@1.16.2
  • Dependency: set-function-length@1.2.2
  • Dependency: setprototypeof@1.2.0
  • Dependency: shallow-clone@3.0.1
  • Dependency: shebang-command@2.0.0
  • Dependency: shebang-regex@3.0.0
  • Dependency: side-channel@1.0.6
  • Dependency: sift@17.1.3
  • Dependency: sigmund@1.0.1
  • Dependency: source-map@0.1.34
  • Dependency: source-map@0.5.7
  • Dependency: source-map@0.6.1
  • Dependency: source-map-js@1.2.1
  • Dependency: source-map-resolve@0.6.0
  • Dependency: source-map-support@0.5.21
  • Dependency: sparkles@1.0.1
  • Dependency: sparkles@2.1.0
  • Dependency: sparse-bitfield@3.0.3
  • Dependency: sqlstring@2.3.1
  • Dependency: sqlstring@2.3.3
  • Dependency: statuses@2.0.1
  • Dependency: stream-composer@1.0.2
  • Dependency: stream-exhaust@1.0.2
  • Dependency: string-width@4.2.3
  • Dependency: string_decoder@1.1.1
  • Dependency: string_decoder@1.3.0
  • Dependency: strip-ansi@6.0.1
  • Dependency: strip-bom-string@1.0.0
  • Dependency: supports-color@7.2.0
  • Dependency: supports-color@8.1.1
  • Dependency: supports-preserve-symlinks-flag@1.0.0
  • Dependency: sver@1.8.4
  • Dependency: tapable@2.2.1
  • Dependency: teex@1.0.1
  • Dependency: terser-webpack-plugin@5.3.10
  • Dependency: textextensions@3.3.0
  • Dependency: through2@2.0.5
  • Dependency: through2@3.0.1
  • Dependency: through2@4.0.2
  • Dependency: timers-ext@0.1.8
  • Dependency: to-regex-range@5.0.1
  • Dependency: to-through@3.0.0
  • Dependency: toidentifier@1.0.1
  • Dependency: tr46@4.1.1
  • Dependency: type@2.7.3
  • Dependency: type-is@1.6.18
  • Dependency: typedarray@0.0.6
  • Dependency: uglify@0.1.5
  • Dependency: uglify-to-browserify@1.0.2
  • Dependency: unc-path-regex@0.1.2
  • Dependency: undertaker@2.0.0
  • Dependency: undertaker-registry@2.0.0
  • Dependency: unpipe@1.0.0
  • Dependency: uri-js@4.4.1
  • Dependency: util-deprecate@1.0.2
  • Dependency: utils-merge@1.0.1
  • Dependency: uuid@8.3.2
  • Dependency: v8flags@4.0.1
  • Dependency: value-or-function@4.0.0
  • Dependency: vary@1.1.2
  • Dependency: vinyl@2.2.1
  • Dependency: vinyl@3.0.0
  • Dependency: vinyl-contents@2.0.0
  • Dependency: vinyl-fs@4.0.0
  • Dependency: vinyl-sourcemap@2.0.0
  • Dependency: vinyl-sourcemaps-apply@0.2.1
  • Dependency: watchpack@2.4.2
  • Dependency: webidl-conversions@7.0.0
  • Dependency: webpack-cli@5.1.4
  • Dependency: webpack-merge@5.10.0
  • Dependency: webpack-sources@3.2.3
  • Dependency: whatwg-url@13.0.0
  • Dependency: which@1.0.9
  • Dependency: which@1.3.1
  • Dependency: which@2.0.2
  • Dependency: wildcard@2.0.1
  • Dependency: window-size@0.1.0
  • Dependency: wordwrap@0.0.2
  • Dependency: wrap-ansi@7.0.0
  • Dependency: wrappy@1.0.2
  • Dependency: xtend@4.0.2
  • Dependency: y18n@5.0.8
  • Dependency: yargs@16.2.0
  • Dependency: yargs@3.5.4
  • Dependency: yargs-parser@20.2.9
  • Dependency: yargs-parser@21.1.1
  • Dependency: yauzl@2.10.0
  • Dependency: zlib-browserify@0.0.1
  • Dependency: @ampproject/remapping@2.3.0
  • Dependency: @babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2
  • Dependency: @babel/plugin-syntax-async-generators@7.8.4
  • Dependency: @babel/plugin-syntax-bigint@7.8.3
  • Dependency: @babel/plugin-syntax-class-properties@7.12.13
  • Dependency: @babel/plugin-syntax-class-static-block@7.14.5
  • Dependency: @babel/plugin-syntax-import-meta@7.10.4
  • Dependency: @babel/plugin-syntax-json-strings@7.8.3
  • Dependency: @babel/plugin-syntax-logical-assignment-operators@7.10.4
  • Dependency: @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
  • Dependency: @babel/plugin-syntax-numeric-separator@7.10.4
  • Dependency: @babel/plugin-syntax-object-rest-spread@7.8.3
  • Dependency: @babel/plugin-syntax-optional-catch-binding@7.8.3
  • Dependency: @babel/plugin-syntax-optional-chaining@7.8.3
  • Dependency: @babel/plugin-syntax-private-property-in-object@7.14.5
  • Dependency: @babel/plugin-syntax-top-level-await@7.14.5
  • Dependency: @babel/plugin-syntax-unicode-sets-regex@7.18.6
  • Dependency: @babel/preset-modules@0.1.6-no-external-plugins
  • Dependency: @bcoe/v8-coverage@0.2.3
  • Dependency: @istanbuljs/load-nyc-config@1.1.0
  • Dependency: @istanbuljs/schema@0.1.3
  • Dependency: @jest/console@29.7.0
  • Dependency: @jest/core@29.7.0
  • Dependency: @jest/environment@29.7.0
  • Dependency: @jest/expect@29.7.0
  • Dependency: @jest/expect-utils@29.7.0
  • Dependency: @jest/fake-timers@29.7.0
  • Dependency: @jest/globals@29.7.0
  • Dependency: @jest/reporters@29.7.0
  • Dependency: @jest/schemas@29.6.3
  • Dependency: @jest/source-map@29.6.3
  • Dependency: @jest/test-result@29.7.0
  • Dependency: @jest/test-sequencer@29.7.0
  • Dependency: @jest/transform@29.7.0
  • Dependency: @jest/types@29.6.3
  • Dependency: @opentelemetry/api@1.9.0
  • Dependency: @opentelemetry/api-logs@0.52.1
  • Dependency: @opentelemetry/instrumentation@0.52.1
  • Dependency: @opentelemetry/redis-common@0.36.2
  • Dependency: @opentelemetry/semantic-conventions@1.27.0
  • Dependency: @opentelemetry/sql-common@0.40.1
  • Dependency: @prisma/instrumentation@5.19.1
  • Dependency: @sinclair/typebox@0.27.8
  • Dependency: @sindresorhus/merge-streams@2.3.0
  • Dependency: @sinonjs/commons@3.0.1
  • Dependency: @sinonjs/fake-timers@10.3.0
  • Dependency: @types/babel__core@7.20.5
  • Dependency: @types/babel__generator@7.6.8
  • Dependency: @types/babel__template@7.4.4
  • Dependency: @types/babel__traverse@7.20.6
  • Dependency: @types/connect@3.4.36
  • Dependency: @types/estree@1.0.6
  • Dependency: @types/graceful-fs@4.1.9
  • Dependency: @types/istanbul-lib-coverage@2.0.6
  • Dependency: @types/istanbul-lib-report@3.0.3
  • Dependency: @types/istanbul-reports@3.0.4
  • Dependency: @types/mysql@2.15.26
  • Dependency: @types/pg@8.6.1
  • Dependency: @types/pg-pool@2.0.6
  • Dependency: @types/shimmer@1.2.0
  • Dependency: @types/stack-utils@2.0.3
  • Dependency: @types/yargs@17.0.33
  • Dependency: @types/yargs-parser@21.0.3
  • Dependency: ansi-escapes@4.3.2
  • Dependency: ansi-gray@0.1.1
  • Dependency: ansi-styles@5.2.0
  • Dependency: anymatch@1.3.2
  • Dependency: anymatch@2.0.0
  • Dependency: argparse@1.0.10
  • Dependency: arr-diff@2.0.0
  • Dependency: arr-flatten@1.1.0
  • Dependency: array-unique@0.2.1
  • Dependency: array-unique@0.3.2
  • Dependency: async-each@1.0.6
  • Dependency: aws-ssl-profiles@1.1.2
  • Dependency: b4a@1.6.7
  • Dependency: babel-jest@29.7.0
  • Dependency: babel-plugin-istanbul@6.1.1
  • Dependency: babel-plugin-jest-hoist@29.6.3
  • Dependency: babel-plugin-polyfill-corejs3@0.10.6
  • Dependency: babel-preset-current-node-syntax@1.1.0
  • Dependency: babel-preset-jest@29.6.3
  • Dependency: bare-events@2.5.0
  • Dependency: base@0.11.2
  • Dependency: binary-extensions@1.13.1
  • Dependency: bindings@1.5.0
  • Dependency: bser@2.1.1
  • Dependency: cache-base@1.0.1
  • Dependency: callsites@3.1.0
  • Dependency: camelcase@5.3.1
  • Dependency: camelcase@6.3.0
  • Dependency: char-regex@1.0.2
  • Dependency: chokidar@2.1.8
  • Dependency: ci-info@3.9.0
  • Dependency: cjs-module-lexer@1.4.1
  • Dependency: class-utils@0.3.6
  • Dependency: cliui@8.0.1
  • Dependency: clone@1.0.4
  • Dependency: clone-stats@0.0.1
  • Dependency: co@4.6.0
  • Dependency: collect-v8-coverage@1.0.2
  • Dependency: collection-visit@1.0.0
  • Dependency: component-emitter@1.3.1
  • Dependency: cookie@0.7.2
  • Dependency: cookie-parser@1.4.7
  • Dependency: copy-descriptor@0.1.1
  • Dependency: create-jest@29.7.0
  • Dependency: dedent@1.5.3
  • Dependency: deepmerge@4.3.1
  • Dependency: define-property@0.2.5
  • Dependency: define-property@1.0.0
  • Dependency: define-property@2.0.2
  • Dependency: del@8.0.0
  • Dependency: detect-libc@2.0.3
  • Dependency: detect-newline@3.1.0
  • Dependency: diff-sequences@29.6.3
  • Dependency: emittery@0.13.1
  • Dependency: envinfo@7.14.0
  • Dependency: error-ex@1.3.2
  • Dependency: escalade@3.2.0
  • Dependency: escape-string-regexp@2.0.0
  • Dependency: esprima@4.0.1
  • Dependency: esutils@2.0.3
  • Dependency: execa@5.1.1
  • Dependency: expand-brackets@0.1.5
  • Dependency: expand-brackets@2.1.4
  • Dependency: expand-range@1.8.2
  • Dependency: expect@29.7.0
  • Dependency: extend-shallow@2.0.1
  • Dependency: extglob@0.3.2
  • Dependency: extglob@2.0.4
  • Dependency: fancy-log@1.3.2
  • Dependency: fb-watchman@2.0.2
  • Dependency: file-uri-to-path@1.0.0
  • Dependency: filename-regex@2.0.1
  • Dependency: fill-range@2.2.4
  • Dependency: fill-range@4.0.0
  • Dependency: first-chunk-stream@2.0.0
  • Dependency: for-own@0.1.5
  • Dependency: fragment-cache@0.2.1
  • Dependency: fsevents@1.2.13
  • Dependency: gensync@1.0.0-beta.2
  • Dependency: get-package-type@0.1.0
  • Dependency: get-stream@6.0.1
  • Dependency: get-value@2.0.6
  • Dependency: glob-base@0.3.0
  • Dependency: glob-parent@2.0.0
  • Dependency: glob-parent@3.1.0
  • Dependency: globals@11.12.0
  • Dependency: globby@14.0.2
  • Dependency: gulp-babel@8.0.0
  • Dependency: gulp-watch@5.0.1
  • Dependency: has-value@0.3.1
  • Dependency: has-value@1.0.0
  • Dependency: has-values@0.1.4
  • Dependency: has-values@1.0.0
  • Dependency: html-escaper@2.0.2
  • Dependency: human-signals@2.1.0
  • Dependency: ignore@5.3.2
  • Dependency: imurmurhash@0.1.4
  • Dependency: is-accessor-descriptor@1.0.1
  • Dependency: is-arrayish@0.2.1
  • Dependency: is-binary-path@1.0.1
  • Dependency: is-buffer@1.1.6
  • Dependency: is-core-module@2.15.1
  • Dependency: is-data-descriptor@1.0.1
  • Dependency: is-descriptor@0.1.7
  • Dependency: is-descriptor@1.0.3
  • Dependency: is-dotfile@1.0.3
  • Dependency: is-equal-shallow@0.1.3
  • Dependency: is-extendable@0.1.1
  • Dependency: is-extglob@1.0.0
  • Dependency: is-generator-fn@2.1.0
  • Dependency: is-glob@2.0.1
  • Dependency: is-glob@3.1.0
  • Dependency: is-number@2.1.0
  • Dependency: is-number@3.0.0
  • Dependency: is-number@4.0.0
  • Dependency: is-posix-bracket@0.1.1
  • Dependency: is-primitive@2.0.0
  • Dependency: is-stream@2.0.1
  • Dependency: is-utf8@0.2.1
  • Dependency: isobject@2.1.0
  • Dependency: istanbul-lib-coverage@3.2.2
  • Dependency: istanbul-lib-instrument@5.2.1
  • Dependency: istanbul-lib-instrument@6.0.3
  • Dependency: istanbul-lib-report@3.0.1
  • Dependency: istanbul-lib-source-maps@4.0.1
  • Dependency: istanbul-reports@3.1.7
  • Dependency: jest@29.7.0
  • Dependency: jest-changed-files@29.7.0
  • Dependency: jest-circus@29.7.0
  • Dependency: jest-cli@29.7.0
  • Dependency: jest-config@29.7.0
  • Dependency: jest-diff@29.7.0
  • Dependency: jest-docblock@29.7.0
  • Dependency: jest-each@29.7.0
  • Dependency: jest-environment-node@29.7.0
  • Dependency: jest-get-type@29.6.3
  • Dependency: jest-haste-map@29.7.0
  • Dependency: jest-leak-detector@29.7.0
  • Dependency: jest-matcher-utils@29.7.0
  • Dependency: jest-message-util@29.7.0
  • Dependency: jest-mock@29.7.0
  • Dependency: jest-pnp-resolver@1.2.3
  • Dependency: jest-regex-util@29.6.3
  • Dependency: jest-resolve@29.7.0
  • Dependency: jest-resolve-dependencies@29.7.0
  • Dependency: jest-runner@29.7.0
  • Dependency: jest-runtime@29.7.0
  • Dependency: jest-snapshot@29.7.0
  • Dependency: jest-util@29.7.0
  • Dependency: jest-validate@29.7.0
  • Dependency: jest-watcher@29.7.0
  • Dependency: jest-worker@29.7.0
  • Dependency: js-tokens@4.0.0
  • Dependency: js-yaml@3.14.1
  • Dependency: jsesc@3.0.2
  • Dependency: kind-of@3.2.2
  • Dependency: kind-of@4.0.0
  • Dependency: kleur@3.0.3
  • Dependency: leven@3.1.0
  • Dependency: lines-and-columns@1.2.4
  • Dependency: lru-cache@5.1.1
  • Dependency: lru.min@1.1.1
  • Dependency: make-dir@4.0.0
  • Dependency: makeerror@1.0.12
  • Dependency: map-visit@1.0.0
  • Dependency: math-random@1.0.4
  • Dependency: micromatch@4.0.8
  • Dependency: mimic-fn@2.1.0
  • Dependency: mixin-deep@1.3.2
  • Dependency: module-details-from-path@1.0.3
  • Dependency: nanomatch@1.2.13
  • Dependency: natural-compare@1.4.0
  • Dependency: node-int64@0.4.0
  • Dependency: npm-run-path@4.0.1
  • Dependency: object-copy@0.1.0
  • Dependency: object-visit@1.0.1
  • Dependency: object.omit@2.0.1
  • Dependency: onetime@5.1.2
  • Dependency: p-limit@3.1.0
  • Dependency: parse-glob@3.0.4
  • Dependency: parse-json@5.2.0
  • Dependency: pascalcase@0.1.1
  • Dependency: path-dirname@1.0.2
  • Dependency: path-type@5.0.0
  • Dependency: pg-int8@1.0.1
  • Dependency: pg-protocol@1.7.0
  • Dependency: pg-types@2.2.0
  • Dependency: pify@2.3.0
  • Dependency: pinkie@2.0.4
  • Dependency: pinkie-promise@2.0.1
  • Dependency: pirates@4.0.6
  • Dependency: posix-character-classes@0.1.1
  • Dependency: postgres-array@2.0.0
  • Dependency: postgres-bytea@1.0.0
  • Dependency: postgres-date@1.0.7
  • Dependency: postgres-interval@1.2.0
  • Dependency: preserve@0.2.0
  • Dependency: pretty-format@29.7.0
  • Dependency: prompts@2.4.2
  • Dependency: pump@3.0.2
  • Dependency: pure-rand@6.1.0
  • Dependency: randomatic@3.1.1
  • Dependency: react-is@18.3.1
  • Dependency: readdirp@2.2.1
  • Dependency: regenerate@1.4.2
  • Dependency: regenerate-unicode-properties@10.2.0
  • Dependency: regenerator-runtime@0.14.1
  • Dependency: regenerator-transform@0.15.2
  • Dependency: regex-cache@0.4.4
  • Dependency: regex-not@1.0.2
  • Dependency: regjsgen@0.8.0
  • Dependency: repeat-element@1.1.4
  • Dependency: repeat-string@1.6.1
  • Dependency: replace-ext@0.0.1
  • Dependency: require-in-the-middle@7.4.0
  • Dependency: resolve-url@0.2.1
  • Dependency: ret@0.1.15
  • Dependency: safe-regex@1.1.0
  • Dependency: semver@7.6.3
  • Dependency: set-value@2.0.1
  • Dependency: shimmer@1.2.1
  • Dependency: signal-exit@3.0.7
  • Dependency: sisteransi@1.0.5
  • Dependency: slash@1.0.0
  • Dependency: slash@3.0.0
  • Dependency: slash@5.1.0
  • Dependency: snapdragon@0.8.2
  • Dependency: snapdragon-node@2.1.1
  • Dependency: snapdragon-util@3.0.1
  • Dependency: source-map-resolve@0.5.3
  • Dependency: source-map-support@0.5.13
  • Dependency: source-map-url@0.4.1
  • Dependency: split-string@3.1.0
  • Dependency: sprintf-js@1.0.3
  • Dependency: stack-utils@2.0.6
  • Dependency: static-extend@0.1.2
  • Dependency: string-length@4.0.2
  • Dependency: strip-bom@2.0.0
  • Dependency: strip-bom@4.0.0
  • Dependency: strip-bom-stream@2.0.0
  • Dependency: strip-final-newline@2.0.0
  • Dependency: strip-json-comments@3.1.1
  • Dependency: test-exclude@6.0.0
  • Dependency: through2@3.0.2
  • Dependency: time-stamp@1.1.0
  • Dependency: tmpl@1.0.5
  • Dependency: to-object-path@0.3.0
  • Dependency: to-regex@3.0.2
  • Dependency: to-regex-range@2.1.1
  • Dependency: type-detect@4.0.8
  • Dependency: type-fest@0.21.3
  • Dependency: uglify-js@3.19.3
  • Dependency: unicode-canonical-property-names-ecmascript@2.0.1
  • Dependency: unicode-match-property-ecmascript@2.0.0
  • Dependency: unicode-match-property-value-ecmascript@2.2.0
  • Dependency: unicode-property-aliases-ecmascript@2.1.0
  • Dependency: unicorn-magic@0.1.0
  • Dependency: union-value@1.0.1
  • Dependency: unset-value@1.0.0
  • Dependency: upath@1.2.0
  • Dependency: update-browserslist-db@1.1.1
  • Dependency: urix@0.1.0
  • Dependency: use@3.1.1
  • Dependency: v8-to-istanbul@9.3.0
  • Dependency: vinyl@1.2.0
  • Dependency: vinyl-file@2.0.0
  • Dependency: walker@1.0.8
  • Dependency: write-file-atomic@4.0.2
  • Dependency: yallist@3.1.1
  • Dependency: yargs@17.7.2
  • Dependency: yocto-queue@0.1.0
  • Dependency: cookie@0.7.1
  • Dependency: @babel/helper-annotate-as-pure@7.25.9
  • Dependency: @babel/helper-compilation-targets@7.25.9
  • Dependency: @babel/helper-create-class-features-plugin@7.25.9
  • Dependency: @babel/helper-member-expression-to-functions@7.25.9
  • Dependency: @babel/helper-module-imports@7.25.9
  • Dependency: @babel/helper-module-transforms@7.26.0
  • Dependency: @babel/helper-optimise-call-expression@7.25.9
  • Dependency: @babel/helper-plugin-utils@7.25.9
  • Dependency: @babel/helper-remap-async-to-generator@7.25.9
  • Dependency: @babel/helper-replace-supers@7.25.9
  • Dependency: @babel/helper-skip-transparent-expression-wrappers@7.25.9
  • Dependency: @babel/helper-string-parser@7.25.9
  • Dependency: @babel/helper-validator-identifier@7.25.9
  • Dependency: @babel/helper-validator-option@7.25.9
  • Dependency: @babel/helper-wrap-function@7.25.9
  • Dependency: @babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9
  • Dependency: @babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.9
  • Dependency: @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9
  • Dependency: @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9
  • Dependency: @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.9
  • Dependency: @babel/plugin-syntax-import-assertions@7.26.0
  • Dependency: @babel/plugin-syntax-import-attributes@7.26.0
  • Dependency: @babel/plugin-transform-arrow-functions@7.25.9
  • Dependency: @babel/plugin-transform-async-generator-functions@7.25.9
  • Dependency: @babel/plugin-transform-async-to-generator@7.25.9
  • Dependency: @babel/plugin-transform-block-scoped-functions@7.25.9
  • Dependency: @babel/plugin-transform-block-scoping@7.25.9
  • Dependency: @babel/plugin-transform-class-properties@7.25.9
  • Dependency: @babel/plugin-transform-class-static-block@7.26.0
  • Dependency: @babel/plugin-transform-classes@7.25.9
  • Dependency: @babel/plugin-transform-computed-properties@7.25.9
  • Dependency: @babel/plugin-transform-destructuring@7.25.9
  • Dependency: @babel/plugin-transform-dotall-regex@7.25.9
  • Dependency: @babel/plugin-transform-duplicate-keys@7.25.9
  • Dependency: @babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.9
  • Dependency: @babel/plugin-transform-dynamic-import@7.25.9
  • Dependency: @babel/plugin-transform-export-namespace-from@7.25.9
  • Dependency: @babel/plugin-transform-for-of@7.25.9
  • Dependency: @babel/plugin-transform-function-name@7.25.9
  • Dependency: @babel/plugin-transform-json-strings@7.25.9
  • Dependency: @babel/plugin-transform-literals@7.25.9
  • Dependency: @babel/plugin-transform-logical-assignment-operators@7.25.9
  • Dependency: @babel/plugin-transform-member-expression-literals@7.25.9
  • Dependency: @babel/plugin-transform-modules-amd@7.25.9
  • Dependency: @babel/plugin-transform-modules-systemjs@7.25.9
  • Dependency: @babel/plugin-transform-modules-umd@7.25.9
  • Dependency: @babel/plugin-transform-named-capturing-groups-regex@7.25.9
  • Dependency: @babel/plugin-transform-new-target@7.25.9
  • Dependency: @babel/plugin-transform-nullish-coalescing-operator@7.25.9
  • Dependency: @babel/plugin-transform-numeric-separator@7.25.9
  • Dependency: @babel/plugin-transform-object-rest-spread@7.25.9
  • Dependency: @babel/plugin-transform-object-super@7.25.9
  • Dependency: @babel/plugin-transform-optional-catch-binding@7.25.9
  • Dependency: @babel/plugin-transform-optional-chaining@7.25.9
  • Dependency: @babel/plugin-transform-parameters@7.25.9
  • Dependency: @babel/plugin-transform-private-methods@7.25.9
  • Dependency: @babel/plugin-transform-private-property-in-object@7.25.9
  • Dependency: @babel/plugin-transform-property-literals@7.25.9
  • Dependency: @babel/plugin-transform-regenerator@7.25.9
  • Dependency: @babel/plugin-transform-regexp-modifiers@7.26.0
  • Dependency: @babel/plugin-transform-reserved-words@7.25.9
  • Dependency: @babel/plugin-transform-shorthand-properties@7.25.9
  • Dependency: @babel/plugin-transform-spread@7.25.9
  • Dependency: @babel/plugin-transform-sticky-regex@7.25.9
  • Dependency: @babel/plugin-transform-template-literals@7.25.9
  • Dependency: @babel/plugin-transform-typeof-symbol@7.25.9
  • Dependency: @babel/plugin-transform-unicode-escapes@7.25.9
  • Dependency: @babel/plugin-transform-unicode-property-regex@7.25.9
  • Dependency: @babel/plugin-transform-unicode-regex@7.25.9
  • Dependency: @babel/plugin-transform-unicode-sets-regex@7.25.9
  • Dependency: @babel/preset-env@7.26.0
  • Dependency: @babel/runtime@7.26.0
  • Dependency: @babel/template@7.25.9
  • Dependency: @csstools/postcss-cascade-layers@5.0.1
  • Dependency: @csstools/postcss-is-pseudo-class@5.0.1
  • Dependency: @csstools/postcss-scope-pseudo-class@4.0.1
  • Dependency: @csstools/selector-resolve-nested@3.0.0
  • Dependency: @csstools/selector-specificity@5.0.0
  • Dependency: css-blank-pseudo@7.0.1
  • Dependency: postcss-attribute-case-insensitive@7.0.1
  • Dependency: postcss-dir-pseudo-class@9.0.1
  • Dependency: postcss-focus-visible@10.0.1
  • Dependency: postcss-focus-within@9.0.1
  • Dependency: postcss-nesting@13.0.1
  • Dependency: postcss-pseudo-class-any-link@10.0.1
  • Dependency: postcss-selector-not@8.0.1
  • Dependency: postcss-selector-parser@7.0.0
  • Dependency: @types/eslint@9.6.1
  • Dependency: @types/eslint-scope@3.7.7
  • Dependency: acorn@8.14.0
  • Dependency: @testing-library/dom@10.4.0
  • Dependency: @tootallnate/once@2.0.0
  • Dependency: @types/aria-query@5.0.4
  • Dependency: @types/jsdom@20.0.1
  • Dependency: @types/tough-cookie@4.0.5
  • Dependency: abab@2.0.6
  • Dependency: acorn-globals@7.0.1
  • Dependency: acorn-walk@8.3.4
  • Dependency: agent-base@6.0.2
  • Dependency: aria-query@5.3.0
  • Dependency: asynckit@0.4.0
  • Dependency: chalk@3.0.0
  • Dependency: combined-stream@1.0.8
  • Dependency: commander@2.14.1
  • Dependency: composer@4.1.0
  • Dependency: css.escape@1.5.1
  • Dependency: cssom@0.3.8
  • Dependency: cssom@0.5.0
  • Dependency: cssstyle@2.3.0
  • Dependency: data-uri-to-buffer@4.0.1
  • Dependency: data-urls@3.0.2
  • Dependency: delayed-stream@1.0.0
  • Dependency: decimal.js@10.4.3
  • Dependency: dequal@2.0.3
  • Dependency: dom-accessibility-api@0.5.16
  • Dependency: dom-accessibility-api@0.6.3
  • Dependency: domexception@4.0.0
  • Dependency: entities@4.5.0
  • Dependency: escodegen@2.1.0
  • Dependency: fetch-blob@3.2.0
  • Dependency: formdata-polyfill@4.0.10
  • Dependency: fs@0.0.1-security
  • Dependency: gulp-uglify-js@0.0.4
  • Dependency: html-encoding-sniffer@3.0.0
  • Dependency: http-proxy-agent@5.0.0
  • Dependency: https-proxy-agent@5.0.1
  • Dependency: indent-string@4.0.0
  • Dependency: is-potential-custom-element-name@1.0.1
  • Dependency: jest-environment-jsdom@29.7.0
  • Dependency: jquery@3.7.1
  • Dependency: jsdom@20.0.3
  • Dependency: lodash@4.17.21
  • Dependency: lz-string@1.5.0
  • Dependency: min-indent@1.0.1
  • Dependency: node-domexception@1.0.0
  • Dependency: node-fetch@2.7.0
  • Dependency: node-fetch@3.3.2
  • Dependency: pretty-format@27.5.1
  • Dependency: pretty-time@1.1.0
  • Dependency: progress@2.0.3
  • Dependency: proxy-from-env@1.1.0
  • Dependency: querystringify@2.2.0
  • Dependency: react-is@17.0.2
  • Dependency: redent@3.0.0
  • Dependency: requires-port@1.0.0
  • Dependency: saxes@6.0.0
  • Dependency: strip-indent@3.0.0
  • Dependency: tough-cookie@4.1.4
  • Dependency: symbol-tree@3.2.4
  • Dependency: tr46@0.0.3
  • Dependency: tr46@3.0.0
  • Dependency: uglify-es@3.3.10
  • Dependency: universalify@0.2.0
  • Dependency: url-parse@1.5.10
  • Dependency: w3c-xmlserializer@4.0.0
  • Dependency: web-streams-polyfill@3.3.3
  • Dependency: webidl-conversions@3.0.1
  • Dependency: whatwg-encoding@2.0.0
  • Dependency: whatwg-mimetype@3.0.0
  • Dependency: whatwg-url@11.0.0
  • Dependency: whatwg-url@5.0.0
  • Dependency: ws@8.18.0
  • Dependency: xml-name-validator@4.0.0
  • Dependency: xmlchars@2.2.0
  • Dependency: cross-spawn@7.0.6
  • Dependency: picocolors@1.1.1
  • Dependency: @fortawesome/fontawesome-free@6.7.1
  • Dependency: express@4.21.2
  • Dependency: path-to-regexp@0.1.12
  • Dependency: @adobe/css-tools@4.4.1
  • Dependency: @babel/code-frame@7.26.2
  • Dependency: @babel/compat-data@7.26.3
  • Dependency: @babel/core@7.26.0
  • Dependency: @babel/helper-create-regexp-features-plugin@7.26.3
  • Dependency: @babel/parser@7.26.3
  • Dependency: @babel/generator@7.26.3
  • Dependency: @babel/helper-define-polyfill-provider@0.6.3
  • Dependency: @babel/helpers@7.26.0
  • Dependency: @babel/plugin-syntax-jsx@7.25.9
  • Dependency: @babel/plugin-transform-exponentiation-operator@7.26.3
  • Dependency: @babel/plugin-syntax-typescript@7.25.9
  • Dependency: @babel/plugin-transform-modules-commonjs@7.26.3
  • Dependency: @babel/traverse@7.26.4
  • Dependency: @babel/types@7.26.3
  • Dependency: @csstools/cascade-layer-name-parser@2.0.4
  • Dependency: @csstools/css-parser-algorithms@3.0.4
  • Dependency: @csstools/css-tokenizer@3.0.3
  • Dependency: @csstools/media-query-list-parser@4.0.2
  • Dependency: @csstools/postcss-content-alt-text@2.0.4
  • Dependency: @csstools/postcss-light-dark-function@2.0.7
  • Dependency: @csstools/postcss-logical-viewport-units@3.0.3
  • Dependency: @opentelemetry/context-async-hooks@1.29.0
  • Dependency: @opentelemetry/instrumentation-express@0.46.0
  • Dependency: @opentelemetry/instrumentation-fastify@0.43.0
  • Dependency: @opentelemetry/instrumentation-generic-pool@0.42.0
  • Dependency: @opentelemetry/instrumentation-mongoose@0.45.0
  • Dependency: @opentelemetry/instrumentation-mysql2@0.44.0
  • Dependency: @fortawesome/fontawesome-common-types@6.7.1
  • Dependency: @opentelemetry/core@1.29.0
  • Dependency: @opentelemetry/instrumentation-connect@0.42.0
  • Dependency: @opentelemetry/instrumentation-ioredis@0.46.0
  • Dependency: @opentelemetry/instrumentation-kafkajs@0.6.0
  • Dependency: @opentelemetry/instrumentation-koa@0.46.0
  • Dependency: @csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4
  • Dependency: @fortawesome/fontawesome-svg-core@6.7.1
  • Dependency: @opentelemetry/instrumentation-amqplib@0.45.0
  • Dependency: @opentelemetry/instrumentation-dataloader@0.15.0
  • Dependency: @opentelemetry/instrumentation-fs@0.18.0
  • Dependency: @opentelemetry/instrumentation-graphql@0.46.0
  • Dependency: @opentelemetry/instrumentation-hapi@0.44.0
  • Dependency: @opentelemetry/instrumentation-http@0.56.0
  • Dependency: @opentelemetry/instrumentation-knex@0.43.0
  • Dependency: @opentelemetry/api-logs@0.56.0
  • Dependency: @opentelemetry/instrumentation@0.56.0
  • Dependency: @opentelemetry/instrumentation-lru-memoizer@0.43.0
  • Dependency: @opentelemetry/instrumentation-mongodb@0.50.0
  • Dependency: @opentelemetry/instrumentation-mysql@0.44.0
  • Dependency: @opentelemetry/instrumentation-nestjs-core@0.43.0
  • Dependency: @opentelemetry/instrumentation-pg@0.49.0
  • Dependency: @opentelemetry/instrumentation-redis-4@0.45.0
  • Dependency: @opentelemetry/instrumentation-tedious@0.17.0
  • Dependency: @opentelemetry/instrumentation-undici@0.9.0
  • Dependency: @opentelemetry/resources@1.29.0
  • Dependency: @opentelemetry/sdk-trace-base@1.29.0
  • Dependency: @opentelemetry/semantic-conventions@1.28.0
  • Dependency: @sentry/cli@2.39.1
  • Dependency: @sentry/cli-darwin@2.39.1
  • Dependency: @sentry/cli-linux-arm@2.39.1
  • Dependency: @sentry/cli-linux-i686@2.39.1
  • Dependency: @sentry/cli-linux-arm64@2.39.1
  • Dependency: @sentry/cli-linux-x64@2.39.1
  • Dependency: @sentry/cli-win32-i686@2.39.1
  • Dependency: @sentry/cli-win32-x64@2.39.1
  • Dependency: @sentry/core@8.43.0
  • Dependency: @sentry/node@8.43.0
  • Dependency: @sentry/profiling-node@8.43.0
  • Dependency: @sentry/opentelemetry@8.43.0
  • Dependency: @types/node@22.10.1
  • Dependency: @types/tedious@4.0.14
  • Dependency: @webassemblyjs/ast@1.14.1
  • Dependency: @testing-library/jest-dom@6.6.3
  • Dependency: @webassemblyjs/floating-point-hex-parser@1.13.2
  • Dependency: @webassemblyjs/helper-numbers@1.13.2
  • Dependency: @webassemblyjs/helper-wasm-bytecode@1.13.2
  • Dependency: @webassemblyjs/helper-api-error@1.13.2
  • Dependency: @webassemblyjs/helper-buffer@1.14.1
  • Dependency: @webassemblyjs/ieee754@1.13.2
  • Dependency: @webassemblyjs/helper-wasm-section@1.14.1
  • Dependency: @webassemblyjs/leb128@1.13.2
  • Dependency: @webassemblyjs/utf8@1.13.2
  • Dependency: @webassemblyjs/wasm-edit@1.14.1
  • Dependency: @webassemblyjs/wasm-gen@1.14.1
  • Dependency: @webassemblyjs/wast-printer@1.14.1
  • Dependency: @webassemblyjs/wasm-opt@1.14.1
  • Dependency: @webassemblyjs/wasm-parser@1.14.1
  • Dependency: browserslist@4.24.2
  • Dependency: babel-plugin-polyfill-regenerator@0.6.3
  • Dependency: babel-plugin-polyfill-corejs2@0.4.12
  • Dependency: bson@6.10.1
  • Dependency: call-bind-apply-helpers@1.0.1
  • Dependency: core-js-compat@3.39.0
  • Dependency: call-bind@1.0.8
  • Dependency: caniuse-lite@1.0.30001690
  • Dependency: cssdb@8.2.3
  • Dependency: debug@4.4.0
  • Dependency: es-define-property@1.0.1
  • Dependency: dunder-proto@1.0.0
  • Dependency: electron-to-chromium@1.5.72
  • Dependency: forwarded-parse@2.1.2
  • Dependency: form-data@4.0.1
  • Dependency: get-intrinsic@1.2.5
  • Dependency: has-symbols@1.1.0
  • Dependency: import-in-the-middle@1.11.3
  • Dependency: lilconfig@3.1.3
  • Dependency: gopd@1.2.0
  • Dependency: mysql2@3.11.5
  • Dependency: nan@2.22.0
  • Dependency: node-abi@3.71.0
  • Dependency: node-releases@2.0.19
  • Dependency: nanoid@3.3.8
  • Dependency: nwsapi@2.2.16
  • Dependency: p-map@7.0.3
  • Dependency: parse5@7.2.1
  • Dependency: object-inspect@1.13.3
  • Dependency: postcss-custom-media@11.0.5
  • Dependency: postcss-custom-selectors@8.0.4
  • Dependency: postcss-custom-properties@14.0.4
  • Dependency: psl@1.15.0
  • Dependency: regjsparser@0.12.0
  • Dependency: regexpu-core@6.2.0
  • Dependency: resolve.exports@2.0.3
  • Dependency: undici-types@6.20.0
  • Dependency: text-decoder@1.2.2
  • Dependency: streamx@2.21.0
  • Dependency: terser@5.37.0
  • Dependency: webpack@5.97.1
  • Dependency: yaml@2.6.1
  • Dependency: @sentry-internal/browser-utils@8.47.0
  • Dependency: @sentry-internal/feedback@8.47.0
  • Dependency: @sentry-internal/replay@8.47.0
  • Dependency: @sentry-internal/replay-canvas@8.47.0
  • Dependency: @sentry/browser@8.47.0
  • Dependency: @sentry/core@8.47.0
  • Dependency: mongodb@6.12.0
  • Dependency: @csstools/css-calc@2.1.1
  • Dependency: @csstools/css-color-parser@3.0.7
  • Dependency: @csstools/postcss-color-function@4.0.7
  • Dependency: @csstools/postcss-media-minmax@2.0.6
  • Dependency: @csstools/postcss-oklab-function@4.0.7
  • Dependency: @csstools/postcss-color-mix-function@3.0.7
  • Dependency: @csstools/postcss-gradients-interpolation-method@5.0.7
  • Dependency: @csstools/postcss-exponential-functions@2.0.6
  • Dependency: @csstools/postcss-gamut-mapping@2.0.7
  • Dependency: @csstools/postcss-hwb-function@4.0.7
  • Dependency: @csstools/postcss-random-function@1.0.2
  • Dependency: @csstools/postcss-sign-functions@1.1.1
  • Dependency: @csstools/postcss-relative-color-syntax@3.0.7
  • Dependency: @csstools/postcss-stepped-value-functions@4.0.6
  • Dependency: postcss-color-functional-notation@7.0.7
  • Dependency: @csstools/postcss-trigonometric-functions@4.0.6
  • Dependency: css-has-pseudo@7.0.2
  • Dependency: postcss-preset-env@10.1.3
  • Dependency: postcss-lab-function@7.0.7
  • Dependency: mongoose@8.9.3
  • Dependency: @bazel/runfiles@6.3.1
  • Dependency: immediate@3.0.6
  • Dependency: jszip@3.10.1
  • Dependency: lie@3.3.0
  • Dependency: pako@1.0.11
  • Dependency: selenium-webdriver@4.27.0
  • Dependency: setimmediate@1.0.5
  • Dependency: tmp@0.2.3
  • Dependency: postcss@8.5.0

📈 Next Steps & Full Report

To dive deeper, click here to view the full report. It's essential to review these findings and plan the necessary fixes. If any of the critical/high issues need more discussion, let's set up a quick meeting to strategize our next steps.


🔒 Security isn't just a feature; it's a responsibility. Let's keep our codebase rock solid!

@reisene reisene added automerge Mergify label and removed AnyChange release labels Jan 16, 2025
@mergify mergify bot merged commit d33c2e3 into main Jan 16, 2025
39 of 53 checks passed
@mergify mergify bot deleted the reisene-patch-1 branch January 16, 2025 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Mergify label size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant