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

Bump @sentry/browser from 8.43.0 to 8.47.0 #189

Merged
merged 5 commits into from
Jan 9, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

dependabot[bot] Contributor Powered by Pull Request Badge

Bumps @sentry/browser from 8.43.0 to 8.47.0.

Release notes

Sourced from @​sentry/browser's releases.

8.47.0

  • feat(v8/core): Add updateSpanName helper function (#14736)
  • feat(v8/node): Do not overwrite prisma db.system in newer Prisma versions (#14772)
  • feat(v8/node/deps): Bump @​prisma/instrumentation from 5.19.1 to 5.22.0 (#14755)
  • feat(v8/replay): Mask srcdoc iframe contents per default (#14779)
  • ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)

Work in this release was contributed by @​aloisklink and @​benjick. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.81 KB
@​sentry/browser (incl. Tracing, Replay) 73.06 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.45 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.37 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.85 KB
@​sentry/browser (incl. Feedback) 40.04 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.68 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.64 KB
@​sentry/vue 27.52 KB
@​sentry/vue (incl. Tracing) 37.67 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.47 KB
CDN Bundle (incl. Tracing) 37.51 KB
CDN Bundle (incl. Tracing, Replay) 72.71 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.1 KB
CDN Bundle - uncompressed 71.85 KB
CDN Bundle (incl. Tracing) - uncompressed 111.23 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.3 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.52 KB
@​sentry/nextjs (client) 38.9 KB
@​sentry/sveltekit (client) 36.32 KB
@​sentry/node 162.7 KB
@​sentry/node - without tracing 98.87 KB
@​sentry/aws-serverless 126.53 KB

8.46.0

  • feat: Allow capture of more than 1 ANR event [v8] (#14713)
  • feat(node): Detect Railway release name [v8] (#14714)
  • fix: Normalise ANR debug image file paths if appRoot was supplied [v8] (#14709)
  • fix(nuxt): Remove build config from tsconfig (#14737)

Work in this release was contributed by @​conor-ob. Thank you for your contribution!

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

8.47.0

  • feat(v8/core): Add updateSpanName helper function (#14736)
  • feat(v8/node): Do not overwrite prisma db.system in newer Prisma versions (#14772)
  • feat(v8/node/deps): Bump @​prisma/instrumentation from 5.19.1 to 5.22.0 (#14755)
  • feat(v8/replay): Mask srcdoc iframe contents per default (#14779)
  • ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)

Work in this release was contributed by @​aloisklink and @​benjick. Thank you for your contributions!

8.46.0

  • feat: Allow capture of more than 1 ANR event [v8] (#14713)
  • feat(node): Detect Railway release name [v8] (#14714)
  • fix: Normalise ANR debug image file paths if appRoot was supplied [v8] (#14709)
  • fix(nuxt): Remove build config from tsconfig (#14737)

Work in this release was contributed by @​conor-ob. Thank you for your contribution!

8.45.1

  • fix(feedback): Return when the sendFeedback promise resolves (#14683)

Work in this release was contributed by @​antonis. Thank you for your contribution!

8.45.0

  • feat(core): Add handled option to captureConsoleIntegration (#14664)
  • feat(browser): Attach virtual stack traces to HttpClient events (#14515)
  • feat(replay): Upgrade rrweb packages to 2.31.0 (#14689)
  • fix(aws-serverless): Remove v8 layer as it overwrites the current layer for docs (#14679)
  • fix(browser): Mark stack trace from captureMessage with attachStacktrace: true as synthetic (#14668)
  • fix(core): Mark stack trace from captureMessage with attatchStackTrace: true as synthetic (#14670)
  • fix(core): Set level in server runtime captureException (#10587)
  • fix(profiling-node): Guard invocation of native profiling methods (#14676)
  • fix(nuxt): Inline nitro-utils function (#14680)
  • fix(profiling-node): Ensure profileId is added to transaction event (#14681)
  • fix(react): Add React Router Descendant Routes support (#14304)
  • fix: Disable ANR and Local Variables if debugger is enabled via CLI args (#14643)

Work in this release was contributed by @​anonrig and @​Zih0. Thank you for your contributions!

8.44.0

Deprecations

  • feat: Deprecate autoSessionTracking (#14640)

    Deprecates autoSessionTracking. To enable session tracking, it is recommended to unset autoSessionTracking and ensure that either, in browser environments

... (truncated)

Commits
  • eac1a88 release: 8.47.0
  • 8a7b29e meta: Update changelog for 8.47.0 (#14777)
  • 8107512 feat(v8/replay): Mask srcdoc iframe contents per default (#14779)
  • b1d393e ref(v8/nextjs): Fix typo in source maps deletion warning (#14776)
  • 37fbd75 feat(v8/node): Do not overwrite prisma db.system in newer Prisma versions (...
  • 8e0db86 chore(docs): Add docs for how to publish a release for previous majors (#14740)
  • 9c53d48 feat(v8/node/deps): Bump @​prisma/instrumentation from 5.19.1 to 5.22.0 (#14755)
  • 3a7743c feat(core): Add updateSpanName helper function [v8] (#14736)
  • e80eefe Merge branch 'release/8.46.0' into v8
  • 5387fde release: 8.46.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Podsumowanie przez Sourcery

Ulepszenia:

  • Aktualizacja @sentry/browser z wersji 8.43.0 do 8.47.0.
Original summary in English

Summary by Sourcery

Enhancements:

  • Upgrade @sentry/browser from 8.43.0 to 8.47.0.

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 8.43.0 to 8.47.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.47.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.43.0...8.47.0)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
Copy link
Contributor

aviator-app bot commented Dec 23, 2024

Aviator Changeset actions:

Copy link
Contributor

aviator-app bot commented Dec 23, 2024

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

vercel bot commented Dec 23, 2024

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

Name Status Preview Comments Updated (UTC)
hulaj-dusza-serwis ❌ Failed (Inspect) Jan 9, 2025 0:32am

Copy link

semanticdiff-com bot commented Dec 23, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  package-lock.json  38% smaller
  package.json  0% smaller

Copy link

Please follow naming conventions! 😿

Copy link

Click here to review and test in web IDE: Contribute

Copy link

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

github-actions bot commented Dec 23, 2024

Dependency Review

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

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@sentry-internal/browser-utils 8.47.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 7SAST tool detected but not run on all commits
Vulnerabilities⚠️ 046 existing vulnerabilities detected
npm/@sentry-internal/feedback 8.47.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 7SAST tool detected but not run on all commits
Vulnerabilities⚠️ 046 existing vulnerabilities detected
npm/@sentry-internal/replay 8.47.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 7SAST tool detected but not run on all commits
Vulnerabilities⚠️ 046 existing vulnerabilities detected
npm/@sentry-internal/replay-canvas 8.47.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 7SAST tool detected but not run on all commits
Vulnerabilities⚠️ 046 existing vulnerabilities detected
npm/@sentry/browser 8.47.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 7SAST tool detected but not run on all commits
Vulnerabilities⚠️ 046 existing vulnerabilities detected
npm/@sentry/core 8.47.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 7SAST tool detected but not run on all commits
Vulnerabilities⚠️ 046 existing vulnerabilities detected
npm/@sentry/browser ^8.47.0 🟢 5.1
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 8binaries present in source code
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 7SAST tool detected but not run on all commits
Vulnerabilities⚠️ 046 existing vulnerabilities detected

Scanned Files

  • package-lock.json
  • package.json

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.

Pominęliśmy przegląd tego pull requesta. Wygląda na to, że został utworzony przez bota (hej, dependabot[bot]!). Zakładamy, że wie, co robi!

Original comment in English

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

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.

Auto approved automated PR

Copy link
Contributor

deepsource-io bot commented Dec 23, 2024

Here's the code health analysis summary for commits 4c0e7b7..506faab. 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
Contributor

sourcery-ai bot commented Dec 23, 2024

Przewodnik Recenzenta od Sourcery

Ten PR aktualizuje pakiet @sentry/browser z wersji 8.43.0 do 8.47.0. Ta aktualizacja zawiera kilka nowych funkcji, takich jak funkcja pomocnicza updateSpanName, ulepszenia wsparcia dla Prisma, automatyczne maskowanie zawartości iframe srcdoc w Replay oraz szereg poprawek błędów. Dodatkowo, istnieje kilka innych dodatków i poprawek w wersjach 8.44.0, 8.45.0, 8.45.1 i 8.46.0.

Diagram klas dla zaktualizowanych funkcji przeglądarki Sentry

classDiagram
    class SentryBrowser {
        +updateSpanName()
        +captureConsoleIntegration()
        +captureMessage()
        +captureException()
    }

    class Replay {
        +maskSrcdocIframe
        +rrwebIntegration
    }

    class ANRMonitor {
        +captureMultipleEvents
        +normalizeDebugPaths()
    }

    class Feedback {
        +sendFeedback()
        +asyncFeedback()
    }

    SentryBrowser --> Replay
    SentryBrowser --> ANRMonitor
    SentryBrowser --> Feedback

    note for SentryBrowser "Wersja 8.47.0"
    note for Replay "Nowe funkcje maskowania"
    note for ANRMonitor "Ulepszone zarządzanie ANR"
    note for Feedback "Ulepszony system opinii"
Loading

Zmiany na poziomie plików

Zmiana Szczegóły Pliki
Zaktualizowano pakiet @sentry/browser i plik blokady
  • Zwiększono @sentry/browser z 8.43.0 do 8.47.0 w package.json
  • Zaktualizowano package-lock.json, aby odzwierciedlić zmiany w zależnościach
package.json
package-lock.json

Wskazówki i polecenia

Interakcja z Sourcery

  • Wywołaj nową recenzję: Skomentuj @sourcery-ai review w pull request.
  • Kontynuuj dyskusje: Odpowiedz bezpośrednio na komentarze recenzji Sourcery.
  • Wygeneruj problem GitHub z komentarza recenzji: Poproś Sourcery o utworzenie
    problemu z komentarza recenzji, odpowiadając na niego.
  • Wygeneruj tytuł pull request: Napisz @sourcery-ai gdziekolwiek w tytule pull
    request, aby wygenerować tytuł w dowolnym momencie.
  • Wygeneruj podsumowanie pull request: Napisz @sourcery-ai summary gdziekolwiek w
    treści pull request, aby wygenerować podsumowanie PR w dowolnym momencie. Możesz również użyć
    tego polecenia, aby określić, gdzie powinno zostać wstawione podsumowanie.

Dostosowywanie swojego doświadczenia

Uzyskaj dostęp do swojego pulpitu, aby:

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

Uzyskiwanie pomocy

Original review guide in English

Reviewer's Guide by Sourcery

This PR bumps the @sentry/browser package from version 8.43.0 to 8.47.0. This upgrade includes several new features, such as the updateSpanName helper function, Prisma support improvements, automatic masking of srcdoc iframe content in Replay, and a number of bug fixes. Additionally there are several other additions and fixes across versions 8.44.0, 8.45.0, 8.45.1, and 8.46.0.

Class diagram for updated Sentry browser features

classDiagram
    class SentryBrowser {
        +updateSpanName()
        +captureConsoleIntegration()
        +captureMessage()
        +captureException()
    }

    class Replay {
        +maskSrcdocIframe
        +rrwebIntegration
    }

    class ANRMonitor {
        +captureMultipleEvents
        +normalizeDebugPaths()
    }

    class Feedback {
        +sendFeedback()
        +asyncFeedback()
    }

    SentryBrowser --> Replay
    SentryBrowser --> ANRMonitor
    SentryBrowser --> Feedback

    note for SentryBrowser "Version 8.47.0"
    note for Replay "New masking features"
    note for ANRMonitor "Enhanced ANR handling"
    note for Feedback "Improved feedback system"
Loading

File-Level Changes

Change Details Files
Updated @sentry/browser package and lock file
  • Bumped @sentry/browser from 8.43.0 to 8.47.0 in package.json
  • Updated package-lock.json to reflect changes in dependencies
package.json
package-lock.json

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

aviator-app bot commented Dec 23, 2024

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. After you have resolved the problem, you should remove the blocked pull request label from this PR and then try to re-queue the PR. Note that the pull request will be automatically re-queued if it has the mergequeue label.

Additional debug info: A merge conflict occurred while queueing this pull request. Potential conflicting pull requests:

Please resolve manually and requeue. If resolving manually does not work, you may need to wait for previous PRs in the queue to merge.

@aviator-app aviator-app bot added the blocked label Dec 23, 2024
Copy link
Contributor

mergify bot commented Dec 23, 2024

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

🚀 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:01:26
  • 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
Remote File Inclusion High 48
Missing Secure Cookie Attribute Medium 6
Missing Httponly Cookie Attribute Critical 6
Insecure Random Number Generator High 4
Detect Potential Xss In Template Literals Medium 4

🔗 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-syntax-async-generators@7.8.4
  • Dependency: @babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2
  • Dependency: @babel/plugin-syntax-bigint@7.8.3
  • Dependency: @babel/plugin-syntax-class-properties@7.12.13
  • Dependency: @babel/plugin-syntax-import-meta@7.10.4
  • Dependency: @babel/plugin-syntax-json-strings@7.8.3
  • Dependency: @babel/plugin-syntax-class-static-block@7.14.5
  • Dependency: @babel/plugin-syntax-object-rest-spread@7.8.3
  • Dependency: @babel/plugin-syntax-logical-assignment-operators@7.10.4
  • Dependency: @babel/plugin-syntax-numeric-separator@7.10.4
  • Dependency: @babel/plugin-syntax-optional-catch-binding@7.8.3
  • Dependency: @babel/plugin-syntax-nullish-coalescing-operator@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: @jest/schemas@29.6.3
  • Dependency: @jest/types@29.6.3
  • Dependency: @istanbuljs/load-nyc-config@1.1.0
  • Dependency: @istanbuljs/schema@0.1.3
  • Dependency: @jest/expect@29.7.0
  • Dependency: @jest/source-map@29.6.3
  • Dependency: @jest/test-result@29.7.0
  • Dependency: @bcoe/v8-coverage@0.2.3
  • Dependency: @jest/console@29.7.0
  • Dependency: @jest/core@29.7.0
  • Dependency: @jest/environment@29.7.0
  • Dependency: @jest/fake-timers@29.7.0
  • Dependency: @jest/reporters@29.7.0
  • Dependency: @jest/test-sequencer@29.7.0
  • Dependency: @jest/expect-utils@29.7.0
  • Dependency: @jest/globals@29.7.0
  • Dependency: @jest/transform@29.7.0
  • 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/sql-common@0.40.1
  • Dependency: @prisma/instrumentation@5.19.1
  • Dependency: @opentelemetry/semantic-conventions@1.27.0
  • Dependency: @sinclair/typebox@0.27.8
  • Dependency: @sindresorhus/merge-streams@2.3.0
  • Dependency: @sinonjs/commons@3.0.1
  • 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: @sinonjs/fake-timers@10.3.0
  • Dependency: @types/connect@3.4.36
  • Dependency: @types/graceful-fs@4.1.9
  • Dependency: @types/istanbul-lib-coverage@2.0.6
  • Dependency: @types/estree@1.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-styles@5.2.0
  • Dependency: ansi-gray@0.1.1
  • Dependency: argparse@1.0.10
  • Dependency: anymatch@1.3.2
  • Dependency: anymatch@2.0.0
  • 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: binary-extensions@1.13.1
  • Dependency: bare-events@2.5.0
  • Dependency: base@0.11.2
  • Dependency: bindings@1.5.0
  • Dependency: callsites@3.1.0
  • Dependency: camelcase@5.3.1
  • Dependency: cache-base@1.0.1
  • Dependency: camelcase@6.3.0
  • Dependency: bser@2.1.1
  • Dependency: ci-info@3.9.0
  • Dependency: char-regex@1.0.2
  • Dependency: chokidar@2.1.8
  • Dependency: cjs-module-lexer@1.4.1
  • Dependency: class-utils@0.3.6
  • Dependency: cliui@8.0.1
  • Dependency: clone@1.0.4
  • Dependency: co@4.6.0
  • Dependency: clone-stats@0.0.1
  • Dependency: collect-v8-coverage@1.0.2
  • Dependency: collection-visit@1.0.0
  • Dependency: cookie@0.7.2
  • Dependency: component-emitter@1.3.1
  • Dependency: cookie-parser@1.4.7
  • Dependency: create-jest@29.7.0
  • Dependency: copy-descriptor@0.1.1
  • Dependency: dedent@1.5.3
  • Dependency: deepmerge@4.3.1
  • Dependency: define-property@1.0.0
  • Dependency: define-property@0.2.5
  • Dependency: del@8.0.0
  • Dependency: detect-libc@2.0.3
  • Dependency: detect-newline@3.1.0
  • Dependency: diff-sequences@29.6.3
  • Dependency: define-property@2.0.2
  • Dependency: emittery@0.13.1
  • Dependency: envinfo@7.14.0
  • Dependency: error-ex@1.3.2
  • Dependency: esprima@4.0.1
  • Dependency: execa@5.1.1
  • Dependency: escalade@3.2.0
  • Dependency: escape-string-regexp@2.0.0
  • Dependency: esutils@2.0.3
  • Dependency: expand-brackets@0.1.5
  • Dependency: expand-brackets@2.1.4
  • Dependency: extglob@0.3.2
  • Dependency: expect@29.7.0
  • Dependency: expand-range@1.8.2
  • Dependency: extend-shallow@2.0.1
  • Dependency: fancy-log@1.3.2
  • Dependency: fb-watchman@2.0.2
  • Dependency: file-uri-to-path@1.0.0
  • Dependency: extglob@2.0.4
  • Dependency: filename-regex@2.0.1
  • Dependency: fill-range@2.2.4
  • Dependency: for-own@0.1.5
  • Dependency: fragment-cache@0.2.1
  • Dependency: fill-range@4.0.0
  • Dependency: first-chunk-stream@2.0.0
  • 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: globals@11.12.0
  • Dependency: glob-parent@2.0.0
  • Dependency: glob-parent@3.1.0
  • Dependency: globby@14.0.2
  • Dependency: gulp-babel@8.0.0
  • Dependency: gulp-watch@5.0.1
  • Dependency: has-value@1.0.0
  • Dependency: has-value@0.3.1
  • Dependency: has-values@0.1.4
  • Dependency: human-signals@2.1.0
  • Dependency: has-values@1.0.0
  • Dependency: html-escaper@2.0.2
  • 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-descriptor@0.1.7
  • Dependency: is-equal-shallow@0.1.3
  • Dependency: is-extendable@0.1.1
  • Dependency: is-data-descriptor@1.0.1
  • Dependency: is-dotfile@1.0.3
  • Dependency: is-core-module@2.15.1
  • Dependency: is-descriptor@1.0.3
  • Dependency: is-extglob@1.0.0
  • Dependency: is-generator-fn@2.1.0
  • Dependency: is-glob@3.1.0
  • Dependency: is-glob@2.0.1
  • Dependency: is-number@3.0.0
  • Dependency: is-number@4.0.0
  • Dependency: is-number@2.1.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@6.0.3
  • Dependency: istanbul-lib-report@3.0.1
  • Dependency: istanbul-lib-instrument@5.2.1
  • Dependency: istanbul-reports@3.1.7
  • Dependency: jest@29.7.0
  • Dependency: jest-changed-files@29.7.0
  • Dependency: istanbul-lib-source-maps@4.0.1
  • Dependency: jest-circus@29.7.0
  • Dependency: jest-cli@29.7.0
  • Dependency: jest-docblock@29.7.0
  • Dependency: jest-diff@29.7.0
  • Dependency: jest-config@29.7.0
  • Dependency: jest-get-type@29.6.3
  • Dependency: jest-each@29.7.0
  • Dependency: jest-environment-node@29.7.0
  • 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-resolve@29.7.0
  • Dependency: jest-regex-util@29.6.3
  • Dependency: jest-mock@29.7.0
  • Dependency: jest-pnp-resolver@1.2.3
  • 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-yaml@3.14.1
  • Dependency: jsesc@3.0.2
  • Dependency: js-tokens@4.0.0
  • Dependency: kind-of@3.2.2
  • Dependency: kleur@3.0.3
  • Dependency: kind-of@4.0.0
  • Dependency: leven@3.1.0
  • Dependency: lru-cache@5.1.1
  • Dependency: lines-and-columns@1.2.4
  • Dependency: lru.min@1.1.1
  • Dependency: makeerror@1.0.12
  • Dependency: make-dir@4.0.0
  • Dependency: map-visit@1.0.0
  • Dependency: math-random@1.0.4
  • Dependency: mimic-fn@2.1.0
  • Dependency: micromatch@4.0.8
  • 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: object-copy@0.1.0
  • Dependency: npm-run-path@4.0.1
  • 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-bytea@1.0.0
  • Dependency: postgres-array@2.0.0
  • Dependency: postgres-date@1.0.7
  • Dependency: pretty-format@29.7.0
  • Dependency: postgres-interval@1.2.0
  • Dependency: preserve@0.2.0
  • Dependency: pump@3.0.2
  • Dependency: randomatic@3.1.1
  • Dependency: prompts@2.4.2
  • Dependency: pure-rand@6.1.0
  • 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: regjsgen@0.8.0
  • Dependency: regex-not@1.0.2
  • Dependency: require-in-the-middle@7.4.0
  • Dependency: repeat-element@1.1.4
  • Dependency: repeat-string@1.6.1
  • Dependency: replace-ext@0.0.1
  • Dependency: resolve-url@0.2.1
  • Dependency: ret@0.1.15
  • Dependency: safe-regex@1.1.0
  • Dependency: set-value@2.0.1
  • Dependency: semver@7.6.3
  • Dependency: shimmer@1.2.1
  • Dependency: slash@5.1.0
  • Dependency: source-map-resolve@0.5.3
  • Dependency: sisteransi@1.0.5
  • Dependency: slash@1.0.0
  • Dependency: snapdragon@0.8.2
  • Dependency: snapdragon-node@2.1.1
  • Dependency: snapdragon-util@3.0.1
  • Dependency: signal-exit@3.0.7
  • Dependency: slash@3.0.0
  • Dependency: source-map-support@0.5.13
  • Dependency: source-map-url@0.4.1
  • Dependency: sprintf-js@1.0.3
  • Dependency: split-string@3.1.0
  • Dependency: stack-utils@2.0.6
  • Dependency: static-extend@0.1.2
  • Dependency: string-length@4.0.2
  • Dependency: strip-final-newline@2.0.0
  • Dependency: strip-bom@2.0.0
  • Dependency: strip-bom@4.0.0
  • Dependency: strip-bom-stream@2.0.0
  • Dependency: strip-json-comments@3.1.1
  • Dependency: test-exclude@6.0.0
  • Dependency: tmpl@1.0.5
  • Dependency: through2@3.0.2
  • Dependency: time-stamp@1.1.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: to-object-path@0.3.0
  • Dependency: unicode-canonical-property-names-ecmascript@2.0.1
  • Dependency: uglify-js@3.19.3
  • Dependency: unicode-match-property-ecmascript@2.0.0
  • Dependency: union-value@1.0.1
  • Dependency: unicode-match-property-value-ecmascript@2.2.0
  • Dependency: unicorn-magic@0.1.0
  • Dependency: unicode-property-aliases-ecmascript@2.1.0
  • Dependency: upath@1.2.0
  • Dependency: unset-value@1.0.0
  • Dependency: update-browserslist-db@1.1.1
  • Dependency: urix@0.1.0
  • Dependency: use@3.1.1
  • Dependency: vinyl-file@2.0.0
  • Dependency: v8-to-istanbul@9.3.0
  • Dependency: walker@1.0.8
  • Dependency: vinyl@1.2.0
  • 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-compilation-targets@7.25.9
  • Dependency: @babel/helper-create-class-features-plugin@7.25.9
  • Dependency: @babel/helper-annotate-as-pure@7.25.9
  • Dependency: @babel/helper-module-imports@7.25.9
  • Dependency: @babel/helper-module-transforms@7.26.0
  • Dependency: @babel/helper-plugin-utils@7.25.9
  • Dependency: @babel/helper-remap-async-to-generator@7.25.9
  • Dependency: @babel/helper-member-expression-to-functions@7.25.9
  • Dependency: @babel/helper-optimise-call-expression@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/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9
  • Dependency: @babel/helper-validator-option@7.25.9
  • Dependency: @babel/helper-wrap-function@7.25.9
  • Dependency: @babel/plugin-bugfix-safari-class-field-initializer-scope@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-bugfix-safari-id-destructuring-collision-in-function-expression@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-async-to-generator@7.25.9
  • Dependency: @babel/plugin-transform-block-scoped-functions@7.25.9
  • Dependency: @babel/plugin-transform-arrow-functions@7.25.9
  • Dependency: @babel/plugin-transform-async-generator-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-classes@7.25.9
  • Dependency: @babel/plugin-transform-class-static-block@7.26.0
  • 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-export-namespace-from@7.25.9
  • Dependency: @babel/plugin-transform-dynamic-import@7.25.9
  • Dependency: @babel/plugin-transform-json-strings@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-literals@7.25.9
  • Dependency: @babel/plugin-transform-logical-assignment-operators@7.25.9
  • Dependency: @babel/plugin-transform-modules-amd@7.25.9
  • Dependency: @babel/plugin-transform-member-expression-literals@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-optional-catch-binding@7.25.9
  • Dependency: @babel/plugin-transform-object-super@7.25.9
  • Dependency: @babel/plugin-transform-optional-chaining@7.25.9
  • Dependency: @babel/plugin-transform-parameters@7.25.9
  • Dependency: @babel/plugin-transform-property-literals@7.25.9
  • Dependency: @babel/plugin-transform-private-property-in-object@7.25.9
  • Dependency: @babel/plugin-transform-regenerator@7.25.9
  • Dependency: @babel/plugin-transform-private-methods@7.25.9
  • Dependency: @babel/plugin-transform-regexp-modifiers@7.26.0
  • Dependency: @babel/plugin-transform-spread@7.25.9
  • Dependency: @babel/plugin-transform-shorthand-properties@7.25.9
  • Dependency: @babel/plugin-transform-reserved-words@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-sticky-regex@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-specificity@5.0.0
  • Dependency: css-blank-pseudo@7.0.1
  • Dependency: css-has-pseudo@7.0.1
  • Dependency: @csstools/selector-resolve-nested@3.0.0
  • 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-selector-parser@7.0.0
  • Dependency: postcss-selector-not@8.0.1
  • Dependency: postcss-pseudo-class-any-link@10.0.1
  • 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: decimal.js@10.4.3
  • Dependency: delayed-stream@1.0.0
  • 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: symbol-tree@3.2.4
  • Dependency: tough-cookie@4.1.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: mongodb@6.10.0
  • Dependency: postcss@8.4.49
  • 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/generator@7.26.3
  • Dependency: @babel/helper-create-regexp-features-plugin@7.26.3
  • Dependency: @babel/helper-define-polyfill-provider@0.6.3
  • Dependency: @babel/helpers@7.26.0
  • Dependency: @babel/parser@7.26.3
  • Dependency: @babel/plugin-syntax-jsx@7.25.9
  • Dependency: @babel/plugin-syntax-typescript@7.25.9
  • Dependency: @babel/plugin-transform-exponentiation-operator@7.26.3
  • 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-calc@2.1.0
  • Dependency: @csstools/css-color-parser@3.0.6
  • 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-color-function@4.0.6
  • Dependency: @csstools/postcss-color-mix-function@3.0.6
  • Dependency: @csstools/postcss-content-alt-text@2.0.4
  • Dependency: @csstools/postcss-exponential-functions@2.0.5
  • Dependency: @csstools/postcss-gamut-mapping@2.0.6
  • Dependency: @csstools/postcss-gradients-interpolation-method@5.0.6
  • Dependency: @csstools/postcss-hwb-function@4.0.6
  • Dependency: @csstools/postcss-light-dark-function@2.0.7
  • Dependency: @csstools/postcss-logical-viewport-units@3.0.3
  • Dependency: @csstools/postcss-media-minmax@2.0.5
  • Dependency: @csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4
  • Dependency: @csstools/postcss-oklab-function@4.0.6
  • Dependency: @csstools/postcss-random-function@1.0.1
  • Dependency: @csstools/postcss-relative-color-syntax@3.0.6
  • Dependency: @csstools/postcss-sign-functions@1.1.0
  • Dependency: @csstools/postcss-stepped-value-functions@4.0.5
  • Dependency: @csstools/postcss-trigonometric-functions@4.0.5
  • Dependency: @fortawesome/fontawesome-common-types@6.7.1
  • Dependency: @fortawesome/fontawesome-svg-core@6.7.1
  • Dependency: @opentelemetry/api-logs@0.56.0
  • Dependency: @opentelemetry/context-async-hooks@1.29.0
  • Dependency: @opentelemetry/core@1.29.0
  • Dependency: @opentelemetry/instrumentation@0.56.0
  • Dependency: @opentelemetry/instrumentation-amqplib@0.45.0
  • Dependency: @opentelemetry/instrumentation-connect@0.42.0
  • Dependency: @opentelemetry/instrumentation-dataloader@0.15.0
  • Dependency: @opentelemetry/instrumentation-express@0.46.0
  • Dependency: @opentelemetry/instrumentation-fastify@0.43.0
  • Dependency: @opentelemetry/instrumentation-fs@0.18.0
  • Dependency: @opentelemetry/instrumentation-generic-pool@0.42.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-ioredis@0.46.0
  • Dependency: @opentelemetry/instrumentation-kafkajs@0.6.0
  • Dependency: @opentelemetry/instrumentation-knex@0.43.0
  • Dependency: @opentelemetry/instrumentation-koa@0.46.0
  • Dependency: @opentelemetry/instrumentation-lru-memoizer@0.43.0
  • Dependency: @opentelemetry/instrumentation-mongodb@0.50.0
  • Dependency: @opentelemetry/instrumentation-mongoose@0.45.0
  • Dependency: @opentelemetry/instrumentation-mysql@0.44.0
  • Dependency: @opentelemetry/instrumentation-mysql2@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-arm64@2.39.1
  • Dependency: @sentry/cli-linux-i686@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/opentelemetry@8.43.0
  • Dependency: @sentry/profiling-node@8.43.0
  • Dependency: @testing-library/jest-dom@6.6.3
  • Dependency: @types/node@22.10.1
  • Dependency: @types/tedious@4.0.14
  • Dependency: @webassemblyjs/ast@1.14.1
  • Dependency: @webassemblyjs/floating-point-hex-parser@1.13.2
  • Dependency: @webassemblyjs/helper-api-error@1.13.2
  • Dependency: @webassemblyjs/helper-buffer@1.14.1
  • Dependency: @webassemblyjs/helper-numbers@1.13.2
  • Dependency: @webassemblyjs/helper-wasm-bytecode@1.13.2
  • Dependency: @webassemblyjs/helper-wasm-section@1.14.1
  • Dependency: @webassemblyjs/ieee754@1.13.2
  • 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/wasm-opt@1.14.1
  • Dependency: @webassemblyjs/wasm-parser@1.14.1
  • Dependency: @webassemblyjs/wast-printer@1.14.1
  • Dependency: babel-plugin-polyfill-corejs2@0.4.12
  • Dependency: babel-plugin-polyfill-regenerator@0.6.3
  • Dependency: browserslist@4.24.2
  • Dependency: bson@6.10.1
  • Dependency: call-bind@1.0.8
  • Dependency: call-bind-apply-helpers@1.0.1
  • Dependency: core-js-compat@3.39.0
  • Dependency: cssdb@8.2.3
  • Dependency: debug@4.4.0
  • Dependency: dunder-proto@1.0.0
  • Dependency: electron-to-chromium@1.5.72
  • Dependency: es-define-property@1.0.1
  • Dependency: form-data@4.0.1
  • Dependency: forwarded-parse@2.1.2
  • Dependency: get-intrinsic@1.2.5
  • Dependency: gopd@1.2.0
  • Dependency: has-symbols@1.1.0
  • Dependency: import-in-the-middle@1.11.3
  • Dependency: lilconfig@3.1.3
  • Dependency: mongoose@8.8.4
  • Dependency: mysql2@3.11.5
  • Dependency: nan@2.22.0
  • Dependency: nanoid@3.3.8
  • Dependency: node-abi@3.71.0
  • Dependency: node-releases@2.0.19
  • Dependency: nwsapi@2.2.16
  • Dependency: object-inspect@1.13.3
  • Dependency: p-map@7.0.3
  • Dependency: parse5@7.2.1
  • Dependency: postcss-color-functional-notation@7.0.6
  • Dependency: postcss-custom-media@11.0.5
  • Dependency: postcss-custom-properties@14.0.4
  • Dependency: postcss-custom-selectors@8.0.4
  • Dependency: postcss-lab-function@7.0.6
  • Dependency: postcss-preset-env@10.1.1
  • Dependency: psl@1.15.0
  • Dependency: regexpu-core@6.2.0
  • Dependency: regjsparser@0.12.0
  • Dependency: resolve.exports@2.0.3
  • Dependency: streamx@2.21.0
  • Dependency: terser@5.37.0
  • Dependency: text-decoder@1.2.2
  • Dependency: undici-types@6.20.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: caniuse-lite@1.0.30001687

📈 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!

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

@@ -1,2 +1,2 @@
class StickyHeader{constructor(){this.stickyHeader=$("header"),this.stickyMenu=$("nav.menu"),this.logo=$(".header-left img")}makeSticky(){var t=this.stickyHeader.offset().top,s=$(window).scrollTop(),t=t<s?"sticky":"",t=(this.stickyHeader.addClass(t),this.stickyMenu.addClass(t),150-s/300*50),t=Math.max(t,100),t=(this.logo.css("width",t+"px"),10-s/300*5),t=Math.max(t,5);this.stickyHeader.css("padding",t+"px 20px")}init(){$(window).scroll(()=>this.makeSticky())}}export default()=>(new StickyHeader).init();
class StickyHeader{constructor(){this.stickyHeader=$("header"),this.stickyMenu=$("nav.menu"),this.logo=$(".header-left img")}makeSticky(){var s=this.stickyHeader.offset().top,t=$(window).scrollTop(),s=(s<t?(this.stickyHeader.addClass("sticky"),this.stickyMenu.addClass("sticky")):(this.stickyHeader.removeClass("sticky"),this.stickyMenu.removeClass("sticky")),150-t/300*50),s=Math.max(s,100),s=(this.logo.css("width",s+"px"),10-t/300*5),s=Math.max(s,5);this.stickyHeader.css("padding",s+"px 20px")}init(){$(window).scroll(()=>this.makeSticky())}}export default()=>(new StickyHeader).init();
Copy link

Choose a reason for hiding this comment

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

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'class' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
'export' is only available in ES6 (use 'esversion: 6').
's' is already defined.
Expected an assignment or function call and instead saw an expression.
Missing '()' invoking a constructor.
Missing semicolon.

@@ -1,2 +1,2 @@
class StickyHeader{constructor(){this.stickyHeader=$("header"),this.stickyMenu=$("nav.menu"),this.logo=$(".header-left img")}makeSticky(){var t=this.stickyHeader.offset().top,s=$(window).scrollTop(),t=t<s?"sticky":"",t=(this.stickyHeader.addClass(t),this.stickyMenu.addClass(t),150-s/300*50),t=Math.max(t,100),t=(this.logo.css("width",t+"px"),10-s/300*5),t=Math.max(t,5);this.stickyHeader.css("padding",t+"px 20px")}init(){$(window).scroll(()=>this.makeSticky())}}export default()=>(new StickyHeader).init();
class StickyHeader{constructor(){this.stickyHeader=$("header"),this.stickyMenu=$("nav.menu"),this.logo=$(".header-left img")}makeSticky(){var s=this.stickyHeader.offset().top,t=$(window).scrollTop(),s=(s<t?(this.stickyHeader.addClass("sticky"),this.stickyMenu.addClass("sticky")):(this.stickyHeader.removeClass("sticky"),this.stickyMenu.removeClass("sticky")),150-t/300*50),s=Math.max(s,100),s=(this.logo.css("width",s+"px"),10-t/300*5),s=Math.max(s,5);this.stickyHeader.css("padding",s+"px 20px")}init(){$(window).scroll(()=>this.makeSticky())}}export default()=>(new StickyHeader).init();

Choose a reason for hiding this comment

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

The makeSticky method is called on every scroll event, which can be highly frequent. This frequent DOM manipulation and layout reflow due to recalculating offsets can lead to significant performance degradation, especially on less powerful devices or with complex page layouts.

Recommendation: Consider debouncing or throttling the scroll event handler to reduce the frequency of these operations. This can be achieved using lodash's _.throttle or _.debounce functions, or a custom implementation if you prefer to avoid additional dependencies.

@@ -1,2 +1,2 @@
class StickyHeader{constructor(){this.stickyHeader=$("header"),this.stickyMenu=$("nav.menu"),this.logo=$(".header-left img")}makeSticky(){var t=this.stickyHeader.offset().top,s=$(window).scrollTop(),t=t<s?"sticky":"",t=(this.stickyHeader.addClass(t),this.stickyMenu.addClass(t),150-s/300*50),t=Math.max(t,100),t=(this.logo.css("width",t+"px"),10-s/300*5),t=Math.max(t,5);this.stickyHeader.css("padding",t+"px 20px")}init(){$(window).scroll(()=>this.makeSticky())}}export default()=>(new StickyHeader).init();
class StickyHeader{constructor(){this.stickyHeader=$("header"),this.stickyMenu=$("nav.menu"),this.logo=$(".header-left img")}makeSticky(){var s=this.stickyHeader.offset().top,t=$(window).scrollTop(),s=(s<t?(this.stickyHeader.addClass("sticky"),this.stickyMenu.addClass("sticky")):(this.stickyHeader.removeClass("sticky"),this.stickyMenu.removeClass("sticky")),150-t/300*50),s=Math.max(s,100),s=(this.logo.css("width",s+"px"),10-t/300*5),s=Math.max(s,5);this.stickyHeader.css("padding",s+"px 20px")}init(){$(window).scroll(()=>this.makeSticky())}}export default()=>(new StickyHeader).init();

Choose a reason for hiding this comment

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

The variable s is reused multiple times within the makeSticky method for different purposes, which makes the code difficult to read and maintain. This practice also leads to errors as seen in the existing comments about multiple definitions.

Recommendation: Use separate, descriptively named variables for different values and calculations. This will not only resolve the errors but also improve the readability and maintainability of the code.

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:29
  • 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 4
Insecure Random Number Generator High 3
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-syntax-async-generators@7.8.4
  • Dependency: @babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2
  • Dependency: @babel/plugin-syntax-bigint@7.8.3
  • Dependency: @babel/plugin-syntax-class-properties@7.12.13
  • Dependency: @babel/plugin-syntax-import-meta@7.10.4
  • Dependency: @babel/plugin-syntax-json-strings@7.8.3
  • Dependency: @babel/plugin-syntax-class-static-block@7.14.5
  • Dependency: @babel/plugin-syntax-object-rest-spread@7.8.3
  • Dependency: @babel/plugin-syntax-logical-assignment-operators@7.10.4
  • Dependency: @babel/plugin-syntax-numeric-separator@7.10.4
  • Dependency: @babel/plugin-syntax-optional-catch-binding@7.8.3
  • Dependency: @babel/plugin-syntax-nullish-coalescing-operator@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: @jest/schemas@29.6.3
  • Dependency: @jest/types@29.6.3
  • Dependency: @istanbuljs/load-nyc-config@1.1.0
  • Dependency: @istanbuljs/schema@0.1.3
  • Dependency: @jest/expect@29.7.0
  • Dependency: @jest/source-map@29.6.3
  • Dependency: @jest/test-result@29.7.0
  • Dependency: @bcoe/v8-coverage@0.2.3
  • Dependency: @jest/console@29.7.0
  • Dependency: @jest/core@29.7.0
  • Dependency: @jest/environment@29.7.0
  • Dependency: @jest/fake-timers@29.7.0
  • Dependency: @jest/reporters@29.7.0
  • Dependency: @jest/test-sequencer@29.7.0
  • Dependency: @jest/expect-utils@29.7.0
  • Dependency: @jest/globals@29.7.0
  • Dependency: @jest/transform@29.7.0
  • 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/sql-common@0.40.1
  • Dependency: @prisma/instrumentation@5.19.1
  • Dependency: @opentelemetry/semantic-conventions@1.27.0
  • Dependency: @sinclair/typebox@0.27.8
  • Dependency: @sindresorhus/merge-streams@2.3.0
  • Dependency: @sinonjs/commons@3.0.1
  • 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: @sinonjs/fake-timers@10.3.0
  • Dependency: @types/connect@3.4.36
  • Dependency: @types/graceful-fs@4.1.9
  • Dependency: @types/istanbul-lib-coverage@2.0.6
  • Dependency: @types/estree@1.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-styles@5.2.0
  • Dependency: ansi-gray@0.1.1
  • Dependency: argparse@1.0.10
  • Dependency: anymatch@1.3.2
  • Dependency: anymatch@2.0.0
  • 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: binary-extensions@1.13.1
  • Dependency: bare-events@2.5.0
  • Dependency: base@0.11.2
  • Dependency: bindings@1.5.0
  • Dependency: callsites@3.1.0
  • Dependency: camelcase@5.3.1
  • Dependency: cache-base@1.0.1
  • Dependency: camelcase@6.3.0
  • Dependency: bser@2.1.1
  • Dependency: ci-info@3.9.0
  • Dependency: char-regex@1.0.2
  • Dependency: chokidar@2.1.8
  • Dependency: cjs-module-lexer@1.4.1
  • Dependency: class-utils@0.3.6
  • Dependency: cliui@8.0.1
  • Dependency: clone@1.0.4
  • Dependency: co@4.6.0
  • Dependency: clone-stats@0.0.1
  • Dependency: collect-v8-coverage@1.0.2
  • Dependency: collection-visit@1.0.0
  • Dependency: cookie@0.7.2
  • Dependency: component-emitter@1.3.1
  • Dependency: cookie-parser@1.4.7
  • Dependency: create-jest@29.7.0
  • Dependency: copy-descriptor@0.1.1
  • Dependency: dedent@1.5.3
  • Dependency: deepmerge@4.3.1
  • Dependency: define-property@1.0.0
  • Dependency: define-property@0.2.5
  • Dependency: del@8.0.0
  • Dependency: detect-libc@2.0.3
  • Dependency: detect-newline@3.1.0
  • Dependency: diff-sequences@29.6.3
  • Dependency: define-property@2.0.2
  • Dependency: emittery@0.13.1
  • Dependency: envinfo@7.14.0
  • Dependency: error-ex@1.3.2
  • Dependency: esprima@4.0.1
  • Dependency: execa@5.1.1
  • Dependency: escalade@3.2.0
  • Dependency: escape-string-regexp@2.0.0
  • Dependency: esutils@2.0.3
  • Dependency: expand-brackets@0.1.5
  • Dependency: expand-brackets@2.1.4
  • Dependency: extglob@0.3.2
  • Dependency: expect@29.7.0
  • Dependency: expand-range@1.8.2
  • Dependency: extend-shallow@2.0.1
  • Dependency: fancy-log@1.3.2
  • Dependency: fb-watchman@2.0.2
  • Dependency: file-uri-to-path@1.0.0
  • Dependency: extglob@2.0.4
  • Dependency: filename-regex@2.0.1
  • Dependency: fill-range@2.2.4
  • Dependency: for-own@0.1.5
  • Dependency: fragment-cache@0.2.1
  • Dependency: fill-range@4.0.0
  • Dependency: first-chunk-stream@2.0.0
  • 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: globals@11.12.0
  • Dependency: glob-parent@2.0.0
  • Dependency: glob-parent@3.1.0
  • Dependency: globby@14.0.2
  • Dependency: gulp-babel@8.0.0
  • Dependency: gulp-watch@5.0.1
  • Dependency: has-value@1.0.0
  • Dependency: has-value@0.3.1
  • Dependency: has-values@0.1.4
  • Dependency: human-signals@2.1.0
  • Dependency: has-values@1.0.0
  • Dependency: html-escaper@2.0.2
  • 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-descriptor@0.1.7
  • Dependency: is-equal-shallow@0.1.3
  • Dependency: is-extendable@0.1.1
  • Dependency: is-data-descriptor@1.0.1
  • Dependency: is-dotfile@1.0.3
  • Dependency: is-core-module@2.15.1
  • Dependency: is-descriptor@1.0.3
  • Dependency: is-extglob@1.0.0
  • Dependency: is-generator-fn@2.1.0
  • Dependency: is-glob@3.1.0
  • Dependency: is-glob@2.0.1
  • Dependency: is-number@3.0.0
  • Dependency: is-number@4.0.0
  • Dependency: is-number@2.1.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@6.0.3
  • Dependency: istanbul-lib-report@3.0.1
  • Dependency: istanbul-lib-instrument@5.2.1
  • Dependency: istanbul-reports@3.1.7
  • Dependency: jest@29.7.0
  • Dependency: jest-changed-files@29.7.0
  • Dependency: istanbul-lib-source-maps@4.0.1
  • Dependency: jest-circus@29.7.0
  • Dependency: jest-cli@29.7.0
  • Dependency: jest-docblock@29.7.0
  • Dependency: jest-diff@29.7.0
  • Dependency: jest-config@29.7.0
  • Dependency: jest-get-type@29.6.3
  • Dependency: jest-each@29.7.0
  • Dependency: jest-environment-node@29.7.0
  • 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-resolve@29.7.0
  • Dependency: jest-regex-util@29.6.3
  • Dependency: jest-mock@29.7.0
  • Dependency: jest-pnp-resolver@1.2.3
  • 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-yaml@3.14.1
  • Dependency: jsesc@3.0.2
  • Dependency: js-tokens@4.0.0
  • Dependency: kind-of@3.2.2
  • Dependency: kleur@3.0.3
  • Dependency: kind-of@4.0.0
  • Dependency: leven@3.1.0
  • Dependency: lru-cache@5.1.1
  • Dependency: lines-and-columns@1.2.4
  • Dependency: lru.min@1.1.1
  • Dependency: makeerror@1.0.12
  • Dependency: make-dir@4.0.0
  • Dependency: map-visit@1.0.0
  • Dependency: math-random@1.0.4
  • Dependency: mimic-fn@2.1.0
  • Dependency: micromatch@4.0.8
  • 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: object-copy@0.1.0
  • Dependency: npm-run-path@4.0.1
  • 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-bytea@1.0.0
  • Dependency: postgres-array@2.0.0
  • Dependency: postgres-date@1.0.7
  • Dependency: pretty-format@29.7.0
  • Dependency: postgres-interval@1.2.0
  • Dependency: preserve@0.2.0
  • Dependency: pump@3.0.2
  • Dependency: randomatic@3.1.1
  • Dependency: prompts@2.4.2
  • Dependency: pure-rand@6.1.0
  • 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: regjsgen@0.8.0
  • Dependency: regex-not@1.0.2
  • Dependency: require-in-the-middle@7.4.0
  • Dependency: repeat-element@1.1.4
  • Dependency: repeat-string@1.6.1
  • Dependency: replace-ext@0.0.1
  • Dependency: resolve-url@0.2.1
  • Dependency: ret@0.1.15
  • Dependency: safe-regex@1.1.0
  • Dependency: set-value@2.0.1
  • Dependency: semver@7.6.3
  • Dependency: shimmer@1.2.1
  • Dependency: slash@5.1.0
  • Dependency: source-map-resolve@0.5.3
  • Dependency: sisteransi@1.0.5
  • Dependency: slash@1.0.0
  • Dependency: snapdragon@0.8.2
  • Dependency: snapdragon-node@2.1.1
  • Dependency: snapdragon-util@3.0.1
  • Dependency: signal-exit@3.0.7
  • Dependency: slash@3.0.0
  • Dependency: source-map-support@0.5.13
  • Dependency: source-map-url@0.4.1
  • Dependency: sprintf-js@1.0.3
  • Dependency: split-string@3.1.0
  • Dependency: stack-utils@2.0.6
  • Dependency: static-extend@0.1.2
  • Dependency: string-length@4.0.2
  • Dependency: strip-final-newline@2.0.0
  • Dependency: strip-bom@2.0.0
  • Dependency: strip-bom@4.0.0
  • Dependency: strip-bom-stream@2.0.0
  • Dependency: strip-json-comments@3.1.1
  • Dependency: test-exclude@6.0.0
  • Dependency: tmpl@1.0.5
  • Dependency: through2@3.0.2
  • Dependency: time-stamp@1.1.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: to-object-path@0.3.0
  • Dependency: unicode-canonical-property-names-ecmascript@2.0.1
  • Dependency: uglify-js@3.19.3
  • Dependency: unicode-match-property-ecmascript@2.0.0
  • Dependency: union-value@1.0.1
  • Dependency: unicode-match-property-value-ecmascript@2.2.0
  • Dependency: unicorn-magic@0.1.0
  • Dependency: unicode-property-aliases-ecmascript@2.1.0
  • Dependency: upath@1.2.0
  • Dependency: unset-value@1.0.0
  • Dependency: update-browserslist-db@1.1.1
  • Dependency: urix@0.1.0
  • Dependency: use@3.1.1
  • Dependency: vinyl-file@2.0.0
  • Dependency: v8-to-istanbul@9.3.0
  • Dependency: walker@1.0.8
  • Dependency: vinyl@1.2.0
  • 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-compilation-targets@7.25.9
  • Dependency: @babel/helper-create-class-features-plugin@7.25.9
  • Dependency: @babel/helper-annotate-as-pure@7.25.9
  • Dependency: @babel/helper-module-imports@7.25.9
  • Dependency: @babel/helper-module-transforms@7.26.0
  • Dependency: @babel/helper-plugin-utils@7.25.9
  • Dependency: @babel/helper-remap-async-to-generator@7.25.9
  • Dependency: @babel/helper-member-expression-to-functions@7.25.9
  • Dependency: @babel/helper-optimise-call-expression@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/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9
  • Dependency: @babel/helper-validator-option@7.25.9
  • Dependency: @babel/helper-wrap-function@7.25.9
  • Dependency: @babel/plugin-bugfix-safari-class-field-initializer-scope@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-bugfix-safari-id-destructuring-collision-in-function-expression@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-async-to-generator@7.25.9
  • Dependency: @babel/plugin-transform-block-scoped-functions@7.25.9
  • Dependency: @babel/plugin-transform-arrow-functions@7.25.9
  • Dependency: @babel/plugin-transform-async-generator-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-classes@7.25.9
  • Dependency: @babel/plugin-transform-class-static-block@7.26.0
  • 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-export-namespace-from@7.25.9
  • Dependency: @babel/plugin-transform-dynamic-import@7.25.9
  • Dependency: @babel/plugin-transform-json-strings@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-literals@7.25.9
  • Dependency: @babel/plugin-transform-logical-assignment-operators@7.25.9
  • Dependency: @babel/plugin-transform-modules-amd@7.25.9
  • Dependency: @babel/plugin-transform-member-expression-literals@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-optional-catch-binding@7.25.9
  • Dependency: @babel/plugin-transform-object-super@7.25.9
  • Dependency: @babel/plugin-transform-optional-chaining@7.25.9
  • Dependency: @babel/plugin-transform-parameters@7.25.9
  • Dependency: @babel/plugin-transform-property-literals@7.25.9
  • Dependency: @babel/plugin-transform-private-property-in-object@7.25.9
  • Dependency: @babel/plugin-transform-regenerator@7.25.9
  • Dependency: @babel/plugin-transform-private-methods@7.25.9
  • Dependency: @babel/plugin-transform-regexp-modifiers@7.26.0
  • Dependency: @babel/plugin-transform-spread@7.25.9
  • Dependency: @babel/plugin-transform-shorthand-properties@7.25.9
  • Dependency: @babel/plugin-transform-reserved-words@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-sticky-regex@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-specificity@5.0.0
  • Dependency: css-blank-pseudo@7.0.1
  • Dependency: css-has-pseudo@7.0.1
  • Dependency: @csstools/selector-resolve-nested@3.0.0
  • 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-selector-parser@7.0.0
  • Dependency: postcss-selector-not@8.0.1
  • Dependency: postcss-pseudo-class-any-link@10.0.1
  • 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: decimal.js@10.4.3
  • Dependency: delayed-stream@1.0.0
  • 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: symbol-tree@3.2.4
  • Dependency: tough-cookie@4.1.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: mongodb@6.10.0
  • Dependency: postcss@8.4.49
  • 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/generator@7.26.3
  • Dependency: @babel/helper-create-regexp-features-plugin@7.26.3
  • Dependency: @babel/helper-define-polyfill-provider@0.6.3
  • Dependency: @babel/helpers@7.26.0
  • Dependency: @babel/parser@7.26.3
  • Dependency: @babel/plugin-syntax-jsx@7.25.9
  • Dependency: @babel/plugin-syntax-typescript@7.25.9
  • Dependency: @babel/plugin-transform-exponentiation-operator@7.26.3
  • 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-calc@2.1.0
  • Dependency: @csstools/css-color-parser@3.0.6
  • 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-color-function@4.0.6
  • Dependency: @csstools/postcss-color-mix-function@3.0.6
  • Dependency: @csstools/postcss-content-alt-text@2.0.4
  • Dependency: @csstools/postcss-exponential-functions@2.0.5
  • Dependency: @csstools/postcss-gamut-mapping@2.0.6
  • Dependency: @csstools/postcss-gradients-interpolation-method@5.0.6
  • Dependency: @csstools/postcss-hwb-function@4.0.6
  • Dependency: @csstools/postcss-light-dark-function@2.0.7
  • Dependency: @csstools/postcss-logical-viewport-units@3.0.3
  • Dependency: @csstools/postcss-media-minmax@2.0.5
  • Dependency: @csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4
  • Dependency: @csstools/postcss-oklab-function@4.0.6
  • Dependency: @csstools/postcss-random-function@1.0.1
  • Dependency: @csstools/postcss-relative-color-syntax@3.0.6
  • Dependency: @csstools/postcss-sign-functions@1.1.0
  • Dependency: @csstools/postcss-stepped-value-functions@4.0.5
  • Dependency: @csstools/postcss-trigonometric-functions@4.0.5
  • Dependency: @fortawesome/fontawesome-common-types@6.7.1
  • Dependency: @fortawesome/fontawesome-svg-core@6.7.1
  • Dependency: @opentelemetry/api-logs@0.56.0
  • Dependency: @opentelemetry/context-async-hooks@1.29.0
  • Dependency: @opentelemetry/core@1.29.0
  • Dependency: @opentelemetry/instrumentation@0.56.0
  • Dependency: @opentelemetry/instrumentation-amqplib@0.45.0
  • Dependency: @opentelemetry/instrumentation-connect@0.42.0
  • Dependency: @opentelemetry/instrumentation-dataloader@0.15.0
  • Dependency: @opentelemetry/instrumentation-express@0.46.0
  • Dependency: @opentelemetry/instrumentation-fastify@0.43.0
  • Dependency: @opentelemetry/instrumentation-fs@0.18.0
  • Dependency: @opentelemetry/instrumentation-generic-pool@0.42.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-ioredis@0.46.0
  • Dependency: @opentelemetry/instrumentation-kafkajs@0.6.0
  • Dependency: @opentelemetry/instrumentation-knex@0.43.0
  • Dependency: @opentelemetry/instrumentation-koa@0.46.0
  • Dependency: @opentelemetry/instrumentation-lru-memoizer@0.43.0
  • Dependency: @opentelemetry/instrumentation-mongodb@0.50.0
  • Dependency: @opentelemetry/instrumentation-mongoose@0.45.0
  • Dependency: @opentelemetry/instrumentation-mysql@0.44.0
  • Dependency: @opentelemetry/instrumentation-mysql2@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-arm64@2.39.1
  • Dependency: @sentry/cli-linux-i686@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/opentelemetry@8.43.0
  • Dependency: @sentry/profiling-node@8.43.0
  • Dependency: @testing-library/jest-dom@6.6.3
  • Dependency: @types/node@22.10.1
  • Dependency: @types/tedious@4.0.14
  • Dependency: @webassemblyjs/ast@1.14.1
  • Dependency: @webassemblyjs/floating-point-hex-parser@1.13.2
  • Dependency: @webassemblyjs/helper-api-error@1.13.2
  • Dependency: @webassemblyjs/helper-buffer@1.14.1
  • Dependency: @webassemblyjs/helper-numbers@1.13.2
  • Dependency: @webassemblyjs/helper-wasm-bytecode@1.13.2
  • Dependency: @webassemblyjs/helper-wasm-section@1.14.1
  • Dependency: @webassemblyjs/ieee754@1.13.2
  • 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/wasm-opt@1.14.1
  • Dependency: @webassemblyjs/wasm-parser@1.14.1
  • Dependency: @webassemblyjs/wast-printer@1.14.1
  • Dependency: babel-plugin-polyfill-corejs2@0.4.12
  • Dependency: babel-plugin-polyfill-regenerator@0.6.3
  • Dependency: browserslist@4.24.2
  • Dependency: bson@6.10.1
  • Dependency: call-bind@1.0.8
  • Dependency: call-bind-apply-helpers@1.0.1
  • Dependency: core-js-compat@3.39.0
  • Dependency: cssdb@8.2.3
  • Dependency: debug@4.4.0
  • Dependency: dunder-proto@1.0.0
  • Dependency: electron-to-chromium@1.5.72
  • Dependency: es-define-property@1.0.1
  • Dependency: form-data@4.0.1
  • Dependency: forwarded-parse@2.1.2
  • Dependency: get-intrinsic@1.2.5
  • Dependency: gopd@1.2.0
  • Dependency: has-symbols@1.1.0
  • Dependency: import-in-the-middle@1.11.3
  • Dependency: lilconfig@3.1.3
  • Dependency: mongoose@8.8.4
  • Dependency: mysql2@3.11.5
  • Dependency: nan@2.22.0
  • Dependency: nanoid@3.3.8
  • Dependency: node-abi@3.71.0
  • Dependency: node-releases@2.0.19
  • Dependency: nwsapi@2.2.16
  • Dependency: object-inspect@1.13.3
  • Dependency: p-map@7.0.3
  • Dependency: parse5@7.2.1
  • Dependency: postcss-color-functional-notation@7.0.6
  • Dependency: postcss-custom-media@11.0.5
  • Dependency: postcss-custom-properties@14.0.4
  • Dependency: postcss-custom-selectors@8.0.4
  • Dependency: postcss-lab-function@7.0.6
  • Dependency: postcss-preset-env@10.1.1
  • Dependency: psl@1.15.0
  • Dependency: regexpu-core@6.2.0
  • Dependency: regjsparser@0.12.0
  • Dependency: resolve.exports@2.0.3
  • Dependency: streamx@2.21.0
  • Dependency: terser@5.37.0
  • Dependency: text-decoder@1.2.2
  • Dependency: undici-types@6.20.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: caniuse-lite@1.0.30001687

📈 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!

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:02:11
  • 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 4
Insecure Random Number Generator High 3
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-syntax-async-generators@7.8.4
  • Dependency: @babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2
  • Dependency: @babel/plugin-syntax-bigint@7.8.3
  • Dependency: @babel/plugin-syntax-class-properties@7.12.13
  • Dependency: @babel/plugin-syntax-import-meta@7.10.4
  • Dependency: @babel/plugin-syntax-json-strings@7.8.3
  • Dependency: @babel/plugin-syntax-class-static-block@7.14.5
  • Dependency: @babel/plugin-syntax-object-rest-spread@7.8.3
  • Dependency: @babel/plugin-syntax-logical-assignment-operators@7.10.4
  • Dependency: @babel/plugin-syntax-numeric-separator@7.10.4
  • Dependency: @babel/plugin-syntax-optional-catch-binding@7.8.3
  • Dependency: @babel/plugin-syntax-nullish-coalescing-operator@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: @jest/schemas@29.6.3
  • Dependency: @jest/types@29.6.3
  • Dependency: @istanbuljs/load-nyc-config@1.1.0
  • Dependency: @istanbuljs/schema@0.1.3
  • Dependency: @jest/expect@29.7.0
  • Dependency: @jest/source-map@29.6.3
  • Dependency: @jest/test-result@29.7.0
  • Dependency: @bcoe/v8-coverage@0.2.3
  • Dependency: @jest/console@29.7.0
  • Dependency: @jest/core@29.7.0
  • Dependency: @jest/environment@29.7.0
  • Dependency: @jest/fake-timers@29.7.0
  • Dependency: @jest/reporters@29.7.0
  • Dependency: @jest/test-sequencer@29.7.0
  • Dependency: @jest/expect-utils@29.7.0
  • Dependency: @jest/globals@29.7.0
  • Dependency: @jest/transform@29.7.0
  • 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/sql-common@0.40.1
  • Dependency: @prisma/instrumentation@5.19.1
  • Dependency: @opentelemetry/semantic-conventions@1.27.0
  • Dependency: @sinclair/typebox@0.27.8
  • Dependency: @sindresorhus/merge-streams@2.3.0
  • Dependency: @sinonjs/commons@3.0.1
  • 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: @sinonjs/fake-timers@10.3.0
  • Dependency: @types/connect@3.4.36
  • Dependency: @types/graceful-fs@4.1.9
  • Dependency: @types/istanbul-lib-coverage@2.0.6
  • Dependency: @types/estree@1.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-styles@5.2.0
  • Dependency: ansi-gray@0.1.1
  • Dependency: argparse@1.0.10
  • Dependency: anymatch@1.3.2
  • Dependency: anymatch@2.0.0
  • 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: binary-extensions@1.13.1
  • Dependency: bare-events@2.5.0
  • Dependency: base@0.11.2
  • Dependency: bindings@1.5.0
  • Dependency: callsites@3.1.0
  • Dependency: camelcase@5.3.1
  • Dependency: cache-base@1.0.1
  • Dependency: camelcase@6.3.0
  • Dependency: bser@2.1.1
  • Dependency: ci-info@3.9.0
  • Dependency: char-regex@1.0.2
  • Dependency: chokidar@2.1.8
  • Dependency: cjs-module-lexer@1.4.1
  • Dependency: class-utils@0.3.6
  • Dependency: cliui@8.0.1
  • Dependency: clone@1.0.4
  • Dependency: co@4.6.0
  • Dependency: clone-stats@0.0.1
  • Dependency: collect-v8-coverage@1.0.2
  • Dependency: collection-visit@1.0.0
  • Dependency: cookie@0.7.2
  • Dependency: component-emitter@1.3.1
  • Dependency: cookie-parser@1.4.7
  • Dependency: create-jest@29.7.0
  • Dependency: copy-descriptor@0.1.1
  • Dependency: dedent@1.5.3
  • Dependency: deepmerge@4.3.1
  • Dependency: define-property@1.0.0
  • Dependency: define-property@0.2.5
  • Dependency: del@8.0.0
  • Dependency: detect-libc@2.0.3
  • Dependency: detect-newline@3.1.0
  • Dependency: diff-sequences@29.6.3
  • Dependency: define-property@2.0.2
  • Dependency: emittery@0.13.1
  • Dependency: envinfo@7.14.0
  • Dependency: error-ex@1.3.2
  • Dependency: esprima@4.0.1
  • Dependency: execa@5.1.1
  • Dependency: escalade@3.2.0
  • Dependency: escape-string-regexp@2.0.0
  • Dependency: esutils@2.0.3
  • Dependency: expand-brackets@0.1.5
  • Dependency: expand-brackets@2.1.4
  • Dependency: extglob@0.3.2
  • Dependency: expect@29.7.0
  • Dependency: expand-range@1.8.2
  • Dependency: extend-shallow@2.0.1
  • Dependency: fancy-log@1.3.2
  • Dependency: fb-watchman@2.0.2
  • Dependency: file-uri-to-path@1.0.0
  • Dependency: extglob@2.0.4
  • Dependency: filename-regex@2.0.1
  • Dependency: fill-range@2.2.4
  • Dependency: for-own@0.1.5
  • Dependency: fragment-cache@0.2.1
  • Dependency: fill-range@4.0.0
  • Dependency: first-chunk-stream@2.0.0
  • 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: globals@11.12.0
  • Dependency: glob-parent@2.0.0
  • Dependency: glob-parent@3.1.0
  • Dependency: globby@14.0.2
  • Dependency: gulp-babel@8.0.0
  • Dependency: gulp-watch@5.0.1
  • Dependency: has-value@1.0.0
  • Dependency: has-value@0.3.1
  • Dependency: has-values@0.1.4
  • Dependency: human-signals@2.1.0
  • Dependency: has-values@1.0.0
  • Dependency: html-escaper@2.0.2
  • 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-descriptor@0.1.7
  • Dependency: is-equal-shallow@0.1.3
  • Dependency: is-extendable@0.1.1
  • Dependency: is-data-descriptor@1.0.1
  • Dependency: is-dotfile@1.0.3
  • Dependency: is-core-module@2.15.1
  • Dependency: is-descriptor@1.0.3
  • Dependency: is-extglob@1.0.0
  • Dependency: is-generator-fn@2.1.0
  • Dependency: is-glob@3.1.0
  • Dependency: is-glob@2.0.1
  • Dependency: is-number@3.0.0
  • Dependency: is-number@4.0.0
  • Dependency: is-number@2.1.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@6.0.3
  • Dependency: istanbul-lib-report@3.0.1
  • Dependency: istanbul-lib-instrument@5.2.1
  • Dependency: istanbul-reports@3.1.7
  • Dependency: jest@29.7.0
  • Dependency: jest-changed-files@29.7.0
  • Dependency: istanbul-lib-source-maps@4.0.1
  • Dependency: jest-circus@29.7.0
  • Dependency: jest-cli@29.7.0
  • Dependency: jest-docblock@29.7.0
  • Dependency: jest-diff@29.7.0
  • Dependency: jest-config@29.7.0
  • Dependency: jest-get-type@29.6.3
  • Dependency: jest-each@29.7.0
  • Dependency: jest-environment-node@29.7.0
  • 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-resolve@29.7.0
  • Dependency: jest-regex-util@29.6.3
  • Dependency: jest-mock@29.7.0
  • Dependency: jest-pnp-resolver@1.2.3
  • 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-yaml@3.14.1
  • Dependency: jsesc@3.0.2
  • Dependency: js-tokens@4.0.0
  • Dependency: kind-of@3.2.2
  • Dependency: kleur@3.0.3
  • Dependency: kind-of@4.0.0
  • Dependency: leven@3.1.0
  • Dependency: lru-cache@5.1.1
  • Dependency: lines-and-columns@1.2.4
  • Dependency: lru.min@1.1.1
  • Dependency: makeerror@1.0.12
  • Dependency: make-dir@4.0.0
  • Dependency: map-visit@1.0.0
  • Dependency: math-random@1.0.4
  • Dependency: mimic-fn@2.1.0
  • Dependency: micromatch@4.0.8
  • 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: object-copy@0.1.0
  • Dependency: npm-run-path@4.0.1
  • 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-bytea@1.0.0
  • Dependency: postgres-array@2.0.0
  • Dependency: postgres-date@1.0.7
  • Dependency: pretty-format@29.7.0
  • Dependency: postgres-interval@1.2.0
  • Dependency: preserve@0.2.0
  • Dependency: pump@3.0.2
  • Dependency: randomatic@3.1.1
  • Dependency: prompts@2.4.2
  • Dependency: pure-rand@6.1.0
  • 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: regjsgen@0.8.0
  • Dependency: regex-not@1.0.2
  • Dependency: require-in-the-middle@7.4.0
  • Dependency: repeat-element@1.1.4
  • Dependency: repeat-string@1.6.1
  • Dependency: replace-ext@0.0.1
  • Dependency: resolve-url@0.2.1
  • Dependency: ret@0.1.15
  • Dependency: safe-regex@1.1.0
  • Dependency: set-value@2.0.1
  • Dependency: semver@7.6.3
  • Dependency: shimmer@1.2.1
  • Dependency: slash@5.1.0
  • Dependency: source-map-resolve@0.5.3
  • Dependency: sisteransi@1.0.5
  • Dependency: slash@1.0.0
  • Dependency: snapdragon@0.8.2
  • Dependency: snapdragon-node@2.1.1
  • Dependency: snapdragon-util@3.0.1
  • Dependency: signal-exit@3.0.7
  • Dependency: slash@3.0.0
  • Dependency: source-map-support@0.5.13
  • Dependency: source-map-url@0.4.1
  • Dependency: sprintf-js@1.0.3
  • Dependency: split-string@3.1.0
  • Dependency: stack-utils@2.0.6
  • Dependency: static-extend@0.1.2
  • Dependency: string-length@4.0.2
  • Dependency: strip-final-newline@2.0.0
  • Dependency: strip-bom@2.0.0
  • Dependency: strip-bom@4.0.0
  • Dependency: strip-bom-stream@2.0.0
  • Dependency: strip-json-comments@3.1.1
  • Dependency: test-exclude@6.0.0
  • Dependency: tmpl@1.0.5
  • Dependency: through2@3.0.2
  • Dependency: time-stamp@1.1.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: to-object-path@0.3.0
  • Dependency: unicode-canonical-property-names-ecmascript@2.0.1
  • Dependency: uglify-js@3.19.3
  • Dependency: unicode-match-property-ecmascript@2.0.0
  • Dependency: union-value@1.0.1
  • Dependency: unicode-match-property-value-ecmascript@2.2.0
  • Dependency: unicorn-magic@0.1.0
  • Dependency: unicode-property-aliases-ecmascript@2.1.0
  • Dependency: upath@1.2.0
  • Dependency: unset-value@1.0.0
  • Dependency: update-browserslist-db@1.1.1
  • Dependency: urix@0.1.0
  • Dependency: use@3.1.1
  • Dependency: vinyl-file@2.0.0
  • Dependency: v8-to-istanbul@9.3.0
  • Dependency: walker@1.0.8
  • Dependency: vinyl@1.2.0
  • 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-compilation-targets@7.25.9
  • Dependency: @babel/helper-create-class-features-plugin@7.25.9
  • Dependency: @babel/helper-annotate-as-pure@7.25.9
  • Dependency: @babel/helper-module-imports@7.25.9
  • Dependency: @babel/helper-module-transforms@7.26.0
  • Dependency: @babel/helper-plugin-utils@7.25.9
  • Dependency: @babel/helper-remap-async-to-generator@7.25.9
  • Dependency: @babel/helper-member-expression-to-functions@7.25.9
  • Dependency: @babel/helper-optimise-call-expression@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/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9
  • Dependency: @babel/helper-validator-option@7.25.9
  • Dependency: @babel/helper-wrap-function@7.25.9
  • Dependency: @babel/plugin-bugfix-safari-class-field-initializer-scope@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-bugfix-safari-id-destructuring-collision-in-function-expression@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-async-to-generator@7.25.9
  • Dependency: @babel/plugin-transform-block-scoped-functions@7.25.9
  • Dependency: @babel/plugin-transform-arrow-functions@7.25.9
  • Dependency: @babel/plugin-transform-async-generator-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-classes@7.25.9
  • Dependency: @babel/plugin-transform-class-static-block@7.26.0
  • 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-export-namespace-from@7.25.9
  • Dependency: @babel/plugin-transform-dynamic-import@7.25.9
  • Dependency: @babel/plugin-transform-json-strings@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-literals@7.25.9
  • Dependency: @babel/plugin-transform-logical-assignment-operators@7.25.9
  • Dependency: @babel/plugin-transform-modules-amd@7.25.9
  • Dependency: @babel/plugin-transform-member-expression-literals@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-optional-catch-binding@7.25.9
  • Dependency: @babel/plugin-transform-object-super@7.25.9
  • Dependency: @babel/plugin-transform-optional-chaining@7.25.9
  • Dependency: @babel/plugin-transform-parameters@7.25.9
  • Dependency: @babel/plugin-transform-property-literals@7.25.9
  • Dependency: @babel/plugin-transform-private-property-in-object@7.25.9
  • Dependency: @babel/plugin-transform-regenerator@7.25.9
  • Dependency: @babel/plugin-transform-private-methods@7.25.9
  • Dependency: @babel/plugin-transform-regexp-modifiers@7.26.0
  • Dependency: @babel/plugin-transform-spread@7.25.9
  • Dependency: @babel/plugin-transform-shorthand-properties@7.25.9
  • Dependency: @babel/plugin-transform-reserved-words@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-sticky-regex@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-specificity@5.0.0
  • Dependency: css-blank-pseudo@7.0.1
  • Dependency: css-has-pseudo@7.0.1
  • Dependency: @csstools/selector-resolve-nested@3.0.0
  • 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-selector-parser@7.0.0
  • Dependency: postcss-selector-not@8.0.1
  • Dependency: postcss-pseudo-class-any-link@10.0.1
  • 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: decimal.js@10.4.3
  • Dependency: delayed-stream@1.0.0
  • 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: symbol-tree@3.2.4
  • Dependency: tough-cookie@4.1.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: mongodb@6.10.0
  • Dependency: postcss@8.4.49
  • 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/generator@7.26.3
  • Dependency: @babel/helper-create-regexp-features-plugin@7.26.3
  • Dependency: @babel/helper-define-polyfill-provider@0.6.3
  • Dependency: @babel/helpers@7.26.0
  • Dependency: @babel/parser@7.26.3
  • Dependency: @babel/plugin-syntax-jsx@7.25.9
  • Dependency: @babel/plugin-syntax-typescript@7.25.9
  • Dependency: @babel/plugin-transform-exponentiation-operator@7.26.3
  • 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-calc@2.1.0
  • Dependency: @csstools/css-color-parser@3.0.6
  • 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-color-function@4.0.6
  • Dependency: @csstools/postcss-color-mix-function@3.0.6
  • Dependency: @csstools/postcss-content-alt-text@2.0.4
  • Dependency: @csstools/postcss-exponential-functions@2.0.5
  • Dependency: @csstools/postcss-gamut-mapping@2.0.6
  • Dependency: @csstools/postcss-gradients-interpolation-method@5.0.6
  • Dependency: @csstools/postcss-hwb-function@4.0.6
  • Dependency: @csstools/postcss-light-dark-function@2.0.7
  • Dependency: @csstools/postcss-logical-viewport-units@3.0.3
  • Dependency: @csstools/postcss-media-minmax@2.0.5
  • Dependency: @csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4
  • Dependency: @csstools/postcss-oklab-function@4.0.6
  • Dependency: @csstools/postcss-random-function@1.0.1
  • Dependency: @csstools/postcss-relative-color-syntax@3.0.6
  • Dependency: @csstools/postcss-sign-functions@1.1.0
  • Dependency: @csstools/postcss-stepped-value-functions@4.0.5
  • Dependency: @csstools/postcss-trigonometric-functions@4.0.5
  • Dependency: @fortawesome/fontawesome-common-types@6.7.1
  • Dependency: @fortawesome/fontawesome-svg-core@6.7.1
  • Dependency: @opentelemetry/api-logs@0.56.0
  • Dependency: @opentelemetry/context-async-hooks@1.29.0
  • Dependency: @opentelemetry/core@1.29.0
  • Dependency: @opentelemetry/instrumentation@0.56.0
  • Dependency: @opentelemetry/instrumentation-amqplib@0.45.0
  • Dependency: @opentelemetry/instrumentation-connect@0.42.0
  • Dependency: @opentelemetry/instrumentation-dataloader@0.15.0
  • Dependency: @opentelemetry/instrumentation-express@0.46.0
  • Dependency: @opentelemetry/instrumentation-fastify@0.43.0
  • Dependency: @opentelemetry/instrumentation-fs@0.18.0
  • Dependency: @opentelemetry/instrumentation-generic-pool@0.42.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-ioredis@0.46.0
  • Dependency: @opentelemetry/instrumentation-kafkajs@0.6.0
  • Dependency: @opentelemetry/instrumentation-knex@0.43.0
  • Dependency: @opentelemetry/instrumentation-koa@0.46.0
  • Dependency: @opentelemetry/instrumentation-lru-memoizer@0.43.0
  • Dependency: @opentelemetry/instrumentation-mongodb@0.50.0
  • Dependency: @opentelemetry/instrumentation-mongoose@0.45.0
  • Dependency: @opentelemetry/instrumentation-mysql@0.44.0
  • Dependency: @opentelemetry/instrumentation-mysql2@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-arm64@2.39.1
  • Dependency: @sentry/cli-linux-i686@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/opentelemetry@8.43.0
  • Dependency: @sentry/profiling-node@8.43.0
  • Dependency: @testing-library/jest-dom@6.6.3
  • Dependency: @types/node@22.10.1
  • Dependency: @types/tedious@4.0.14
  • Dependency: @webassemblyjs/ast@1.14.1
  • Dependency: @webassemblyjs/floating-point-hex-parser@1.13.2
  • Dependency: @webassemblyjs/helper-api-error@1.13.2
  • Dependency: @webassemblyjs/helper-buffer@1.14.1
  • Dependency: @webassemblyjs/helper-numbers@1.13.2
  • Dependency: @webassemblyjs/helper-wasm-bytecode@1.13.2
  • Dependency: @webassemblyjs/helper-wasm-section@1.14.1
  • Dependency: @webassemblyjs/ieee754@1.13.2
  • 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/wasm-opt@1.14.1
  • Dependency: @webassemblyjs/wasm-parser@1.14.1
  • Dependency: @webassemblyjs/wast-printer@1.14.1
  • Dependency: babel-plugin-polyfill-corejs2@0.4.12
  • Dependency: babel-plugin-polyfill-regenerator@0.6.3
  • Dependency: browserslist@4.24.2
  • Dependency: bson@6.10.1
  • Dependency: call-bind@1.0.8
  • Dependency: call-bind-apply-helpers@1.0.1
  • Dependency: core-js-compat@3.39.0
  • Dependency: cssdb@8.2.3
  • Dependency: debug@4.4.0
  • Dependency: dunder-proto@1.0.0
  • Dependency: electron-to-chromium@1.5.72
  • Dependency: es-define-property@1.0.1
  • Dependency: form-data@4.0.1
  • Dependency: forwarded-parse@2.1.2
  • Dependency: get-intrinsic@1.2.5
  • Dependency: gopd@1.2.0
  • Dependency: has-symbols@1.1.0
  • Dependency: import-in-the-middle@1.11.3
  • Dependency: lilconfig@3.1.3
  • Dependency: mongoose@8.8.4
  • Dependency: mysql2@3.11.5
  • Dependency: nan@2.22.0
  • Dependency: nanoid@3.3.8
  • Dependency: node-abi@3.71.0
  • Dependency: node-releases@2.0.19
  • Dependency: nwsapi@2.2.16
  • Dependency: object-inspect@1.13.3
  • Dependency: p-map@7.0.3
  • Dependency: parse5@7.2.1
  • Dependency: postcss-color-functional-notation@7.0.6
  • Dependency: postcss-custom-media@11.0.5
  • Dependency: postcss-custom-properties@14.0.4
  • Dependency: postcss-custom-selectors@8.0.4
  • Dependency: postcss-lab-function@7.0.6
  • Dependency: postcss-preset-env@10.1.1
  • Dependency: psl@1.15.0
  • Dependency: regexpu-core@6.2.0
  • Dependency: regjsparser@0.12.0
  • Dependency: resolve.exports@2.0.3
  • Dependency: streamx@2.21.0
  • Dependency: terser@5.37.0
  • Dependency: text-decoder@1.2.2
  • Dependency: undici-types@6.20.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: caniuse-lite@1.0.30001687

📈 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!

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

🚀 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:01:53
  • 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 4
Insecure Random Number Generator High 3
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: css-has-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: postcss@8.4.49
  • 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-calc@2.1.0
  • Dependency: @csstools/css-color-parser@3.0.6
  • 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-color-function@4.0.6
  • Dependency: @csstools/postcss-color-mix-function@3.0.6
  • Dependency: @csstools/postcss-content-alt-text@2.0.4
  • Dependency: @csstools/postcss-exponential-functions@2.0.5
  • Dependency: @csstools/postcss-gamut-mapping@2.0.6
  • Dependency: @csstools/postcss-gradients-interpolation-method@5.0.6
  • Dependency: @csstools/postcss-hwb-function@4.0.6
  • Dependency: @csstools/postcss-light-dark-function@2.0.7
  • Dependency: @csstools/postcss-logical-viewport-units@3.0.3
  • Dependency: @csstools/postcss-media-minmax@2.0.5
  • Dependency: @csstools/postcss-random-function@1.0.1
  • Dependency: @csstools/postcss-trigonometric-functions@4.0.5
  • 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: @csstools/postcss-oklab-function@4.0.6
  • 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: @csstools/postcss-sign-functions@1.1.0
  • 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: @csstools/postcss-relative-color-syntax@3.0.6
  • Dependency: @csstools/postcss-stepped-value-functions@4.0.5
  • 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: 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-color-functional-notation@7.0.6
  • Dependency: postcss-custom-media@11.0.5
  • Dependency: postcss-custom-selectors@8.0.4
  • Dependency: postcss-preset-env@10.1.1
  • Dependency: postcss-lab-function@7.0.6
  • 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: caniuse-lite@1.0.30001687
  • Dependency: mongodb@6.12.0
  • Dependency: mongoose@8.9.3

📈 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!

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

sonarqubecloud bot commented Jan 9, 2025

@reisene reisene added merge when passing Merge the PR automatically once all status checks have passed mergequeue automerge Mergify label and removed blocked labels Jan 9, 2025
@aviator-app aviator-app bot added the blocked label Jan 9, 2025
Copy link
Contributor

aviator-app bot commented Jan 9, 2025

This pull request failed to merge: PR cannot be automatically rebased, please rebase manually to continue. After you have resolved the problem, you should remove the blocked pull request label from this PR and then try to re-queue the PR. Note that the pull request will be automatically re-queued if it has the mergequeue label.

Additional debug info: A merge conflict occurred while queueing this pull request. Potential conflicting pull requests:

Please resolve manually and requeue. If resolving manually does not work, you may need to wait for previous PRs in the queue to merge.

@mergify mergify bot merged commit 03ce667 into main Jan 9, 2025
27 of 37 checks passed
@mergify mergify bot deleted the dependabot/npm_and_yarn/sentry/browser-8.47.0 branch January 9, 2025 11:49
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:01:41
  • 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 4
Insecure Random Number Generator High 3
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: css-has-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: postcss@8.4.49
  • 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-calc@2.1.0
  • Dependency: @csstools/css-color-parser@3.0.6
  • 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-color-function@4.0.6
  • Dependency: @csstools/postcss-color-mix-function@3.0.6
  • Dependency: @csstools/postcss-content-alt-text@2.0.4
  • Dependency: @csstools/postcss-exponential-functions@2.0.5
  • Dependency: @csstools/postcss-gamut-mapping@2.0.6
  • Dependency: @csstools/postcss-gradients-interpolation-method@5.0.6
  • Dependency: @csstools/postcss-hwb-function@4.0.6
  • Dependency: @csstools/postcss-light-dark-function@2.0.7
  • Dependency: @csstools/postcss-logical-viewport-units@3.0.3
  • Dependency: @csstools/postcss-media-minmax@2.0.5
  • Dependency: @csstools/postcss-random-function@1.0.1
  • Dependency: @csstools/postcss-trigonometric-functions@4.0.5
  • 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: @csstools/postcss-oklab-function@4.0.6
  • 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: @csstools/postcss-sign-functions@1.1.0
  • 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: @csstools/postcss-relative-color-syntax@3.0.6
  • Dependency: @csstools/postcss-stepped-value-functions@4.0.5
  • 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-color-functional-notation@7.0.6
  • Dependency: postcss-custom-media@11.0.5
  • Dependency: postcss-custom-selectors@8.0.4
  • Dependency: postcss-preset-env@10.1.1
  • Dependency: postcss-lab-function@7.0.6
  • 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: mongoose@8.9.3

📈 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AnyChange automerge Mergify label blocked dependencies Pull requests that update a dependency file merge when passing Merge the PR automatically once all status checks have passed mergequeue release root
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants