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

Dependency Updates: Bump @oconva/qvikchat from 1.0.9 to 2.0.2 in the qvikchat group #19

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

Bumps the qvikchat group with 1 update: @oconva/qvikchat.

Updates @oconva/qvikchat from 1.0.9 to 2.0.2

Release notes

Sourced from @​oconva/qvikchat's releases.

2.0.2

What's Changed

  • Minor fixes. Renamed chat endpoint configurations to be more logically correct, now - ChatEndpointConfig.
  • Dependency Updates: Bump @​langchain/google-genai from 0.0.21 to 0.0.23 in the langchain group by @​dependabot in oconva/qvikchat#73

Full Changelog: oconva/qvikchat@2.0.1...2.0.2

2.0.1

QvikChat v2

Minor changes to the documentation to reflect recent changes in v2

Full Changelog: oconva/qvikchat@2.0.0...2.0.1

2.0.0

QvikChat v2 🎉

QvikChat v2 with new features like support for multimodal I/O and several fixes and optimizations, to help you create even more powerful conversational AI experiences.

Major updates

  • Multimodal I/O: Support for multimodal input and output.
    • Updated endpoint creation logic, response generation logic, caching logic, chat history logic, and default prompts to support multimodal I/O.
  • Verbose Response Mode: Added support for providing a flag verbose with the request to get the full response object in return for the request (will contain the query's response, usage metrics, etc.).
  • DALL-E 3: Added DALL-E 3 to supported models for image generation task.
  • Core functions: Now core functions like defineChatEndpoint, setupGenkit and runServer can be accessed directly from root-level (e.g. import { defineChatEndpoint } from '@oconva/qvikchat').
  • Configure and run server: Introduced new method configureAndRunServer. This method takes in the list of configurations for endpoints to define. It will:
    1. Setup Genkit
    2. Define endpoints
    3. Start server
  • Reduce overall package size by eliminating dependency on external packages where possible.

Changes

  • updates to cache store for multimodality #43

  • updated define chat endpoint logic to support multimodal input output and verbose mode

  • fixed endpoint output schema to support verbose response

  • updated tests to support multimodal input output (tests only use text I/O for now) #43

  • added changes to setup alpha branch for alpha release

  • Added Changes to prompts, chat agent, endpoints to support Multimodal I/O (#57)

... (truncated)

Commits
  • 30c8615 renamed chat endpoint configurations object
  • ff4cf10 Dependency Updates: Bump @​langchain/google-genai in the langchain group (#73)
  • 48a432d updated documentation for v2
  • 30873d8 Target release 2.0.0 (#72)
  • ae7cc07 Dependency Updates: Bump fast-xml-parser from 4.4.0 to 4.4.1 (#56)
  • 212fe97 Dependency Updates: Bump typescript-eslint in the dev-dependencies group (#61)
  • ce17776 Dependency Updates: Bump @​eslint/js in the dev-dependencies group (#55)
  • 553fc0c Dependency Updates: Bump firebase-admin in the dependencies group (#53)
  • 465695e Dependency Updates: Bump the genkit group with 9 updates (#51)
  • 4b7e110 Dependency Updates: Bump the dev-dependencies group with 2 updates (#50)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the qvikchat group with 1 update: [@oconva/qvikchat](https://github.com/oconva/qvikchat).


Updates `@oconva/qvikchat` from 1.0.9 to 2.0.2
- [Release notes](https://github.com/oconva/qvikchat/releases)
- [Commits](oconva/qvikchat@1.0.9...2.0.2)

---
updated-dependencies:
- dependency-name: "@oconva/qvikchat"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: qvikchat
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 2, 2024
Copy link

github-actions bot commented Aug 2, 2024

Dependency Review

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

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
npm/@fastify/busboy 3.0.0 UnknownUnknown
npm/@firebase/database 1.0.7 🟢 5.8
Details
CheckScoreReason
Code-Review🟢 8Found 25/30 approved changesets -- score normalized to 8
Maintained🟢 1030 commit(s) and 1 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
License🟢 9license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy🟢 10security policy file detected
SAST🟢 8SAST tool is not run on all commits -- score normalized to 8
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities⚠️ 065 existing vulnerabilities detected
npm/@firebase/database-compat 1.0.7 🟢 5.8
Details
CheckScoreReason
Code-Review🟢 8Found 25/30 approved changesets -- score normalized to 8
Maintained🟢 1030 commit(s) and 1 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
License🟢 9license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy🟢 10security policy file detected
SAST🟢 8SAST tool is not run on all commits -- score normalized to 8
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities⚠️ 065 existing vulnerabilities detected
npm/@genkit-ai/core 0.5.9 UnknownUnknown
npm/@genkit-ai/flow 0.5.9 UnknownUnknown
npm/@google-cloud/storage 7.12.0 🟢 6.8
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1023 commit(s) and 1 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
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Vulnerabilities🟢 100 existing vulnerabilities detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
SAST🟢 3SAST tool is not run on all commits -- score normalized to 3
Fuzzing⚠️ 0project is not fuzzed
npm/@langchain/community 0.2.22 UnknownUnknown
npm/@langchain/core 0.2.19 UnknownUnknown
npm/@langchain/google-genai 0.0.23 UnknownUnknown
npm/@langchain/openai 0.2.5 UnknownUnknown
npm/@oconva/qvikchat 2.0.2 UnknownUnknown
npm/@types/connect 3.4.38 🟢 6.9
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 8Found 24/30 approved changesets -- score normalized to 8
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Packaging⚠️ -1packaging workflow not detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 8dependency not pinned by hash detected -- score normalized to 8
Fuzzing⚠️ 0project is not fuzzed
npm/async 3.2.5 🟢 4.6
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/1 approved changesets -- score normalized to 0
Maintained🟢 109 commit(s) and 4 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
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy⚠️ 0security policy file not detected
Pinned-Dependencies🟢 4dependency not pinned by hash detected -- score normalized to 4
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities⚠️ 014 existing vulnerabilities detected
npm/color-convert 1.9.3 🟢 3.6
Details
CheckScoreReason
Code-Review⚠️ 2Found 8/30 approved changesets -- score normalized to 2
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy⚠️ 0security policy file not detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/color-name 1.1.3 🟢 3.3
Details
CheckScoreReason
Code-Review⚠️ 2Found 6/21 approved changesets -- score normalized to 2
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
Dangerous-Workflow⚠️ -1no workflows found
Token-Permissions⚠️ -1No tokens found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Signed-Releases⚠️ -1no releases found
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/debug 4.3.6 🟢 4.1
Details
CheckScoreReason
Code-Review🟢 3Found 11/28 approved changesets -- score normalized to 3
Maintained🟢 55 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Token-Permissions⚠️ -1No tokens found
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
Dangerous-Workflow⚠️ -1no workflows found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities🟢 100 existing vulnerabilities detected
Signed-Releases⚠️ -1no releases found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/fast-xml-parser 4.4.1 🟢 5.9
Details
CheckScoreReason
Code-Review🟢 3Found 11/30 approved changesets -- score normalized to 3
Maintained🟢 1014 commit(s) and 11 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
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy🟢 10security policy file detected
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Fuzzing🟢 10project is fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Vulnerabilities🟢 46 existing vulnerabilities detected
npm/firebase-admin 12.3.0 🟢 6.7
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 7 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
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
Fuzzing⚠️ 0project is not fuzzed
Security-Policy🟢 10security policy file detected
SAST🟢 9SAST tool is not run on all commits -- score normalized to 9
Vulnerabilities🟢 55 existing vulnerabilities detected
npm/google-gax 4.3.8 🟢 6.9
Details
CheckScoreReason
Maintained🟢 1024 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 10all changesets reviewed
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 5SAST tool is not run on all commits -- score normalized to 5
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
npm/langchain 0.2.12 UnknownUnknown
npm/langsmith 0.1.40 🟢 6.1
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 17 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
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
Packaging🟢 10packaging workflow detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities🟢 100 existing vulnerabilities detected
npm/prettier 3.3.3 🟢 6.4
Details
CheckScoreReason
Code-Review🟢 3Found 5/13 approved changesets -- score normalized to 3
Maintained🟢 1030 commit(s) and 10 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
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Token-Permissions🟢 9detected GitHub workflow tokens with excessive permissions
SAST🟢 10SAST tool is run on all commits
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Vulnerabilities⚠️ 021 existing vulnerabilities detected
npm/pump 3.0.0 🟢 4
Details
CheckScoreReason
Code-Review⚠️ 1Found 4/30 approved changesets -- score normalized to 1
Maintained⚠️ 01 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Dangerous-Workflow⚠️ -1no workflows found
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ -1No tokens found
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ -1no dependencies found
Security-Policy🟢 10security policy file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Signed-Releases⚠️ -1no releases found
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/semver 7.6.3 🟢 7.2
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1012 commit(s) and 3 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
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy🟢 10security policy file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ -1no releases found
Vulnerabilities🟢 100 existing vulnerabilities detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 9SAST tool detected but not run on all commits
npm/typescript 5.5.4 🟢 8.6
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Code-Review🟢 10all changesets reviewed
Contributors🟢 10project has 35 contributing companies or organizations
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Fuzzing🟢 10project is fuzzed
License🟢 10license file detected
Maintained🟢 1030 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Pinned-Dependencies🟢 6dependency not pinned by hash detected -- score normalized to 6
SAST🟢 10SAST tool is run on all commits
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Vulnerabilities🟢 91 existing vulnerabilities detected
npm/yaml 2.5.0 🟢 6.4
Details
CheckScoreReason
Code-Review⚠️ 0Found 1/30 approved changesets -- score normalized to 0
Maintained🟢 1028 commit(s) and 17 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
License🟢 10license file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Binary-Artifacts🟢 10no binaries found in the repo
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Fuzzing🟢 10project is fuzzed
SAST🟢 10SAST tool is run on all commits
Vulnerabilities🟢 100 existing vulnerabilities detected
npm/@oconva/qvikchat ^2.0.2 UnknownUnknown

Scanned Manifest Files

package-lock.json
  • fast-xml-parser@4.4.0
  • @fastify/busboy@3.0.0
  • @firebase/database@1.0.7
  • @firebase/database-compat@1.0.7
  • @genkit-ai/core@0.5.9
  • @genkit-ai/flow@0.5.9
  • @google-cloud/storage@7.12.0
  • @langchain/community@0.2.22
  • @langchain/core@0.2.19
  • @langchain/google-genai@0.0.23
  • @langchain/openai@0.2.5
  • @oconva/qvikchat@2.0.2
  • @types/connect@3.4.38
  • async@3.2.5
  • color-convert@1.9.3
  • color-name@1.1.3
  • debug@4.3.6
  • fast-xml-parser@4.4.1
  • firebase-admin@12.3.0
  • google-gax@4.3.8
  • langchain@0.2.12
  • langsmith@0.1.40
  • prettier@3.3.3
  • pump@3.0.0
  • semver@7.6.3
  • typescript@5.5.4
  • yaml@2.5.0
  • @anthropic-ai/sdk@0.9.1
  • @colors/colors@1.6.0
  • @dabh/diagnostics@2.0.3
  • @fastify/busboy@2.1.1
  • @firebase/database@1.0.6
  • @firebase/database-compat@1.0.6
  • @genkit-ai/firebase@0.5.4
  • @genkit-ai/flow@0.5.4
  • @genkit-ai/google-cloud@0.5.4
  • @google-cloud/common@5.0.2
  • @google-cloud/logging@11.1.0
  • @google-cloud/logging-winston@6.0.0
  • @google-cloud/opentelemetry-cloud-monitoring-exporter@0.17.0
  • @google-cloud/opentelemetry-cloud-trace-exporter@2.2.0
  • @google-cloud/opentelemetry-resource-util@2.2.0
  • @google-cloud/precise-date@3.0.1
  • @google-cloud/storage@7.11.2
  • @google/generative-ai@0.1.3
  • @hapi/b64@5.0.0
  • @hapi/boom@9.1.4
  • @hapi/bourne@2.1.0
  • @hapi/cryptiles@5.1.0
  • @hapi/hoek@9.3.0
  • @hapi/iron@6.0.0
  • @hapi/podium@4.1.3
  • @hapi/teamwork@5.1.1
  • @hapi/topo@5.1.0
  • @hapi/validate@1.1.3
  • @langchain/community@0.2.17
  • @langchain/community@0.0.53
  • @langchain/core@0.2.14
  • @langchain/core@0.1.63
  • @langchain/google-genai@0.0.21
  • @langchain/openai@0.1.3
  • @langchain/openai@0.0.34
  • @langchain/openai@0.2.1
  • @oconva/qvikchat@1.0.9
  • @opentelemetry/auto-instrumentations-node@0.43.0
  • @opentelemetry/instrumentation-amqplib@0.35.0
  • @opentelemetry/instrumentation-aws-lambda@0.39.0
  • @opentelemetry/instrumentation-aws-sdk@0.39.1
  • @opentelemetry/instrumentation-bunyan@0.36.0
  • @opentelemetry/instrumentation-cassandra-driver@0.36.0
  • @opentelemetry/instrumentation-connect@0.34.0
  • @opentelemetry/instrumentation-cucumber@0.4.0
  • @opentelemetry/instrumentation-dataloader@0.7.0
  • @opentelemetry/instrumentation-dns@0.34.0
  • @opentelemetry/instrumentation-express@0.36.1
  • @opentelemetry/instrumentation-fastify@0.34.0
  • @opentelemetry/instrumentation-fs@0.10.0
  • @opentelemetry/instrumentation-generic-pool@0.34.0
  • @opentelemetry/instrumentation-graphql@0.38.1
  • @opentelemetry/instrumentation-grpc@0.49.1
  • @opentelemetry/instrumentation-hapi@0.35.0
  • @opentelemetry/instrumentation-http@0.49.1
  • @opentelemetry/instrumentation-ioredis@0.38.0
  • @opentelemetry/instrumentation-knex@0.34.0
  • @opentelemetry/instrumentation-koa@0.38.0
  • @opentelemetry/instrumentation-lru-memoizer@0.35.0
  • @opentelemetry/instrumentation-memcached@0.34.0
  • @opentelemetry/instrumentation-mongodb@0.41.0
  • @opentelemetry/instrumentation-mongoose@0.36.0
  • @opentelemetry/instrumentation-mysql@0.36.0
  • @opentelemetry/instrumentation-mysql2@0.36.0
  • @opentelemetry/instrumentation-nestjs-core@0.35.0
  • @opentelemetry/instrumentation-net@0.34.0
  • @opentelemetry/instrumentation-pg@0.39.1
  • @opentelemetry/instrumentation-pino@0.36.0
  • @opentelemetry/instrumentation-redis@0.37.0
  • @opentelemetry/instrumentation-redis-4@0.37.0
  • @opentelemetry/instrumentation-restify@0.36.0
  • @opentelemetry/instrumentation-router@0.35.0
  • @opentelemetry/instrumentation-socket.io@0.37.0
  • @opentelemetry/instrumentation-tedious@0.8.0
  • @opentelemetry/instrumentation-winston@0.35.0
  • @opentelemetry/propagation-utils@0.30.10
  • @opentelemetry/propagator-aws-xray@1.25.1
  • @opentelemetry/redis-common@0.36.2
  • @opentelemetry/resource-detector-alibaba-cloud@0.28.10
  • @opentelemetry/resource-detector-aws@1.5.2
  • @opentelemetry/resource-detector-container@0.3.11
  • @opentelemetry/resource-detector-gcp@0.29.10
  • @opentelemetry/sql-common@0.40.1
  • @sideway/address@4.1.5
  • @sideway/formula@3.0.1
  • @sideway/pinpoint@2.0.0
  • @types/accepts@1.3.7
  • @types/aws-lambda@8.10.122
  • @types/bunyan@1.8.9
  • @types/connect@3.4.36
  • @types/content-disposition@0.5.8
  • @types/cookies@0.9.0
  • @types/hapi__catbox@10.2.6
  • @types/hapi__hapi@20.0.13
  • @types/hapi__mimos@4.1.4
  • @types/hapi__shot@4.1.6
  • @types/http-assert@1.5.5
  • @types/ioredis4@4.28.10
  • @types/keygrip@1.0.6
  • @types/koa@2.14.0
  • @types/koa-compose@3.2.8
  • @types/koa__router@12.0.3
  • @types/memcached@2.2.10
  • @types/mime-db@1.43.5
  • @types/mysql@2.15.22
  • @types/pg@8.6.1
  • @types/pg-pool@2.0.4
  • @types/tedious@4.0.14
  • @types/triple-beam@1.3.5
  • async@3.2.5
  • base-64@0.1.0
  • charenc@0.0.2
  • chromadb@1.8.1
  • color@3.2.1
  • color-convert@1.9.3
  • color-name@1.1.3
  • color-string@1.9.1
  • colorspace@1.1.4
  • crypt@0.0.2
  • digest-fetch@1.3.0
  • dot-prop@6.0.1
  • enabled@2.0.0
  • eventid@2.0.1
  • fast-text-encoding@1.0.6
  • fecha@4.2.3
  • firebase-admin@12.2.0
  • fn.name@1.1.0
  • gaxios@4.3.3
  • gaxios@5.1.3
  • gcp-metadata@4.3.1
  • gcp-metadata@5.3.0
  • genkitx-chromadb@0.5.4
  • genkitx-langchain@0.5.4
  • google-auth-library@7.14.1
  • google-auth-library@8.9.0
  • google-gax@4.3.7
  • google-p12-pem@4.0.1
  • google-p12-pem@3.1.4
  • google-proto-files@4.2.0
  • googleapis@97.0.0
  • googleapis@126.0.1
  • googleapis-common@5.1.0
  • googleapis-common@7.2.0
  • gtoken@5.3.2
  • gtoken@6.1.2
  • is-arrayish@0.3.2
  • is-buffer@1.1.6
  • is-obj@2.0.0
  • isomorphic-fetch@3.0.0
  • joi@17.13.3
  • kuler@2.0.0
  • langchain@0.2.3
  • langchain@0.1.37
  • langchain@0.2.8
  • langsmith@0.1.36
  • lodash.mapvalues@4.6.0
  • logform@2.6.0
  • md5@2.3.0
  • one-time@1.0.0
  • pg-int8@1.0.1
  • pg-protocol@1.6.1
  • pg-types@2.2.0
  • postgres-array@2.0.0
  • postgres-bytea@1.0.0
  • postgres-date@1.0.7
  • postgres-interval@1.2.0
  • prettier@3.3.3
  • prettier-plugin-organize-imports@3.2.4
  • pump@3.0.0
  • pumpify@2.0.1
  • safe-stable-stringify@2.4.3
  • semver@7.6.2
  • simple-swizzle@0.2.2
  • stack-trace@0.0.10
  • text-hex@1.0.0
  • triple-beam@1.4.1
  • ts-md5@1.3.1
  • typescript@5.5.4
  • url-template@2.0.8
  • walkdir@0.4.1
  • whatwg-fetch@3.6.20
  • winston@3.13.0
  • winston-transport@4.7.0
  • xtend@4.0.2
  • yaml@2.4.5
package.json
  • @oconva/qvikchat@^2.0.2
  • @oconva/qvikchat@^1.0.9

@pranav-kural pranav-kural added this pull request to the merge queue Aug 4, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Aug 4, 2024
@pranav-kural pranav-kural merged commit 1fd0b29 into main Aug 5, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/qvikchat-92c86e631e branch August 5, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant