2lambda123 / project-serum-serum-dex-ui

Other
0 stars 0 forks source link

Bump the npm_and_yarn group across 1 directory with 6 updates #3

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the npm_and_yarn group with 6 updates in the / directory:

Package From To
nanoid 3.1.22 3.1.31
async 2.6.3 2.6.4
eventsource 1.0.7 1.1.2
moment 2.29.1 2.30.1
semver-regex 3.1.2 3.1.4
url-parse 1.5.1 1.5.10

Updates nanoid from 3.1.22 to 3.1.31

Changelog

Sourced from nanoid's changelog.

3.1.31

  • Fixed collision vulnerability on object in size (by Artyom Arutyunyan).

3.1.30

  • Reduced size for project with brotli compression (by Anton Khlynovskiy).

3.1.29

  • Reduced npm package size.

3.1.28

  • Reduced npm package size.

3.1.27

  • Cleaned dependencies from development tools.

3.1.26

  • Improved performance (by Eitan Har-Shoshanim).
  • Reduced npm package size.

3.1.25

  • Fixed browserify support.

3.1.24

  • Fixed browserify support (by Artur Paikin).

3.1.23

  • Fixed esbuild support.
Commits


Updates async from 2.6.3 to 2.6.4

Changelog

Sourced from async's changelog.

v2.6.4

  • Fix potential prototype pollution exploit (#1828)
Commits
Maintainer changes

This version was pushed to npm by hargasinski, a new releaser for async since your current version.


Updates eventsource from 1.0.7 to 1.1.2

Changelog

Sourced from eventsource's changelog.

1.1.2

  • Inline origin resolution, drops original dependency (#281 Espen Hovlandsdal)

1.1.1

  • Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal)

1.1.0

  • Improve performance for large messages across many chunks (#130 Trent Willis)
  • Add createConnection option for http or https requests (#120 Vasily Lavrov)
  • Support HTTP 302 redirects (#116 Ryan Bonte)
  • Prevent sequential errors from attempting multiple reconnections (#125 David Patty)
  • Add new to correct test (#111 Stéphane Alnet)
  • Fix reconnections attempts now happen more than once (#136 Icy Fish)
Commits


Updates moment from 2.29.1 to 2.30.1

Changelog

Sourced from moment's changelog.

2.30.1

2.30.0 Full changelog

  • Release Dec 26, 2023

2.29.4

  • Release Jul 6, 2022
    • #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex

2.29.3 Full changelog

  • Release Apr 17, 2022
    • #5995 [bugfix] Remove const usage
    • #5990 misc: fix advisory link

2.29.2 See full changelog

  • Release Apr 3 2022

Address https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4

Commits


Updates semver-regex from 3.1.2 to 3.1.4

Release notes

Sourced from semver-regex's releases.

v3.1.4

Commits


Updates url-parse from 1.5.1 to 1.5.10

Commits
  • 8cd4c6c 1.5.10
  • ce7a01f [fix] Improve handling of empty port
  • 0071490 [doc] Update JSDoc comment
  • a7044e3 [minor] Use more descriptive variable name
  • d547792 [security] Add credits for CVE-2022-0691
  • ad23357 1.5.9
  • 0e3fb54 [fix] Strip all control characters from the beginning of the URL
  • 61864a8 [security] Add credits for CVE-2022-0686
  • bb0104d 1.5.8
  • d5c6479 [fix] Handle the case where the port is specified but empty
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/2lambda123/project-serum-serum-dex-ui/network/alerts).
cr-gpt[bot] commented 6 months ago

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

performance-testing-bot[bot] commented 6 months ago

Unable to locate .performanceTestingBot config file

codesyncapp[bot] commented 6 months ago

Check out the playback for this Pull Request here.

secure-code-warrior-for-github[bot] commented 6 months ago

Micro-Learning Topic: Prototype pollution (Detected by phrase)

Matched on "prototype pollution"

What is this? (2min video)

By adding or modifying attributes of an object prototype, it is possible to create attributes that exist on every object, or replace critical attributes with malicious ones. This can be problematic if the software depends on existence or non-existence of certain attributes, or uses pre-defined attributes of object prototype (such as hasOwnProperty, toString or valueOf).

Try a challenge in Secure Code Warrior

Micro-Learning Topic: Server-side request forgery (Detected by phrase)

Matched on "ssRF"

What is this? (2min video)

Server-Side Request Forgery (SSRF) vulnerabilities are caused when an attacker can supply or modify a URL that reads or sends data to the server. The attacker can create a malicious request with a manipulated URL, when this request reaches the server, the server-side code executes the exploit URL causing the attacker to be able to read data from services that shouldn't be exposed.

Try a challenge in Secure Code Warrior

git-greetings[bot] commented 6 months ago

Thanks @dependabot[bot] for opening this PR!

For COLLABORATOR only :

coderabbitai[bot] commented 6 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)

Tips ### Chat There are 3 ways to chat with CodeRabbit: - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json` ### CodeRabbit Discord Community Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback.
code-companion-ai[bot] commented 6 months ago

Processing PR updates...

git-greetings[bot] commented 6 months ago
PR Details of @dependabot[bot] in project-serum-serum-dex-ui : OPEN CLOSED TOTAL
1 2 3
socket-security[bot] commented 6 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ledgerhq/errors@5.43.0 None 0 78 kB gre
npm/@ledgerhq/logs@5.43.0 None 0 27.4 kB gre
npm/@types/istanbul-lib-coverage@2.0.3 None 0 5.91 kB types
npm/ansi-styles@4.3.0 None 0 17 kB sindresorhus
npm/base64-js@1.5.1 None 0 9.62 kB feross
npm/bs58@4.0.1 None +1 14 kB dcousens
npm/buffer@5.7.1 None 0 82.5 kB feross
npm/compression@1.7.4 Transitive: environment, filesystem, network +1 74.5 kB dougwilson
npm/core-util-is@1.0.2 None 0 23.2 kB isaacs
npm/cosmiconfig@5.2.1 filesystem 0 43.4 kB davidtheclark
npm/crypto-hash@1.3.0 None 0 9.42 kB sindresorhus
npm/eventemitter3@4.0.7 None 0 38 kB lpinca
npm/events@3.2.0 None 0 77.6 kB goto-bus-stop
npm/find-up@4.1.0 None 0 11.6 kB sindresorhus
npm/glob@7.1.6 filesystem 0 56.1 kB isaacs
npm/ieee754@1.2.1 None 0 6.8 kB feross
npm/invariant@2.2.4 None 0 7.64 kB zertosh
npm/ip@1.1.9 None 0 15.5 kB indutny
npm/jayson@3.6.3 network Transitive: filesystem, shell +1 207 kB tedeh
npm/loose-envify@1.4.0 environment 0 5.81 kB zertosh
npm/mkdirp@0.5.5 filesystem 0 7.53 kB isaacs
npm/nanoid@3.1.31 None 0 25.9 kB ai
npm/node-fetch@2.6.1 network 0 158 kB akepinski
npm/pretty-format@26.6.2 None +6 647 kB simenb
npm/promise@8.3.0 eval 0 109 kB then-promise-bot
npm/prompts@2.4.2 None 0 187 kB terkelg
npm/rxjs@6.6.3 None 0 5.12 MB blesh
npm/serve-static@1.15.0 None 0 25.2 kB dougwilson
npm/supports-color@7.2.0 None +1 11.5 kB sindresorhus
npm/tweetnacl@1.0.3 None 0 175 kB dchest
npm/ws@7.4.5 network 0 113 kB lpinca

🚮 Removed packages: npm/caniuse-lite@1.0.30001603, npm/color-name@1.1.4, npm/cssom@0.3.8, npm/electron-to-chromium@1.4.722, npm/esprima@4.0.1, npm/fsevents@2.3.3, npm/inherits@2.0.4, npm/is-extglob@2.1.1, npm/json-parse-better-errors@1.0.2, npm/minimist@1.2.8, npm/nanoid@3.1.22, npm/node-releases@2.0.14, npm/normalize-path@3.0.0, npm/object-assign@4.1.1, npm/object-keys@1.1.1, npm/parseurl@1.3.3, npm/path-key@3.1.1, npm/picomatch@2.3.1, npm/pirates@4.0.6, npm/safe-buffer@5.2.1, npm/safer-buffer@2.1.2, npm/shallowequal@1.1.0, npm/shell-quote@1.8.1, npm/signal-exit@3.0.7, npm/statuses@1.5.0, npm/unpipe@1.0.0, npm/util-deprecate@1.0.2, npm/whatwg-mimetype@2.3.0

View full report↗︎

performance-testing-bot[bot] commented 6 months ago

There was an issue running the performance test