2lambda123 / SingularityX-ai-lightence-ant-design-react-template

MIT License
0 stars 0 forks source link

chore(deps): bump axios from 0.24.0 to 0.28.0 in the npm_and_yarn group across 1 directory #1

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the npm_and_yarn group with 1 update in the / directory: axios.

Updates axios from 0.24.0 to 0.28.0

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

v0.27.2

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

... (truncated)

Changelog

Sourced from axios's changelog.

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

0.27.2 (April 27, 2022)

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

0.27.1 (April 26, 2022)

... (truncated)

Commits
  • 3b7635a [Release] v0.28.0 (#6211)
  • 27c0076 feat(backport): added ability for paramsSerializer to handle function; (#6227)
  • 80c3d74 chore(ci): backported publish action; (#6224)
  • 2755df5 fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to ...
  • 880b42e docs: Fix a typo in README
  • c4bf0a4 Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • 1e2679f fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...
  • 80b546c fix: loosing request header (#4858) (#4871)
  • 6acb5ef feat: brower platform add data protocol. (#4814)
  • bbb2264 fix(typing): axios response headers can be undefined (#4813)
  • 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 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/SingularityX-ai-lightence-ant-design-react-template/network/alerts).
cr-gpt[bot] commented 4 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

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

Micro-Learning Topic: Race condition (Detected by phrase)

Matched on "race condition"

What is this? (2min video)

A race condition is a flaw that produces an unexpected result when the timing of actions impact other actions.

Try a challenge in Secure Code Warrior

code-companion-ai[bot] commented 4 months ago

Processing PR updates...

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

Unable to locate .performanceTestingBot config file

git-greetings[bot] commented 4 months ago

Thanks @dependabot[bot] for opening this PR!

For COLLABORATOR only :

coderabbitai[bot] commented 4 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

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

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


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](https://coderabbit.ai): - 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. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
git-greetings[bot] commented 4 months ago

First PR by @dependabot[bot]

PR Details of @dependabot[bot] in SingularityX-ai-lightence-ant-design-react-template : OPEN CLOSED TOTAL
1 0 1
guardrails[bot] commented 4 months ago

:warning: We detected 1 security issue in this pull request:

Vulnerable Libraries (1)
Severity | Details :-: | :-- Medium | [pkg:npm/follow-redirects@1.15.2](https://github.com/2lambda123/SingularityX-ai-lightence-ant-design-react-template/blob/27dcb79ffc531742e9ec1fe569334f646e656a01/yarn.lock#L8103) (t) upgrade to: *1.15.6* More info on how to fix Vulnerable Libraries in [JavaScript](https://docs.guardrails.io/docs/en/vulnerabilities/javascript/using_vulnerable_libraries.html?utm_source=ghpr).

👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

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

Micro-Learning Topic: Vulnerable library (Detected by phrase)

Matched on "Vulnerable Libraries"

What is this? (2min video)

Use of vulnerable components will introduce weaknesses into the application. Components with published vulnerabilities will allow easy exploitation as resources will often be available to automate the process.

Try a challenge in Secure Code Warrior

socket-security[bot] commented 4 months ago

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

Package New capabilities Transitives Size Publisher
npm/@babel/plugin-proposal-object-rest-spread@7.20.7 None 0 70.5 kB nicolo-ribaudo
npm/@bcoe/v8-coverage@0.2.3 None 0 277 kB bcoe
npm/@cspotcode/source-map-support@0.8.1 filesystem +1 194 kB cspotcode
npm/@emotion/memoize@0.8.1 environment 0 4.29 kB emotion-release-bot
npm/@tsconfig/node12@1.0.11 None 0 2.5 kB typescript-deploys
npm/@tsconfig/node14@1.0.3 None 0 2.39 kB typescript-deploys
npm/@tsconfig/node16@1.0.4 None 0 2.45 kB typescript-deploys
npm/@types/eslint@7.29.0 None 0 165 kB types
npm/@types/estree@1.0.5 None 0 25.7 kB types
npm/@types/json5@0.0.29 None 0 3 kB types
npm/@types/mdast@3.0.15 None 0 11.1 kB types
npm/@types/minimatch@5.1.2 None 0 12.5 kB types
npm/@types/normalize-package-data@2.4.4 None 0 5.81 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@types/unist@2.0.10 None 0 8.56 kB types
npm/@xtuc/ieee754@1.2.0 None 0 8.57 kB xtuc
npm/@xtuc/long@4.2.2 None 0 190 kB xtuc
npm/abbrev@1.1.1 None 0 4.78 kB isaacs
npm/accepts@1.3.8 None 0 16.8 kB dougwilson
npm/address@1.1.2 environment, filesystem, shell 0 13.4 kB fengmk2
npm/agent-base@6.0.2 None 0 34.6 kB tootallnate
npm/ajv-keywords@3.5.2 None 0 72.9 kB esp
npm/anymatch@3.1.3 None 0 9.65 kB phated
npm/arg@4.1.3 None 0 12.9 kB qix
npm/aria-query@5.3.0 None 0 192 kB jessebeach
npm/arrify@2.0.1 None 0 3.19 kB sindresorhus
npm/asap@2.0.6 None 0 33.9 kB kriskowal
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/at-least-node@1.0.0 None 0 2.63 kB ryanzim
npm/axios@0.28.1 network 0 883 kB jasonsaayman
npm/bail@1.0.5 None 0 4.3 kB wooorm
npm/body-parser@1.20.2 network +2 409 kB dougwilson
npm/boolbase@1.0.0 None 0 1.33 kB feedic
npm/bser@2.1.1 None 0 18 kB wez
npm/buffer-from@1.1.2 None 0 5.05 kB linusu
npm/builtin-modules@3.3.0 unsafe 0 4.51 kB sindresorhus
npm/bytes@3.0.0 None 0 10.8 kB dougwilson
npm/camel-case@4.1.2 None 0 14.3 kB blakeembrey
npm/caniuse-api@3.0.0 None 0 12.2 kB nyalab
npm/char-regex@1.0.2 None 0 4.96 kB richienb
npm/character-entities-legacy@1.1.4 None 0 6.71 kB wooorm
npm/character-reference-invalid@1.1.4 None 0 5.54 kB wooorm
npm/chownr@2.0.0 filesystem 0 5.75 kB isaacs
npm/chrome-trace-event@1.0.3 None 0 14.2 kB samccone
npm/ci-info@2.0.0 environment 0 12.8 kB watson
npm/co@4.6.0 None 0 16 kB jongleberry
npm/collect-v8-coverage@1.0.2 unsafe 0 5.14 kB simenb
npm/color-string@1.9.1 None 0 10.1 kB qix
npm/color-support@1.1.3 None 0 9.23 kB isaacs
npm/color@3.2.1 None 0 16.6 kB qix
npm/combined-stream@1.0.8 None 0 11.5 kB alexindigo
npm/common-tags@1.8.2 None 0 228 kB fatfisz
npm/commondir@1.0.1 None 0 4.79 kB substack
npm/compressible@2.0.18 None 0 7.36 kB dougwilson
npm/concat-stream@1.6.2 None 0 9.56 kB mafintosh
npm/confusing-browser-globals@1.0.11 None 0 3.87 kB iansu
npm/console-control-strings@1.1.0 None 0 12.7 kB iarna
npm/content-type@1.0.5 None 0 10.5 kB dougwilson
npm/cookie-signature@1.0.6 None 0 3.94 kB natevw
npm/cookie@0.6.0 None 0 23.7 kB dougwilson
npm/core-js@3.37.0 environment, eval, filesystem 0 1.23 MB zloirock
npm/create-require@1.1.1 filesystem, unsafe 0 6.25 kB pi0
npm/css-select@4.3.0 None 0 82.4 kB feedic
npm/css-what@6.1.0 None 0 66 kB feedic
npm/cssesc@3.0.0 None 0 17.5 kB mathias
npm/csso@4.2.0 None +2 2.14 MB lahmatiy
npm/damerau-levenshtein@1.0.8 None 0 11.8 kB lazurski
npm/decamelize@1.2.0 None 0 2.94 kB sindresorhus
npm/decode-uri-component@0.2.2 None 0 6.09 kB samverschueren
npm/delegates@1.0.0 None 0 7.46 kB tjholowaychuk
npm/destroy@1.2.0 filesystem 0 9.02 kB dougwilson
npm/detect-newline@3.1.0 None 0 3.77 kB sindresorhus
npm/detect-port-alt@1.1.6 network Transitive: environment, filesystem +2 89 kB timer
npm/diff@4.0.2 None 0 335 kB kpdecker
npm/dom-converter@0.2.0 None 0 7.9 kB ariaminaei
npm/domhandler@4.3.1 None 0 44.6 kB feedic
npm/domutils@2.8.0 network 0 56.6 kB feedic
npm/dot-case@3.0.4 None 0 10.5 kB blakeembrey
npm/dot-prop@5.3.0 None 0 9.61 kB sindresorhus
npm/duplexer@0.1.2 None 0 5.47 kB raynos
npm/ee-first@1.1.1 None 0 6.26 kB dougwilson
npm/encodeurl@1.0.2 None 0 7.86 kB dougwilson
npm/end-of-stream@1.4.4 None 0 6.23 kB mafintosh
npm/env-paths@2.2.1 None 0 10.2 kB sindresorhus
npm/es6-iterator@2.0.3 None 0 29.7 kB medikoo
npm/escape-html@1.0.3 None 0 3.66 kB dougwilson
npm/escodegen@2.1.0 None 0 109 kB michaelficarra
npm/etag@1.8.1 filesystem 0 10.8 kB dougwilson
npm/events@3.3.0 None 0 82.8 kB goto-bus-stop
npm/exit@0.1.2 None 0 59.8 kB cowboy
npm/extend@3.0.2 None 0 23.5 kB ljharb
npm/fastest-levenshtein@1.0.16 None 0 21.3 kB ka-weihe
npm/fb-watchman@2.0.2 environment, network, shell 0 11 kB bolinfest
npm/finalhandler@1.2.0 environment 0 18.6 kB dougwilson
npm/for-each@0.3.3 None 0 13 kB ljharb
npm/form-data@4.0.0 filesystem, network 0 43.4 kB niftylettuce
npm/forwarded@0.2.0 None 0 5.88 kB dougwilson
npm/fresh@0.5.2 None 0 10.1 kB dougwilson
npm/fs.realpath@1.0.0 environment, filesystem 0 13.4 kB isaacs
npm/get-caller-file@2.0.5 None 0 4.72 kB stefanpenner
npm/get-stdin@8.0.0 None 0 4.71 kB sindresorhus
npm/global-modules@2.0.0 environment 0 6.57 kB jonschlinkert
npm/global-prefix@3.0.0 environment, filesystem +1 17.7 kB jonschlinkert
npm/globjoin@0.1.4 None 0 4.47 kB amobiz
npm/has-unicode@2.0.1 environment 0 3.44 kB iarna
npm/he@1.2.0 None 0 124 kB mathias
npm/hosted-git-info@2.8.9 None 0 25.8 kB nlf
npm/html-escaper@2.0.2 None 0 13.1 kB webreflection
npm/html-tags@3.3.1 None 0 5.94 kB sindresorhus
npm/http-cache-semantics@4.1.1 None 0 35.9 kB kornel
npm/https-proxy-agent@5.0.1 network 0 26 kB tootallnate
npm/import-local@3.1.0 None 0 4.66 kB sindresorhus
npm/inflight@1.0.6 None 0 3.76 kB isaacs
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/ipaddr.js@1.9.1 None 0 42.1 kB whitequark
npm/is-absolute-url@2.1.0 None 0 2.48 kB sindresorhus
npm/is-alphabetical@1.0.4 None 0 5.01 kB wooorm
npm/is-alphanumerical@1.0.4 None 0 5.11 kB wooorm
npm/is-bigint@1.0.4 None 0 14.8 kB ljharb
npm/is-binary-path@2.1.0 None 0 3.08 kB sindresorhus
npm/is-boolean-object@1.1.2 None 0 22.1 kB ljharb
npm/is-decimal@1.0.4 None 0 4.68 kB wooorm
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-extendable@0.1.1 None 0 5.09 kB jonschlinkert
npm/is-generator-fn@2.1.0 None 0 3.28 kB sindresorhus
npm/is-hexadecimal@1.0.4 None 0 4.99 kB wooorm
npm/is-number-object@1.0.7 None 0 22.2 kB ljharb
npm/is-obj@2.0.0 None 0 2.82 kB sindresorhus
npm/is-plain-obj@1.1.0 None 0 2.62 kB sindresorhus
npm/is-plain-object@2.0.4 None 0 7.5 kB jonschlinkert
npm/is-root@2.1.0 None 0 2.68 kB sindresorhus
npm/is-typedarray@1.0.0 None 0 4.41 kB hughsk
npm/is-unicode-supported@0.1.0 None 0 3.54 kB sindresorhus
npm/is-weakmap@2.0.1 None 0 10.1 kB ljharb
npm/is-weakset@2.0.2 None 0 15.1 kB ljharb
npm/is-windows@1.0.2 None 0 7.96 kB jonschlinkert
npm/is-wsl@2.2.0 environment, filesystem 0 3.76 kB sindresorhus
npm/isobject@3.0.1 None 0 6.93 kB doowb
npm/istanbul-lib-coverage@3.2.2 None 0 34.4 kB oss-bot
npm/istanbul-lib-report@3.0.1 filesystem 0 37.6 kB oss-bot
npm/istanbul-lib-source-maps@4.0.1 filesystem 0 34.1 kB oss-bot
npm/jest-pnp-resolver@1.2.3 None 0 5.68 kB arcanis
npm/jest-worker@27.5.1 environment, shell 0 81.9 kB simenb
npm/jsonfile@6.1.0 filesystem 0 19.8 kB ryanzim
npm/kind-of@6.0.3 None 0 22.8 kB doowb
npm/kleur@3.0.3 None 0 9.89 kB lukeed
npm/klona@2.0.6 None 0 23.2 kB lukeed
npm/language-subtag-registry@0.3.22 None 0 1.53 MB mcg
npm/language-tags@1.0.9 None 0 32 kB mcg
npm/leven@3.1.0 None 0 5.34 kB sindresorhus
npm/lodash.memoize@4.1.2 None 0 20.1 kB jdalton
npm/lodash.truncate@4.4.2 None 0 19.8 kB jdalton
npm/lodash.uniq@4.5.0 None 0 25 kB jdalton
npm/longest-streak@2.0.4 None 0 5.16 kB wooorm
npm/lower-case@2.0.2 None 0 17.7 kB blakeembrey
npm/make-error@1.3.6 None 0 12.4 kB julien-f
npm/makeerror@1.0.12 None 0 6.07 kB daaku
npm/map-cache@0.2.2 None 0 7.6 kB jonschlinkert
npm/mathml-tag-names@2.1.3 None 0 7.65 kB wooorm
npm/media-typer@0.3.0 None 0 11.1 kB dougwilson
npm/merge-descriptors@1.0.1 None 0 4.89 kB dougwilson
npm/methods@1.1.2 network 0 5.29 kB dougwilson
npm/mime-types@2.1.35 None 0 18.3 kB dougwilson
npm/min-indent@1.0.1 None 0 2.97 kB thejameskyle
npm/nanoid@3.3.7 None 0 24.4 kB ai
npm/negotiator@0.6.3 None 0 27.4 kB dougwilson
npm/neo-async@2.6.2 None 0 298 kB suguru03
npm/next-tick@1.1.0 None 0 7.65 kB medikoo
npm/nice-try@1.0.5 None 0 3.75 kB electerious
npm/no-case@3.0.4 None 0 25.1 kB blakeembrey
npm/node-int64@0.4.0 None 0 16.3 kB broofa
npm/node-releases@2.0.14 None 0 34 kB chicoxyzzy
npm/normalize-range@0.1.2 None 0 7.77 kB james.talmage
npm/nth-check@2.1.1 None 0 42.6 kB feedic
npm/on-finished@2.4.1 unsafe 0 13.7 kB dougwilson
npm/on-headers@1.0.2 None 0 7.54 kB dougwilson
npm/once@1.4.0 None 0 4.05 kB isaacs
npm/open@7.4.2 environment, filesystem, shell 0 41.9 kB sindresorhus
npm/p-finally@1.0.0 None 0 3.11 kB sindresorhus
npm/p-limit@2.3.0 None 0 7.39 kB sindresorhus
npm/p-try@2.2.0 None 0 4.37 kB sindresorhus
npm/pako@1.0.11 None 0 788 kB vitaly
npm/param-case@3.0.4 None 0 10.2 kB blakeembrey
npm/parse-entities@2.0.0 None 0 25.1 kB wooorm
npm/parse5@6.0.1 None 0 331 kB inikulin
npm/parseurl@1.3.3 None 0 10.3 kB dougwilson
npm/pascal-case@3.1.2 None 0 14.8 kB blakeembrey
npm/path-exists@4.0.0 filesystem 0 3.92 kB sindresorhus
npm/path-is-absolute@1.0.1 None 0 3.62 kB sindresorhus
npm/path-is-inside@1.0.2 None 0 3.32 kB domenic
npm/path-to-regexp@0.1.7 None 0 6.78 kB blakeembrey
npm/performance-now@2.1.0 None 0 11.3 kB meryn
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/pretty-bytes@5.6.0 None 0 11.5 kB sindresorhus
npm/pretty-error@2.1.2 None 0 57.8 kB ariaminaei
npm/process@0.11.10 None 0 15.3 kB cwmma
npm/proxy-addr@2.0.7 None 0 15.4 kB dougwilson
npm/proxy-from-env@1.1.0 environment 0 29.5 kB rob-w
npm/pump@3.0.0 filesystem 0 7.78 kB mafintosh
npm/q@1.5.1 None 0 123 kB kriskowal
npm/range-parser@1.2.1 None 0 8.46 kB dougwilson
npm/raw-body@2.5.2 network, unsafe 0 25.8 kB dougwilson
npm/readable-stream@3.6.2 environment 0 124 kB matteo.collina
npm/readdirp@3.6.0 filesystem 0 20.5 kB paulmillr
npm/relateurl@0.2.7 None 0 31.4 kB stevenvachon
npm/remove-trailing-separator@1.1.0 None 0 4.25 kB darsain
npm/repeat-string@1.6.1 None 0 9.09 kB jonschlinkert
npm/require-from-string@2.0.2 unsafe 0 3.42 kB floatdrop
npm/resolve-cwd@3.0.0 None 0 4.98 kB sindresorhus
npm/serialize-javascript@5.0.1 None 0 16.6 kB okuryu
npm/serve-static@1.15.0 None 0 25.2 kB dougwilson
npm/set-blocking@2.0.0 None 0 4.22 kB bcoe
npm/setimmediate@1.0.5 None 0 8.56 kB domenic
npm/shebang-regex@1.0.0 None 0 2.3 kB sindresorhus
npm/simple-swizzle@0.2.2 None +1 58.3 kB qix
npm/source-map-js@1.2.0 None 0 140 kB 7rulnik
npm/source-map-support@0.5.21 filesystem 0 85.2 kB linusu
npm/stack-utils@2.0.6 unsafe 0 14.6 kB isaacs
npm/stackframe@1.3.4 None 0 23.6 kB eriwen
npm/string-length@4.0.2 None 0 4.05 kB sindresorhus
npm/string-natural-compare@3.0.1 None 0 10.1 kB nwoltman
npm/strip-bom@4.0.0 None 0 3.91 kB sindresorhus
npm/strip-eof@1.0.0 None 0 2.64 kB sindresorhus
npm/strip-indent@3.0.0 None 0 3.31 kB sindresorhus
npm/tapable@1.1.3 None 0 40.6 kB sokra
npm/tmpl@1.0.5 None 0 2.77 kB daaku
npm/type-detect@4.0.8 None 0 42.1 kB chaijs
npm/type-is@1.6.18 None 0 18.5 kB dougwilson
npm/type@2.7.2 None 0 88.7 kB medikoo
npm/typedarray@0.0.6 None 0 26 kB substack
npm/unist-util-is@4.1.0 None 0 13.7 kB wooorm
npm/unist-util-stringify-position@2.0.3 None 0 8.53 kB wooorm
npm/utila@0.4.0 None 0 24.2 kB ariaminaei
npm/utils-merge@1.0.1 None 0 3.72 kB jaredhanson
npm/validate-npm-package-license@3.0.4 None 0 16.6 kB kemitchell
npm/vary@1.1.2 None 0 8.75 kB dougwilson
npm/vfile-message@2.0.4 None 0 12.6 kB wooorm
npm/vfile@4.2.1 None 0 38.6 kB wooorm
npm/walker@1.0.8 filesystem 0 5.8 kB daaku
npm/webpack-sources@1.4.3 None 0 36.7 kB sokra
npm/wrappy@1.0.2 None 0 2.96 kB zkat
npm/yocto-queue@0.1.0 None 0 6.03 kB sindresorhus
npm/zwitch@1.0.5 None 0 6.45 kB wooorm

🚮 Removed packages: npm/@ampproject/remapping@2.3.0, npm/@babel/core@7.12.3, npm/@babel/generator@7.24.5, npm/@babel/helper-compilation-targets@7.23.6, npm/@babel/helper-create-class-features-plugin@7.24.5, npm/@babel/helper-create-regexp-features-plugin@7.22.15, npm/@babel/helper-define-polyfill-provider@0.6.2, npm/@babel/helper-member-expression-to-functions@7.24.5, npm/@babel/helper-plugin-utils@7.24.5, npm/@babel/helper-wrap-function@7.24.5, npm/@babel/highlight@7.24.5, npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1, npm/@babel/plugin-proposal-decorators@7.24.1, npm/@babel/plugin-proposal-private-methods@7.18.6, npm/@babel/plugin-syntax-decorators@7.24.1, npm/@babel/plugin-transform-block-scoping@7.24.5, npm/@babel/plugin-transform-classes@7.24.5, npm/@babel/plugin-transform-destructuring@7.24.5, npm/@babel/plugin-transform-parameters@7.24.5, npm/@babel/plugin-transform-react-constant-elements@7.24.1, npm/@babel/plugin-transform-runtime@7.24.3, npm/@babel/plugin-transform-typeof-symbol@7.24.5, npm/@babel/plugin-transform-typescript@7.24.5, npm/@babel/preset-env@7.24.5, npm/@babel/template@7.24.0, npm/@babel/traverse@7.24.5, npm/@eslint/eslintrc@0.4.3, npm/@humanwhocodes/config-array@0.5.0, npm/@istanbuljs/load-nyc-config@1.1.0, npm/@jest/transform@26.6.2, npm/@jest/types@26.6.2, npm/@jridgewell/gen-mapping@0.3.5, npm/@jridgewell/resolve-uri@3.1.2, npm/@pmmmwh/react-refresh-webpack-plugin@0.4.3, npm/@rc-component/portal@1.1.2, npm/@react-leaflet/core@2.1.0, npm/@remix-run/router@1.16.0, npm/@svgr/babel-plugin-add-jsx-attribute@5.4.0, npm/@svgr/babel-plugin-remove-jsx-attribute@5.4.0, npm/@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1, npm/@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1, npm/@svgr/babel-plugin-svg-dynamic-title@5.4.0, npm/@svgr/babel-plugin-svg-em-dimensions@5.4.0, npm/@svgr/babel-plugin-transform-react-native-svg@5.4.0, npm/@svgr/babel-plugin-transform-svg-component@5.5.0, npm/@svgr/babel-preset@5.5.0, npm/@svgr/core@5.5.0, npm/@svgr/hast-util-to-babel-ast@5.5.0, npm/@svgr/plugin-jsx@5.5.0, npm/@svgr/plugin-svgo@5.5.0, npm/@svgr/webpack@5.5.0, npm/@tootallnate/once@1.1.2, npm/@types/babel__generator@7.6.8, npm/@types/babel__traverse@7.20.5, npm/@types/react-redux@7.1.33, npm/@types/yargs@15.0.19, npm/@typescript-eslint/experimental-utils@4.33.0, npm/amdefine@1.0.1, npm/ansi-html@0.0.7, npm/array-includes@3.1.8, npm/array-tree-filter@2.1.0, npm/async-validator@4.2.5, npm/axios@0.24.0, npm/babel-eslint@10.1.0, npm/babel-jest@26.6.3, npm/babel-loader@8.1.0, npm/babel-plugin-istanbul@6.1.1, npm/babel-plugin-jest-hoist@26.6.2, npm/babel-plugin-macros@3.1.0, npm/babel-plugin-named-asset-import@0.3.8, npm/babel-plugin-polyfill-corejs2@0.4.11, npm/babel-plugin-polyfill-corejs3@0.10.4, npm/babel-plugin-polyfill-regenerator@0.6.2, npm/babel-preset-jest@26.6.2, npm/babel-preset-react-app@10.0.1, npm/bfj@7.1.0, npm/binary-extensions@2.3.0, npm/bn.js@5.2.1, npm/browserslist@4.23.0, npm/call-bind@1.0.7, npm/case-sensitive-paths-webpack-plugin@2.3.0, npm/chalk@4.1.2, npm/check-types@11.2.3, npm/clean-css@3.4.28, npm/cli-truncate@2.1.0, npm/color-convert@1.9.3, npm/commander@2.8.1, npm/copy-anything@2.0.6, npm/core-js-compat@3.37.0, npm/core-util-is@1.0.3, npm/country-flag-icons@1.5.11, npm/css-loader@4.3.0, npm/css-mediaquery@0.1.2, npm/dom-align@1.12.4, npm/dotenv@8.2.0, npm/errno@0.1.8, npm/es-abstract@1.23.3, npm/es-set-tostringtag@2.0.3, npm/es-shim-unscopables@1.0.2, npm/eslint-config-react-app@6.0.0, npm/eslint-plugin-flowtype@5.10.0, npm/eslint-plugin-import@2.29.1, npm/eslint-plugin-jest@24.7.0, npm/eslint-plugin-jsx-a11y@6.8.0, npm/eslint-plugin-testing-library@3.10.2, npm/eslint-utils@2.1.0, npm/eslint-webpack-plugin@2.7.0, npm/espree@7.3.1, npm/execa@5.1.1, npm/fast-diff@1.3.0, npm/fast-glob@3.3.2, npm/fastq@1.17.1, npm/file-loader@6.1.1, npm/file-uri-to-path@1.0.0, npm/find-cache-dir@2.1.0, npm/find-up@4.1.0, npm/flatted@3.3.1, npm/functional-red-black-tree@1.0.1, npm/get-intrinsic@1.2.4, npm/get-symbol-description@1.0.2, npm/globalthis@1.0.4, npm/graceful-readlink@1.0.1, npm/has-property-descriptors@1.0.2, npm/has@1.0.4, npm/hoopy@0.1.4, npm/html-entities@1.4.0, npm/html-parse-stringify@3.0.1, npm/html-webpack-plugin@4.5.0, npm/hyphenate-style-name@1.0.4, npm/identity-obj-proxy@3.0.0, npm/image-size@0.5.5, npm/imask@6.4.2, npm/input-format@0.3.10, npm/internal-slot@1.0.7, npm/ip@1.1.9, npm/is-array-buffer@3.0.4, npm/is-core-module@2.13.1, npm/is-shared-array-buffer@1.0.3, npm/is-typed-array@1.1.13, npm/is-what@3.14.1, npm/istanbul-lib-instrument@5.2.1, npm/jest-circus@26.6.0, npm/jest-haste-map@26.6.2, npm/jest-regex-util@26.0.0, npm/jest-resolve@26.6.0, npm/jest-util@26.6.2, npm/jest-watch-typeahead@0.6.1, npm/jest@26.6.0, npm/js-yaml@3.14.1, npm/json2mq@0.2.0, npm/libphonenumber-js@1.10.61, npm/listr2@3.14.0, npm/log-update@4.0.0, npm/lru-cache@6.0.0, npm/make-dir@2.1.0, npm/matchmediaquery@0.3.1, npm/mini-css-extract-plugin@0.11.3, npm/moment@2.30.1, npm/native-url@0.2.6, npm/needle@3.3.1, npm/object.assign@4.1.5, npm/object.entries@1.1.8, npm/object.fromentries@2.0.8, npm/object.hasown@1.1.4, npm/object.values@1.2.0, npm/obuf@1.1.2, npm/optimize-css-assets-webpack-plugin@5.0.4, npm/optionator@0.9.4, npm/parse-node-version@1.0.1, npm/path-parse@1.0.7, npm/payment@2.4.6, npm/pify@4.0.1, npm/please-upgrade-node@3.2.0, npm/pnp-webpack-plugin@1.6.4, npm/postcss-flexbugs-fixes@4.2.1, npm/postcss-loader@3.0.0, npm/postcss-normalize@8.0.1, npm/postcss-preset-env@6.7.0, npm/postcss-safe-parser@5.0.2, npm/prettier-linter-helpers@1.0.0, npm/prompts@2.4.0, npm/prr@1.0.1, npm/qj@2.0.0, npm/queue-microtask@1.2.3, npm/rc-align@4.0.15, npm/rc-cascader@3.7.3, npm/rc-checkbox@3.0.1, npm/rc-collapse@3.4.2, npm/rc-dialog@9.0.2, npm/rc-drawer@6.3.0, npm/rc-dropdown@4.0.1, npm/rc-field-form@1.38.2, npm/rc-image@5.13.0, npm/rc-input-number@7.3.11, npm/rc-input@0.1.4, npm/rc-mentions@1.13.1, npm/rc-menu@9.8.4, npm/rc-motion@2.9.0, npm/rc-notification@4.6.1, npm/rc-overflow@1.3.2, npm/rc-pagination@3.2.0, npm/rc-picker@2.7.6, npm/rc-progress@3.4.2, npm/rc-rate@2.9.3, npm/rc-resize-observer@1.4.0, npm/rc-segmented@2.3.0, npm/rc-select@14.1.18, npm/rc-slider@10.0.1, npm/rc-steps@5.0.0, npm/rc-switch@3.2.2, npm/rc-table@7.26.0, npm/rc-tabs@12.5.10, npm/rc-textarea@0.4.7, npm/rc-tooltip@5.2.2, npm/rc-tree-select@5.5.5, npm/rc-tree@5.7.12, npm/rc-trigger@5.3.4, npm/rc-upload@4.3.6, npm/rc-virtual-list@3.11.5, npm/react-app-polyfill@2.0.0, npm/react-dev-utils@11.0.4, npm/react-fast-compare@3.2.2, npm/react-refresh@0.8.3, npm/react-router@6.23.0, npm/regexp.prototype.flags@1.5.2, npm/regexpp@3.2.0, npm/regexpu-core@5.3.2, npm/requires-port@1.0.0, npm/resize-observer-polyfill@1.5.1, npm/resolve-url-loader@3.1.5, npm/restore-cursor@3.1.0, npm/rfdc@1.3.1, npm/rimraf@3.0.2, npm/safe-regex-test@1.0.3, npm/sass-loader@10.5.2, npm/scheduler@0.23.2, npm/schema-utils@2.7.1, npm/scroll-into-view-if-needed@2.2.31, npm/semver-compare@1.0.0, npm/shallow-equal@1.2.1, npm/shallowequal@1.1.0, npm/shebang-command@2.0.0, npm/side-channel@1.0.6, npm/size-sensor@1.0.2, npm/slice-ansi@3.0.0, npm/smart-buffer@4.2.0, npm/string-argv@0.3.1, npm/string-convert@0.2.1, npm/string-width@4.2.3, npm/string.prototype.matchall@4.0.11, npm/string.prototype.trimend@1.0.8, npm/string.prototype.trimstart@1.0.8, npm/stringify-object@3.3.0, npm/strip-ansi@6.0.1, npm/style-loader@1.3.0, npm/supports-preserve-symlinks-flag@1.0.0, npm/svg-parser@2.0.4, npm/svgo@1.3.2, npm/table@6.8.2, npm/terser-webpack-plugin@4.2.3, npm/test-exclude@6.0.0, npm/throttle-debounce@5.0.0, npm/thunky@1.1.0, npm/to-regex-range@5.0.1, npm/toggle-selection@1.0.6, npm/ts-node@10.9.2, npm/ts-pnp@1.2.0, npm/tslib@2.3.0, npm/typed-array-length@1.0.6, npm/util-deprecate@1.0.2, npm/v8-compile-cache@2.4.0, npm/void-elements@3.1.0, npm/webpack-dev-server@3.11.1, npm/webpack-manifest-plugin@2.2.0, npm/webpack@4.44.2, npm/which-typed-array@1.1.15, npm/word-wrap@1.2.5, npm/workbox-webpack-plugin@5.1.4, npm/wrap-ansi@7.0.0, npm/write-file-atomic@3.0.3, npm/zrender@5.5.0

View full report↗︎

socket-security[bot] commented 4 months ago

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package Note
Install scripts npm/core-js@3.37.0
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/core-js@3.37.0
dependabot[bot] commented 4 months ago

Superseded by #4.

codesyncapp[bot] commented 4 months ago

Check out the playback for this Pull Request here.