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

MIT License
0 stars 0 forks source link

fix: package.json & yarn.lock to reduce vulnerabilities #3

Closed 2lambda123 closed 4 months ago

2lambda123 commented 4 months ago

The following vulnerabilities are fixed with an upgrade:

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

Summary by CodeRabbit

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

Unable to locate .performanceTestingBot config file

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

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

Processing PR updates...

git-greetings[bot] commented 4 months ago

Thanks @2lambda123 for opening this PR!

For COLLABORATOR only :

quine-bot[bot] commented 4 months ago

๐Ÿ‘‹ Figuring out if a PR is useful is hard, hopefully this will help.

  • @2lambda123 has been on GitHub since 2019 and in that time has had 2122 public PRs merged
  • Don't you recognize them? They've been here before ๐ŸŽ‰
  • Here's a good example of their work: HeyGenClone
  • From looking at their profile, they seem to be good with Python and Shell.

Their most recently public accepted PR is: https://github.com/2lambda123/SingularityX-ai-lightence-ant-design-react-template/pull/2

coderabbitai[bot] commented 4 months ago

Walkthrough

The update primarily involves the axios HTTP client library in the package.json file, where its version has been upgraded from 0.24.0 to 1.6.0. This change ensures the project dependencies remain up-to-date, potentially improving security, performance, and compatibility with other packages.

Changes

File Change Summary
package.json Updated axios from ^0.24.0 to ^1.6.0

๐Ÿ‡๐Ÿ’ปโœจ
In the garden of code, under the JSON tree,
A little version bump, as happy as can be.
From .24 to 1.6, oh what a leap,
Now safer and swifter, our project's keep.
Hop, hop, hurray, let's code away! ๐Ÿš€๐ŸŒŸ


Recent Review Details **Configuration used: CodeRabbit UI** **Review profile: CHILL**
Commits Files that changed from the base of the PR and between 87579a179dd614d134c691b9c102b18d2d5bc6b7 and 6f3134207070660eda0db04dfbd29471f682b1a0.
Files ignored due to path filters (1) * `yarn.lock` is excluded by `!**/*.lock`
Files selected for processing (1) * package.json (1 hunks)
Files skipped from review due to trivial changes (1) * package.json
--- 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
PR Details of @2lambda123 in SingularityX-ai-lightence-ant-design-react-template : OPEN CLOSED TOTAL
2 1 3
codeautopilot[bot] commented 4 months ago

PR summary

The Pull Request addresses security vulnerabilities in the project by updating the axios package to a newer version that fixes a reported vulnerability. The changes include updating the axios version in package.json from 0.24.0 to 1.6.0 and making corresponding updates to yarn.lock to ensure compatibility with the new version. This includes updating follow-redirects to a newer version and adding form-data and proxy-from-env as dependencies. The PR aims to enhance the security of the project by mitigating the risks associated with the vulnerabilities in the older version of axios.

Suggestion

The PR seems to be straightforward and focused on security improvements. However, it is important to ensure that the upgrade does not introduce any breaking changes or incompatibilities with the existing codebase. It would be beneficial to:

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/@ampproject/remapping@2.3.0 None 0 78.9 kB jridgewell
npm/@ant-design/colors@6.0.0 None 0 18.8 kB zombiej
npm/@ant-design/icons@4.8.3 environment 0 5.65 MB zombiej
npm/@ant-design/react-slick@1.0.2 environment 0 829 kB afc163
npm/@babel/core@7.12.3 environment, filesystem +1 234 kB nicolo-ribaudo
npm/@babel/generator@7.24.5 None 0 493 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.24.5 None 0 502 kB nicolo-ribaudo
npm/@babel/helper-create-regexp-features-plugin@7.22.15 None 0 27 kB nicolo-ribaudo
npm/@babel/helper-define-polyfill-provider@0.6.2 unsafe 0 221 kB nicolo-ribaudo
npm/@babel/highlight@7.24.5 environment +1 47.2 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1 Transitive: environment, filesystem, unsafe +1 792 kB nicolo-ribaudo
npm/@babel/plugin-proposal-decorators@7.24.1 None 0 40 kB nicolo-ribaudo
npm/@babel/plugin-syntax-flow@7.24.1 None 0 5.42 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-assertions@7.24.1 None 0 3.65 kB nicolo-ribaudo
npm/@babel/plugin-transform-arrow-functions@7.24.1 None 0 5.55 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-to-generator@7.24.1 None 0 7.97 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoped-functions@7.24.1 None 0 6.55 kB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.24.5 None +1 200 kB nicolo-ribaudo
npm/@babel/plugin-transform-computed-properties@7.24.1 None 0 22.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-dotall-regex@7.24.1 None 0 4.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-duplicate-keys@7.24.1 None 0 9.11 kB nicolo-ribaudo
npm/@babel/plugin-transform-exponentiation-operator@7.24.1 None 0 4.95 kB nicolo-ribaudo
npm/@babel/plugin-transform-flow-strip-types@7.24.1 None 0 17.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-function-name@7.24.1 None 0 6.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-literals@7.24.1 None 0 4.63 kB nicolo-ribaudo
npm/@babel/plugin-transform-member-expression-literals@7.24.1 None 0 4.94 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-umd@7.24.1 None 0 25.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-new-target@7.24.1 None 0 10.3 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-super@7.24.1 None 0 9.23 kB nicolo-ribaudo
npm/@babel/plugin-transform-property-literals@7.24.1 None 0 4.72 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-constant-elements@7.24.1 None 0 23.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-reserved-words@7.24.1 None 0 4.28 kB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.24.3 unsafe 0 37.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-shorthand-properties@7.24.1 None 0 7.11 kB nicolo-ribaudo
npm/@babel/plugin-transform-spread@7.24.1 None 0 21.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-sticky-regex@7.24.1 None 0 4.64 kB nicolo-ribaudo
npm/@babel/plugin-transform-template-literals@7.24.1 None 0 15.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-typeof-symbol@7.24.5 None 0 76.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-typescript@7.24.5 None 0 201 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-regex@7.24.1 None 0 3.94 kB nicolo-ribaudo
npm/@babel/preset-env@7.24.5 environment, filesystem +1 304 kB nicolo-ribaudo
npm/@babel/runtime@7.24.5 None 0 262 kB nicolo-ribaudo
npm/@babel/template@7.24.0 None 0 68.9 kB nicolo-ribaudo
npm/@babel/traverse@7.24.5 Transitive: environment +1 642 kB nicolo-ribaudo
npm/@craco/craco@6.4.5 environment, filesystem 0 111 kB dilanx
npm/@eslint/eslintrc@0.4.3 filesystem, unsafe +1 196 kB eslintbot
npm/@googlemaps/js-api-loader@1.16.2 None 0 709 kB google-wombot
npm/@googlemaps/markerclusterer@2.5.3 None 0 494 kB google-wombot
npm/@humanwhocodes/config-array@0.5.0 None 0 34.9 kB nzakas
npm/@istanbuljs/load-nyc-config@1.1.0 environment, filesystem 0 10.9 kB coreyfarrell
npm/@jest/transform@26.6.2 None 0 38.7 kB simenb
npm/@jest/types@26.6.2 None 0 25.5 kB simenb
npm/@jridgewell/gen-mapping@0.3.5 None 0 81.6 kB jridgewell
npm/@lit-labs/react@1.2.1 None 0 173 kB lit-robot
npm/@pmmmwh/react-refresh-webpack-plugin@0.4.3 environment 0 105 kB pmmmwh
npm/@rc-component/portal@1.1.2 environment 0 27.6 kB zombiej
npm/@react-google-maps/api@2.19.3 environment 0 6.45 MB justfly1984
npm/@react-google-maps/infobox@2.19.2 None 0 373 kB justfly1984
npm/@react-google-maps/marker-clusterer@2.19.2 None 0 686 kB justfly1984
npm/@reduxjs/toolkit@1.9.7 environment 0 13 MB acemarke
npm/@remix-run/router@1.16.0 network 0 2.46 MB mjackson
npm/@svgr/babel-plugin-add-jsx-attribute@5.4.0 None 0 5.86 kB neoziro
npm/@svgr/babel-plugin-remove-jsx-attribute@5.4.0 None 0 4.3 kB neoziro
npm/@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1 None 0 3.58 kB neoziro
npm/@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1 None 0 4.75 kB neoziro
npm/@svgr/babel-plugin-svg-dynamic-title@5.4.0 None 0 7.98 kB neoziro
npm/@svgr/babel-plugin-svg-em-dimensions@5.4.0 None 0 4.46 kB neoziro
npm/@svgr/babel-plugin-transform-react-native-svg@5.4.0 None 0 7.32 kB neoziro
npm/@svgr/babel-plugin-transform-svg-component@5.5.0 None 0 13.8 kB neoziro
npm/@svgr/babel-preset@5.5.0 None 0 10.6 kB neoziro
npm/@svgr/core@5.5.0 None 0 20.6 kB neoziro
npm/@svgr/hast-util-to-babel-ast@5.5.0 None 0 34.4 kB neoziro
npm/@svgr/plugin-jsx@5.5.0 None 0 9.37 kB neoziro
npm/@svgr/plugin-svgo@5.5.0 None 0 10.8 kB neoziro
npm/@svgr/webpack@5.5.0 None 0 14 kB neoziro
npm/@types/country-list@2.1.4 None 0 5.09 kB types
npm/@types/d3-interpolate@1.4.5 None 0 22.5 kB types
npm/@types/d3-zoom@1.8.7 None 0 35.9 kB types
npm/@types/eslint@7.29.0 None 0 165 kB types
npm/@types/google.maps@3.55.2 None 0 574 kB types
npm/@types/hoist-non-react-statics@3.3.5 None 0 6.45 kB types
npm/@types/leaflet@1.9.12 None 0 113 kB types
npm/@types/react-dom@18.3.0 None 0 37.8 kB types
npm/@types/react-helmet@6.1.11 None 0 6.15 kB types
npm/@types/react-responsive@8.0.8 None 0 6.08 kB types
npm/@types/react-router-hash-link@2.4.9 None 0 4.87 kB types
npm/@types/react-simple-maps@1.0.8 None 0 10.4 kB types
npm/@types/react-slick@0.23.13 None 0 6.11 kB types
npm/@types/styled-components@5.1.34 None 0 23.2 kB types
npm/@typescript-eslint/eslint-plugin@5.62.0 None 0 2.43 MB jameshenry
npm/@typescript-eslint/experimental-utils@4.33.0 None +2 925 kB jameshenry
npm/@typescript-eslint/scope-manager@5.62.0 None 0 592 kB jameshenry
npm/@typescript-eslint/typescript-estree@5.62.0 environment, filesystem 0 553 kB jameshenry
npm/@typescript-eslint/utils@5.62.0 None 0 501 kB jameshenry
npm/@typescript-eslint/visitor-keys@5.62.0 None 0 18.4 kB jameshenry
npm/aggregate-error@3.1.0 None 0 6.69 kB sindresorhus
npm/amdefine@1.0.1 None 0 20.4 kB jrburke
npm/ansi-escapes@4.3.2 None +1 135 kB sindresorhus
npm/ansi-html@0.0.7 None 0 20 kB tjatse
npm/ansi-styles@3.2.1 None 0 9.37 kB sindresorhus
npm/antd-mask-input@2.0.7 None 0 27.6 kB antonio.presto
npm/antd@4.24.16 environment 0 49.5 MB afc163
npm/argparse@1.0.10 environment, filesystem 0 116 kB vitaly
npm/array.prototype.flat@1.3.2 None 0 18.7 kB ljharb
npm/async-validator@4.2.5 None 0 285 kB yiminghe
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@=4.7.0 None 0 2.18 MB dqlabs, dylanb, npmdeque, ...1 more
npm/axios-mock-adapter@1.22.0 None 0 68.1 kB marcbachmann
npm/axios@1.6.8 network 0 1.84 MB jasonsaayman
npm/axobject-query@3.2.1 None 0 116 kB jessebeach
npm/babel-eslint@10.1.0 Transitive: environment, filesystem +1 176 kB kaicataldo
npm/babel-jest@26.6.3 environment 0 11.9 kB simenb
npm/babel-loader@8.1.0 filesystem +1 65 kB existentialism
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell 0 25.7 kB oss-bot
npm/babel-plugin-macros@3.1.0 None 0 38 kB kentcdodds
npm/babel-plugin-named-asset-import@0.3.8 None 0 4.47 kB iansu
npm/babel-plugin-polyfill-corejs2@0.4.11 None 0 81.5 kB nicolo-ribaudo
npm/babel-plugin-polyfill-corejs3@0.10.4 None 0 207 kB nicolo-ribaudo
npm/babel-plugin-polyfill-regenerator@0.6.2 None 0 9.74 kB nicolo-ribaudo
npm/babel-preset-react-app@10.0.1 environment +1 36.5 kB iansu
npm/bfj@7.1.0 filesystem 0 384 kB philbooth
npm/bluebird@3.7.2 environment, eval, unsafe 0 632 kB esailija
npm/braces@3.0.2 None 0 49.2 kB doowb
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/case-sensitive-paths-webpack-plugin@2.3.0 None 0 18.5 kB urthen
npm/check-types@11.2.3 None 0 57.7 kB philbooth
npm/clean-css@3.4.28 environment, filesystem, network +1 437 kB jakub.pawlowicz
npm/clean-stack@2.2.0 None 0 5.51 kB sindresorhus
npm/cli-cursor@3.1.0 None 0 4.37 kB sindresorhus
npm/cli-truncate@2.1.0 None 0 10.4 kB sindresorhus
npm/color-convert@1.9.3 None +1 36.3 kB qix
npm/colorette@1.4.0 environment 0 11.3 kB jorgebucaran
npm/commander@2.8.1 filesystem, shell 0 41.8 kB zhiyelee
npm/copy-anything@2.0.6 None 0 11.9 kB mesqueeb
npm/country-flag-icons@1.5.11 None 0 6.58 MB catamphetamine
npm/country-list@2.3.0 None 0 16.6 kB fannarsh
npm/craco-alias@3.0.1 filesystem 0 38.3 kB risenforces
npm/credit-card-type@9.1.0 None 0 42.9 kB braintree
npm/css-loader@4.3.0 None 0 115 kB evilebottnawi
npm/css-mediaquery@0.1.2 None 0 10.4 kB ericf
npm/date-fns@2.30.0 None 0 6.69 MB kossnocorp
npm/dayjs@1.11.11 None 0 666 kB iamkun
npm/debug@4.3.4 environment 0 42.4 kB qix
npm/define-properties@1.2.1 None 0 12.9 kB ljharb
npm/dir-glob@3.0.1 None 0 5.42 kB sindresorhus
npm/dom-align@1.12.4 None 0 246 kB yiminghe
npm/dotenv-expand@5.1.0 None 0 15.9 kB motdotla
npm/dotenv@8.2.0 environment, filesystem 0 23.1 kB maxbeatty
npm/echarts-for-react@3.0.2 None 0 74.6 kB atool
npm/echarts@5.5.0 environment, eval, network 0 52.8 MB ovilia
npm/elt-react-credit-cards@0.0.1 None 0 474 kB eleadertech
npm/enquirer@2.4.1 environment 0 189 kB jonschlinkert
npm/errno@0.1.8 None 0 18.1 kB ralphtheninja
npm/error-ex@1.3.2 None 0 9.04 kB qix
npm/es-abstract@1.23.3 None 0 2.38 MB ljharb
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/es-shim-unscopables@1.0.2 None 0 11 kB ljharb
npm/es-to-primitive@1.2.1 None 0 40.4 kB ljharb
npm/eslint-config-react-app@6.0.0 None 0 19.1 kB iansu
npm/eslint-import-resolver-node@0.3.9 Transitive: environment +1 58.5 kB ljharb
npm/eslint-plugin-flowtype@5.10.0 None 0 321 kB gajus
npm/eslint-plugin-import@2.29.1 filesystem, unsafe +1 1.32 MB ljharb
npm/eslint-plugin-jest@24.7.0 filesystem 0 292 kB simenb
npm/eslint-plugin-jsx-a11y@6.8.0 None 0 739 kB ljharb
npm/eslint-plugin-react@7.34.1 filesystem 0 809 kB ljharb
npm/eslint-plugin-testing-library@3.10.2 Transitive: environment, filesystem +4 1.11 MB testing-library-bot
npm/eslint-scope@5.1.1 None 0 78.4 kB eslintbot
npm/eslint-webpack-plugin@2.7.0 filesystem 0 41.5 kB ricardogobbosouza
npm/eslint@7.32.0 filesystem 0 3.19 MB eslintbot
npm/espree@7.3.1 None +1 96.6 kB eslintbot
npm/esprima@4.0.1 None 0 314 kB ariya
npm/esquery@1.5.0 None 0 1 MB michaelficarra
npm/esrecurse@4.3.0 None 0 13.5 kB michaelficarra
npm/execa@5.1.1 environment, shell 0 57.5 kB sindresorhus
npm/file-entry-cache@6.0.1 filesystem 0 25.6 kB royriojas
npm/file-loader@6.1.1 Transitive: environment +1 121 kB evilebottnawi
npm/fill-range@7.0.1 None 0 16.4 kB jonschlinkert
npm/find-cache-dir@2.1.0 None 0 5.38 kB sindresorhus
npm/find-up@4.1.0 None 0 11.6 kB sindresorhus
npm/flat-cache@3.2.0 filesystem 0 29.4 kB jaredwray
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/form-data@4.0.0 filesystem, network 0 43.4 kB niftylettuce
npm/function.prototype.name@1.1.6 None 0 25.5 kB ljharb
npm/get-intrinsic@1.2.4 eval 0 41.6 kB ljharb
npm/get-symbol-description@1.0.2 None 0 14.3 kB ljharb
npm/glob@7.2.3 filesystem 0 55.1 kB isaacs
npm/globals@13.24.0 None 0 52.1 kB sindresorhus
npm/globalthis@1.0.4 None 0 23.7 kB ljharb
npm/gopd@1.0.1 None 0 7.7 kB ljharb
npm/graceful-readlink@1.0.1 filesystem 0 2.38 kB zhiyelee
npm/has-property-descriptors@1.0.2 None 0 10.9 kB ljharb
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/hoopy@0.1.4 None 0 20.4 kB philbooth
npm/html-entities@1.4.0 None 0 68.6 kB mdevils
npm/html-parse-stringify@3.0.1 None 0 55.5 kB henrikjoreteg
npm/html-webpack-plugin@4.5.0 filesystem, unsafe 0 144 kB jantimon
npm/husky@6.0.0 filesystem, shell 0 6.1 kB typicode
npm/i18next@20.6.1 None 0 508 kB adrai
npm/iconv-lite@0.6.3 None 0 349 kB ashtuchkin
npm/icss-utils@4.1.1 None 0 9.47 kB evilebottnawi
npm/image-size@0.5.5 filesystem 0 19.2 kB netroy
npm/imask@6.4.2 None 0 916 kB unmanner
npm/import-fresh@3.3.0 None 0 4.87 kB sindresorhus
npm/indent-string@4.0.0 None 0 4.4 kB sindresorhus
npm/input-format@0.3.10 None 0 264 kB catamphetamine
npm/internal-slot@1.0.7 None 0 20.5 kB ljharb
npm/is-array-buffer@3.0.4 None 0 17.6 kB ljharb
npm/is-core-module@2.13.1 None 0 30.2 kB ljharb
npm/is-date-object@1.0.5 None 0 20.8 kB ljharb
npm/is-regex@1.1.4 None 0 30.1 kB ljharb
npm/is-shared-array-buffer@1.0.3 None 0 18.7 kB ljharb
npm/is-string@1.0.7 None 0 19.1 kB ljharb
npm/is-symbol@1.0.4 None 0 22 kB ljharb
npm/is-typed-array@1.1.13 None 0 23.3 kB ljharb
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-what@3.14.1 None 0 62.3 kB mesqueeb
npm/istanbul-lib-instrument@5.2.1 None 0 70.2 kB oss-bot
npm/jest-circus@26.6.0 None 0 74.5 kB simenb
npm/jest-resolve@26.6.0 environment, unsafe 0 37.7 kB simenb
npm/jest-util@26.6.2 environment 0 38.6 kB simenb
npm/jest-watch-typeahead@0.6.1 None 0 25.2 kB simenb
npm/jest@26.6.0 None 0 4.34 kB simenb
npm/js-yaml@3.14.1 eval 0 291 kB vitaly
npm/json2mq@0.2.0 None 0 6.04 kB akiran
npm/less-plugin-clean-css@1.5.1 None 0 19.6 kB agatronic
npm/less@4.2.0 eval, filesystem 0 2.84 MB matthew-dean
npm/levn@0.4.1 None 0 24.9 kB gkz
npm/lint-staged@11.2.6 environment, filesystem Transitive: shell +1 240 kB okonet
npm/listr2@3.14.0 environment +1 185 kB cenk1cenk2
npm/log-update@4.0.0 None +3 50.7 kB sindresorhus
npm/lru-cache@6.0.0 None 0 15.6 kB isaacs
npm/matchmediaquery@0.3.1 None 0 4.67 kB ncochard
npm/micromatch@4.0.5 None 0 55.9 kB jonschlinkert
npm/mimic-fn@2.1.0 None 0 4.46 kB sindresorhus
npm/mini-css-extract-plugin@0.11.3 unsafe 0 78.3 kB evilebottnawi
npm/native-url@0.2.6 None 0 87.6 kB janicklas-ralph
npm/needle@3.3.1 environment, filesystem, network 0 324 kB tomas
npm/object.assign@4.1.5 None 0 72.7 kB ljharb
npm/object.entries@1.1.8 None 0 32.6 kB ljharb
npm/object.fromentries@2.0.8 None 0 16.3 kB ljharb
npm/object.hasown@1.1.4 None 0 16.4 kB ljharb
npm/object.values@1.2.0 None 0 31.5 kB ljharb
npm/onetime@5.1.2 None 0 6.17 kB sindresorhus
npm/optimize-css-assets-webpack-plugin@5.0.4 None 0 17.6 kB nmfr
npm/optionator@0.9.4 None 0 50.2 kB gkz
npm/p-map@4.0.0 None 0 8.69 kB sindresorhus
npm/parent-module@1.0.1 None 0 3.92 kB sindresorhus
npm/parse-json@5.2.0 None 0 5.41 kB sindresorhus
npm/payment@2.4.6 None 0 61 kB melloware
npm/pify@4.0.1 None 0 7.23 kB sindresorhus
npm/pigeon-maps@0.19.7 None 0 197 kB mariusandra
npm/postcss-loader@3.0.0 Transitive: filesystem +1 45.3 kB michael-ciniawsky
npm/postcss-modules-extract-imports@2.0.0 None 0 9.69 kB sullenor
npm/postcss-modules-local-by-default@3.0.3 None 0 23.5 kB evilebottnawi
npm/postcss-modules-scope@2.2.0 None 0 13.5 kB evilebottnawi
npm/postcss-modules-values@3.0.0 None 0 7.05 kB evilebottnawi
npm/postcss-normalize@8.0.1 filesystem, unsafe 0 46.1 kB jonathantneal
npm/postcss-preset-env@6.7.0 filesystem 0 141 kB jonathantneal
npm/postcss-safe-parser@5.0.2 None 0 6.34 kB ai
npm/postcss@7.0.39 environment, filesystem 0 541 kB ai
npm/prettier@2.8.8 environment, filesystem, unsafe 0 11.2 MB prettier-bot
npm/prompts@2.4.0 None 0 185 kB terkelg
npm/proxy-from-env@1.1.0 environment 0 29.5 kB rob-w
npm/prr@1.0.1 None 0 10.1 kB rvagg
npm/qj@2.0.0 None 0 15.5 kB jessepollak
npm/rc-align@4.0.15 None 0 29.7 kB zombiej
npm/rc-cascader@3.7.3 environment 0 159 kB afc163
npm/rc-checkbox@3.0.1 None 0 20.6 kB zombiej
npm/rc-collapse@3.4.2 None 0 53 kB afc163
npm/rc-dialog@9.0.2 environment 0 70.2 kB afc163
npm/rc-drawer@6.3.0 environment 0 55 kB zombiej
npm/rc-dropdown@4.0.1 None 0 42.3 kB madccc
npm/rc-field-form@1.38.2 environment 0 287 kB zombiej
npm/rc-image@5.13.0 None 0 106 kB zombiej
npm/rc-input-number@7.3.11 None 0 101 kB zombiej
npm/rc-input@0.1.4 None 0 51 kB afc163
npm/rc-mentions@1.13.1 environment 0 73.6 kB zombiej
npm/rc-menu@9.8.4 environment 0 251 kB zombiej
npm/rc-motion@2.9.0 None 0 108 kB madccc
npm/rc-notification@4.6.1 environment 0 56.9 kB afc163
npm/rc-overflow@1.3.2 None 0 58.3 kB zombiej
npm/rc-pagination@3.2.0 None 0 162 kB afc163
npm/rc-picker@2.7.6 environment 0 695 kB zombiej
npm/rc-progress@3.4.2 environment 0 44.7 kB zombiej
npm/rc-rate@2.9.3 None 0 43 kB afc163
npm/rc-resize-observer@1.4.0 environment 0 36.5 kB zombiej
npm/rc-segmented@2.3.0 environment 0 39.7 kB afc163
npm/rc-select@14.1.18 environment 0 322 kB madccc
npm/rc-slider@10.0.1 environment 0 135 kB zombiej
npm/rc-steps@5.0.0 None 0 858 kB madccc
npm/rc-switch@3.2.2 None 0 17.7 kB afc163
npm/rc-table@7.26.0 environment 0 319 kB afc163
npm/rc-tabs@12.5.10 environment 0 155 kB madccc
npm/rc-textarea@0.4.7 environment 0 44.6 kB afc163
npm/rc-tooltip@5.2.2 None 0 49.7 kB zombiej
npm/rc-tree-select@5.5.5 environment 0 162 kB zombiej
npm/rc-tree@5.7.12 environment 0 364 kB zombiej
npm/rc-trigger@5.3.4 None 0 143 kB zombiej
npm/rc-upload@4.3.6 None 0 63 kB madccc
npm/rc-util@5.39.1 environment +1 257 kB zombiej
npm/rc-virtual-list@3.11.5 environment 0 130 kB zombiej
npm/react-app-polyfill@2.0.0 None 0 6.76 kB iansu
npm/react-country-flag@3.1.0 environment 0 22.9 kB danalloway
npm/react-dev-utils@11.0.4 None 0 115 kB gaearon
npm/react-fast-compare@3.2.2 None 0 16.2 kB formidablelabs
npm/react-helmet-async@1.3.0 None 0 328 kB wonderboymusic
npm/react-i18next@11.18.6 None 0 359 kB adrai
npm/react-infinite-scroll-component@6.1.0 None +1 243 kB ankeetmaini
npm/react-insta-stories@2.6.2 None 0 115 kB mohitk05
npm/react-phone-number-input@3.4.1 None 0 9.62 MB catamphetamine
npm/react-refresh@0.8.3 None 0 55.6 kB gaearon
npm/react-responsive@9.0.2 None 0 221 kB yocontra
npm/react-router-hash-link@2.4.3 environment 0 91.8 kB rafgraph
npm/react-router@6.23.0 environment 0 810 kB mjackson
npm/react-scripts@4.0.3 Transitive: environment, filesystem +9 3.97 MB iansu
npm/react-simple-maps@2.3.0 network Transitive: environment +1 365 kB zimrick
npm/react-slick@0.28.1 environment 0 764 kB akiran
npm/react-verification-input@2.0.8 None 0 23.9 kB andreaswilli
npm/regexp.prototype.flags@1.5.2 None 0 40.4 kB ljharb
npm/resolve-url-loader@3.1.5 environment, filesystem +1 49.6 kB bholloway
npm/rimraf@3.0.2 filesystem 0 17.3 kB isaacs
npm/rxjs@7.8.1 None 0 4.5 MB blesh
npm/safe-regex-test@1.0.3 None 0 10.2 kB ljharb
npm/sass-loader@10.5.2 environment 0 46.5 kB evilebottnawi
npm/schema-utils@2.7.1 None 0 77.4 kB evilebottnawi
npm/shallow-equal@1.2.1 None 0 6.84 kB moroshko
npm/shebang-command@2.0.0 None 0 2.56 kB kevva
npm/side-channel@1.0.6 None 0 23.2 kB ljharb
npm/size-sensor@1.0.2 None 0 16.7 kB atool
npm/slice-ansi@3.0.0 None 0 6.2 kB sindresorhus
npm/slick-carousel@1.8.1 None 0 190 kB thekenwheeler
npm/source-map@0.6.1 None 0 805 kB tromey
npm/sprintf-js@1.0.3 None 0 34.8 kB alexei
npm/string-argv@0.3.1 None 0 6.12 kB cellule
npm/string-convert@0.2.1 None 0 4.14 kB akiran
npm/string-width@4.2.3 None 0 5.16 kB sindresorhus
npm/string.prototype.matchall@4.0.11 None 0 38.5 kB ljharb
npm/string.prototype.trimend@1.0.8 None 0 22.1 kB ljharb
npm/string.prototype.trimstart@1.0.8 None 0 22.9 kB ljharb
npm/stringify-object@3.3.0 None 0 8.12 kB sindresorhus
npm/styled-components@5.3.11 environment 0 3.02 MB probablyup
npm/stylelint-config-recommended@5.0.0 None 0 7.21 kB jeddy3
npm/stylelint-config-styled-components@0.1.1 None 0 3.82 kB ismay
npm/stylelint-processor-styled-components@1.10.0 None 0 131 kB chinesedfan
npm/stylelint@13.13.1 environment, filesystem 0 1.56 MB jeddy3
npm/svg-parser@2.0.4 None 0 48.9 kB trysound
npm/svgo@1.3.2 filesystem 0 406 kB greli
npm/table@6.8.2 None 0 335 kB gajus-table
npm/terser-webpack-plugin@4.2.3 eval 0 75.3 kB evilebottnawi
npm/test-exclude@6.0.0 None 0 23.6 kB coreyfarrell
npm/throttle-debounce@5.0.0 None 0 83.1 kB niksy
npm/through@2.3.8 None 0 12.5 kB dominictarr
npm/to-regex-range@5.0.1 None 0 22.9 kB jonschlinkert
npm/tryer@1.0.1 None 0 36.3 kB philbooth
npm/ts-node@10.9.2 environment, filesystem, unsafe 0 757 kB blakeembrey
npm/tsconfig-paths@3.15.0 environment, filesystem, unsafe 0 216 kB jonaskello
npm/tslib@2.3.0 None 0 39 kB typescript-bot
npm/type-check@0.4.0 None 0 21.2 kB gkz
npm/typed-array-length@1.0.6 None 0 23.3 kB ljharb
npm/typeface-lato@1.1.13 None 0 501 kB kylemathews
npm/typeface-montserrat@1.1.13 None 0 784 kB kylemathews
npm/unbox-primitive@1.0.2 None 0 14.9 kB ljharb
npm/uri-js@4.4.1 None 0 470 kB garycourt
npm/void-elements@3.1.0 None 0 3.11 kB forbeslindesay
npm/web-vitals@1.1.2 None 0 132 kB philipwalton
npm/webpack-bundle-analyzer@4.10.2 environment, filesystem, network +1 1.29 MB valscion
npm/webpack-dev-server@3.11.1 environment, filesystem, network 0 533 kB evilebottnawi
npm/webpack-manifest-plugin@2.2.0 filesystem 0 14.3 kB mastilver
npm/webpack-merge@4.2.2 None 0 52.4 kB bebraw
npm/webpack@4.44.2 environment, filesystem, unsafe 0 1.48 MB sokra
npm/webpackbar@5.0.2 environment 0 134 kB pi0
npm/which-typed-array@1.1.15 None 0 40.7 kB ljharb
npm/word-wrap@1.2.5 None 0 11.8 kB jonschlinkert
npm/workbox-background-sync@5.1.4 environment, network 0 303 kB jeffposnick
npm/workbox-broadcast-update@5.1.4 environment 0 210 kB jeffposnick
npm/workbox-cacheable-response@5.1.4 environment 0 178 kB jeffposnick
npm/workbox-core@5.1.4 environment, network 0 530 kB jeffposnick
npm/workbox-expiration@5.1.4 environment 0 286 kB jeffposnick
npm/workbox-google-analytics@5.1.4 environment, network 0 200 kB jeffposnick
npm/workbox-navigation-preload@5.1.4 environment 0 150 kB jeffposnick
npm/workbox-precaching@5.1.4 environment, network 0 425 kB jeffposnick
npm/workbox-range-requests@5.1.4 environment 0 194 kB jeffposnick
npm/workbox-routing@5.1.4 environment 0 350 kB jeffposnick
npm/workbox-strategies@5.1.4 environment 0 341 kB jeffposnick
npm/workbox-streams@5.1.4 environment 0 208 kB jeffposnick
npm/workbox-webpack-plugin@5.1.4 None 0 40.1 kB jeffposnick
npm/wrap-ansi@7.0.0 None 0 10.6 kB sindresorhus
npm/write-file-atomic@3.0.3 filesystem 0 12.8 kB isaacs
npm/zrender@5.5.0 environment 0 4.09 MB ovilia

๐Ÿšฎ Removed packages: npm/@bcoe/v8-coverage@0.2.3, npm/@cnakazawa/watch@1.0.4, npm/@emotion/is-prop-valid@1.2.2, npm/@emotion/memoize@0.8.1, npm/@emotion/stylis@0.8.5, npm/@emotion/unitless@0.7.5, npm/@gar/promisify@1.1.3, npm/@jest/environment@26.6.2, npm/@jest/fake-timers@26.6.2, npm/@jest/globals@26.6.2, npm/@jest/source-map@26.6.2, npm/@jest/test-result@26.6.2, npm/@jest/test-sequencer@26.6.3, npm/@npmcli/fs@1.1.1, npm/@npmcli/move-file@1.1.2, npm/@polka/url@1.0.0-next.25, npm/@sinonjs/commons@1.8.6, npm/@sinonjs/fake-timers@6.0.1, npm/@tootallnate/once@1.1.2, npm/@types/estree@1.0.5, npm/@types/glob@7.2.0, npm/@types/graceful-fs@4.1.9, npm/@types/json5@0.0.29, npm/@types/mdast@3.0.15, npm/@types/prettier@2.7.3, npm/@types/stack-utils@2.0.3, npm/@types/unist@2.0.10, npm/@webassemblyjs/ast@1.9.0, npm/@webassemblyjs/helper-module-context@1.9.0, npm/@xtuc/ieee754@1.2.0, npm/@xtuc/long@4.2.2, npm/abab@2.0.6, npm/accepts@1.3.8, npm/acorn-walk@7.2.0, npm/ajv-keywords@3.5.2, npm/ansi-regex@5.0.1, npm/anymatch@3.1.3, npm/arr-diff@4.0.0, npm/arr-flatten@1.1.0, npm/arr-union@3.1.0, npm/array-unique@0.3.2, npm/asap@2.0.6, npm/asn1.js@4.10.1, npm/assign-symbols@1.0.0, npm/async-limiter@1.0.1, npm/at-least-node@1.0.0, npm/atob@2.1.2, npm/axios@0.24.0, npm/base64-js@1.5.1, npm/bindings@1.5.0, npm/bn.js@5.2.1, npm/boolbase@1.0.0, npm/brorand@1.1.0, npm/browser-process-hrtime@1.0.0, npm/browserify-aes@1.2.0, npm/browserify-cipher@1.0.1, npm/browserify-des@1.0.2, npm/browserify-rsa@4.1.0, npm/bser@2.1.1, npm/buffer-xor@1.0.3, npm/builtin-status-codes@3.0.0, npm/bytes@3.0.0, npm/camelize@1.0.1, npm/capture-exit@2.0.0, npm/char-regex@1.0.2, npm/character-entities-legacy@1.1.4, npm/character-entities@1.2.4, npm/character-reference-invalid@1.1.4, npm/chownr@2.0.0, npm/chrome-trace-event@1.0.3, npm/ci-info@2.0.0, npm/cipher-base@1.0.4, npm/cjs-module-lexer@0.6.0, npm/co@4.6.0, npm/collect-v8-coverage@1.0.2, npm/color-string@1.9.1, npm/color@3.2.1, npm/common-tags@1.8.2, npm/commondir@1.0.1, npm/compressible@2.0.18, npm/compute-scroll-into-view@1.0.20, npm/concat-stream@1.6.2, npm/consola@2.15.3, npm/console-browserify@1.2.0, npm/constants-browserify@1.0.0, npm/content-disposition@0.5.4, npm/content-type@1.0.5, npm/cookie-signature@1.0.6, npm/cookie@0.6.0, npm/copy-descriptor@0.1.1, npm/core-js@3.37.0, npm/core-util-is@1.0.3, npm/create-ecdh@4.0.4, npm/create-hash@1.2.0, npm/create-hmac@1.1.7, npm/crypto-browserify@3.12.0, npm/css-color-keywords@1.0.0, npm/css-to-react-native@3.2.0, npm/css-what@6.1.0, npm/cssom@0.4.4, npm/cssstyle@2.3.0, npm/d3-array@2.12.1, npm/d3-color@2.0.0, npm/d3-dispatch@2.0.0, npm/d3-ease@2.0.0, npm/d3-geo@2.0.2, npm/d3-interpolate@2.0.1, npm/d3-selection@2.0.0, npm/d3-timer@2.0.0, npm/decamelize@1.2.0, npm/decimal.js@10.4.3, npm/dedent@0.7.0, npm/depd@2.0.0, npm/des.js@1.1.0, npm/destroy@1.2.0, npm/detect-newline@3.1.0, npm/detect-node@2.1.0, npm/diff-sequences@26.6.2, npm/diffie-hellman@5.0.3, npm/dom-converter@0.2.0, npm/domexception@2.0.1, npm/dot-prop@5.3.0, npm/duplexer@0.1.2, npm/ee-first@1.1.1, npm/elliptic@6.5.5, npm/emittery@0.7.2, npm/encodeurl@1.0.2, npm/end-of-stream@1.4.4, npm/es-array-method-boxes-properly@1.0.0, npm/es5-ext@0.10.64, npm/es6-iterator@2.0.3, npm/escalade@3.1.2, npm/escape-html@1.0.3, npm/escodegen@2.1.0, npm/etag@1.8.1, npm/eventemitter3@4.0.7, npm/events@3.3.0, npm/evp_bytestokey@1.0.3, npm/exec-sh@0.3.6, npm/exit@0.1.2, npm/expect@26.6.2, npm/extend@3.0.2, npm/fastest-levenshtein@1.0.16, npm/fb-watchman@2.0.2, npm/file-uri-to-path@1.0.0, npm/finalhandler@1.2.0, npm/for-in@1.0.2, npm/form-data@3.0.1, npm/forwarded@0.2.0, npm/fresh@0.5.2, npm/from2@2.3.0, npm/fs.realpath@1.0.0, npm/get-stdin@8.0.0, npm/get-value@2.0.6, npm/growly@1.3.0, npm/has-bigints@1.0.2, npm/has@1.0.4, npm/hash-base@3.0.4, npm/hash.js@1.1.7, npm/he@1.2.0, npm/hmac-drbg@1.0.1, npm/html-encoding-sniffer@2.0.1, npm/html-escaper@2.0.2, npm/html-tags@3.3.1, npm/http-errors@2.0.0, npm/https-browserify@1.0.0, npm/https-proxy-agent@5.0.1, npm/ieee754@1.2.1, npm/infer-owner@1.0.4, npm/inflight@1.0.6, npm/inherits@2.0.4, npm/ini@1.3.8, npm/internmap@1.0.1, npm/ip@1.1.9, npm/ipaddr.js@1.9.1, npm/is-alphabetical@1.0.4, npm/is-arguments@1.1.1, npm/is-decimal@1.0.4, npm/is-docker@2.2.1, npm/is-extendable@0.1.1, npm/is-generator-fn@2.1.0, npm/is-hexadecimal@1.0.4, npm/is-obj@2.0.0, npm/is-potential-custom-element-name@1.0.1, npm/is-unicode-supported@0.1.0, npm/is-windows@1.0.2, npm/is-wsl@2.2.0, npm/isarray@1.0.0, npm/isexe@2.0.0, npm/isobject@3.0.1, npm/istanbul-lib-coverage@3.2.2, npm/istanbul-lib-report@3.0.1, npm/istanbul-lib-source-maps@4.0.1, npm/istanbul-reports@3.1.7, npm/jest-changed-files@26.6.2, npm/jest-docblock@26.0.0, npm/jest-environment-jsdom@26.6.2, npm/jest-environment-node@26.6.2, npm/jest-get-type@26.3.0, npm/jest-leak-detector@26.6.2, npm/jest-mock@26.6.2, npm/jest-pnp-resolver@1.2.3, npm/jest-resolve-dependencies@26.6.3, npm/jest-serializer@26.6.2, npm/jsonfile@6.1.0, npm/kdbush@4.0.2, npm/kind-of@6.0.3, npm/klona@2.0.6, npm/language-subtag-registry@0.3.22, npm/leven@3.1.0, npm/lodash.memoize@4.1.2, npm/lodash.truncate@4.4.2, npm/lodash.uniq@4.5.0, npm/log-symbols@4.1.0, npm/lower-case@2.0.2, npm/makeerror@1.0.12, npm/map-cache@0.2.2, npm/md5.js@1.3.5, npm/media-typer@0.3.0, npm/merge-descriptors@1.0.1, npm/methods@1.1.2, npm/miller-rabin@4.0.1, npm/minimalistic-assert@1.0.1, npm/minimalistic-crypto-utils@1.0.1, npm/mrmime@2.0.0, npm/nan@2.19.0, npm/nanoid@3.3.7, npm/next-tick@1.1.0, npm/nice-try@1.0.5, npm/node-int64@0.4.0, npm/normalize-range@0.1.2, npm/nth-check@2.1.1, npm/nwsapi@2.2.9, npm/object-is@1.1.6, npm/obuf@1.1.2, npm/on-finished@2.4.1, npm/on-headers@1.0.2, npm/once@1.4.0, npm/open@7.4.2, npm/opener@1.5.2, npm/os-browserify@0.3.0, npm/p-each-series@2.2.0, npm/p-finally@1.0.0, npm/p-limit@2.3.0, npm/pako@1.0.11, npm/parse5@6.0.1, npm/parseurl@1.3.3, npm/pascalcase@0.1.1, npm/path-dirname@1.0.2, npm/path-exists@4.0.0, npm/path-is-absolute@1.0.1, npm/path-is-inside@1.0.2, npm/path-to-regexp@0.1.7, npm/pbkdf2@3.1.2, npm/performance-now@2.1.0, npm/pinkie@2.0.4, npm/posix-character-classes@0.1.1, npm/postcss-selector-parser@6.0.16, npm/pretty-bytes@5.6.0, npm/process-nextick-args@2.0.1, npm/process@0.11.10, npm/promise-inflight@1.0.1, npm/proxy-addr@2.0.7, npm/public-encrypt@4.0.3, npm/pump@3.0.0, npm/punycode@2.3.1, npm/q@1.5.1, npm/qs@6.12.1, npm/querystring-es3@0.2.1, npm/queue-microtask@1.2.3, npm/raf@3.4.1, npm/randombytes@2.1.0, npm/randomfill@1.0.4, npm/range-parser@1.2.1, npm/readable-stream@3.6.2, npm/regenerate-unicode-properties@10.1.1, npm/regenerate@1.4.2, npm/regex-parser@2.3.0, npm/regjsparser@0.9.1, npm/relateurl@0.2.7, npm/remove-trailing-separator@1.1.0, npm/repeat-string@1.6.1, npm/require-directory@2.1.1, npm/resolve-url@0.2.1, npm/ret@0.1.15, npm/ripemd160@2.0.2, npm/rsvp@4.8.5, npm/sane@4.1.0, npm/saxes@5.0.1, npm/send@0.18.0, npm/serialize-javascript@5.0.1, npm/serve-static@1.15.0, npm/set-blocking@2.0.0, npm/setimmediate@1.0.5, npm/setprototypeof@1.2.0, npm/sha.js@2.4.11, npm/shellwords@0.1.1, npm/simple-swizzle@0.2.2, npm/sirv@2.0.4, npm/source-map-js@1.2.0, npm/source-map-url@0.4.1, npm/specificity@0.4.1, npm/stack-utils@2.0.6, npm/statuses@2.0.1, npm/stream-shift@1.0.3, npm/strict-uri-encode@1.1.0, npm/string-length@4.0.2, npm/strip-bom@4.0.0, npm/strip-eof@1.0.0, npm/supports-hyperlinks@2.3.0, npm/symbol-tree@3.2.4, npm/terminal-link@2.1.1, npm/throat@5.0.0, npm/timers-browserify@2.0.12, npm/tmpl@1.0.5, npm/toidentifier@1.0.1, npm/topojson-client@3.1.0, npm/totalist@3.0.1, npm/tr46@2.1.0, npm/type-detect@4.0.8, npm/type-is@1.6.18, npm/type@2.7.2, npm/typedarray@0.0.6, npm/unicode-canonical-property-names-ecmascript@2.0.0, npm/unicode-match-property-ecmascript@2.0.0, npm/unicode-match-property-value-ecmascript@2.1.0, npm/unicode-property-aliases-ecmascript@2.1.0, npm/unique-slug@2.0.2, npm/unist-util-is@4.1.0, npm/unist-util-stringify-position@2.0.3, npm/universalify@2.0.1, npm/unpipe@1.0.0, npm/unquote@1.1.1, npm/upath@1.2.0, npm/urix@0.1.0, npm/use@3.1.1, npm/util-deprecate@1.0.2, npm/utila@0.4.0, npm/utils-merge@1.0.1, npm/v8-to-istanbul@7.1.2, npm/vary@1.1.2, npm/vfile@4.2.1, npm/vm-browserify@1.1.2, npm/w3c-hr-time@1.0.2, npm/w3c-xmlserializer@2.0.0, npm/walker@1.0.8, npm/watchpack@1.7.5, npm/webidl-conversions@6.1.0, npm/whatwg-fetch@3.6.20, npm/whatwg-mimetype@2.3.0, npm/wrappy@1.0.2, npm/xml-name-validator@3.0.0, npm/xmlchars@2.2.0, npm/xtend@4.0.2, npm/yargs-parser@20.2.9, npm/yocto-queue@0.1.0

View full reportโ†—๏ธŽ

codesyncapp[bot] commented 4 months ago

Check out the playback for this Pull Request here.