jellydn / nft-app

How to create your own NFT and mint NFT token
https://nft-app.productsway.com/
MIT License
215 stars 98 forks source link

chore(deps): update dependency fast-json-stringify to v6 #1098

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-json-stringify 5.13.0 -> 6.0.0 age adoption passing confidence

Release Notes

fastify/fast-json-stringify (fast-json-stringify) ### [`v6.0.0`](https://togithub.com/fastify/fast-json-stringify/releases/tag/v6.0.0) [Compare Source](https://togithub.com/fastify/fast-json-stringify/compare/v5.16.1...v6.0.0) #### What's Changed - Update for fastify@5 by [@​jsumners](https://togithub.com/jsumners) in [https://github.com/fastify/fast-json-stringify/pull/726](https://togithub.com/fastify/fast-json-stringify/pull/726) **Full Changelog**: https://github.com/fastify/fast-json-stringify/compare/v5.16.1...v6.0.0 ### [`v5.16.1`](https://togithub.com/fastify/fast-json-stringify/releases/tag/v5.16.1) [Compare Source](https://togithub.com/fastify/fast-json-stringify/compare/v5.16.0...v5.16.1) #### What's Changed - Resolved Cannot convert a BigInt value to a number by [@​camillo-positano](https://togithub.com/camillo-positano) in [https://github.com/fastify/fast-json-stringify/pull/723](https://togithub.com/fastify/fast-json-stringify/pull/723) #### New Contributors - [@​camillo-positano](https://togithub.com/camillo-positano) made their first contribution in [https://github.com/fastify/fast-json-stringify/pull/723](https://togithub.com/fastify/fast-json-stringify/pull/723) **Full Changelog**: https://github.com/fastify/fast-json-stringify/compare/v5.16.0...v5.16.1 ### [`v5.16.0`](https://togithub.com/fastify/fast-json-stringify/releases/tag/v5.16.0) [Compare Source](https://togithub.com/fastify/fast-json-stringify/compare/v5.15.1...v5.16.0) #### What's Changed - Avoid loading validator un-necessarily by [@​brettwillis](https://togithub.com/brettwillis) in [https://github.com/fastify/fast-json-stringify/pull/718](https://togithub.com/fastify/fast-json-stringify/pull/718) - Strip external schemas from standalone compiled code by [@​remidewitte](https://togithub.com/remidewitte) in [https://github.com/fastify/fast-json-stringify/pull/704](https://togithub.com/fastify/fast-json-stringify/pull/704) #### New Contributors - [@​brettwillis](https://togithub.com/brettwillis) made their first contribution in [https://github.com/fastify/fast-json-stringify/pull/718](https://togithub.com/fastify/fast-json-stringify/pull/718) - [@​remidewitte](https://togithub.com/remidewitte) made their first contribution in [https://github.com/fastify/fast-json-stringify/pull/704](https://togithub.com/fastify/fast-json-stringify/pull/704) **Full Changelog**: https://github.com/fastify/fast-json-stringify/compare/v5.15.1...v5.16.0 ### [`v5.15.1`](https://togithub.com/fastify/fast-json-stringify/releases/tag/v5.15.1) [Compare Source](https://togithub.com/fastify/fast-json-stringify/compare/v5.15.0...v5.15.1) #### What's Changed - fix: escape single quote when building error message for required property by [@​tomastauer](https://togithub.com/tomastauer) in [https://github.com/fastify/fast-json-stringify/pull/716](https://togithub.com/fastify/fast-json-stringify/pull/716) #### New Contributors - [@​tomastauer](https://togithub.com/tomastauer) made their first contribution in [https://github.com/fastify/fast-json-stringify/pull/716](https://togithub.com/fastify/fast-json-stringify/pull/716) **Full Changelog**: https://github.com/fastify/fast-json-stringify/compare/v5.15.0...v5.15.1 ### [`v5.15.0`](https://togithub.com/fastify/fast-json-stringify/releases/tag/v5.15.0) [Compare Source](https://togithub.com/fastify/fast-json-stringify/compare/v5.14.1...v5.15.0) #### What's Changed - Performance: Cache obj\[key] access into by [@​cesco69](https://togithub.com/cesco69) in [https://github.com/fastify/fast-json-stringify/pull/707](https://togithub.com/fastify/fast-json-stringify/pull/707) - perf: avoid unnecessary operation for improve performance by [@​cesco69](https://togithub.com/cesco69) in [https://github.com/fastify/fast-json-stringify/pull/698](https://togithub.com/fastify/fast-json-stringify/pull/698) - perf: removed jsonOutput variable because is useless by [@​cesco69](https://togithub.com/cesco69) in [https://github.com/fastify/fast-json-stringify/pull/711](https://togithub.com/fastify/fast-json-stringify/pull/711) - perf: cache json strings into const by [@​nigrosimone](https://togithub.com/nigrosimone) in [https://github.com/fastify/fast-json-stringify/pull/713](https://togithub.com/fastify/fast-json-stringify/pull/713) **Full Changelog**: https://github.com/fastify/fast-json-stringify/compare/v5.14.1...v5.15.0 ### [`v5.14.1`](https://togithub.com/fastify/fast-json-stringify/releases/tag/v5.14.1) [Compare Source](https://togithub.com/fastify/fast-json-stringify/compare/v5.14.0...v5.14.1) #### What's Changed - Fix allOf with $ref property by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fast-json-stringify/pull/705](https://togithub.com/fastify/fast-json-stringify/pull/705) **Full Changelog**: https://github.com/fastify/fast-json-stringify/compare/v5.14.0...v5.14.1 ### [`v5.14.0`](https://togithub.com/fastify/fast-json-stringify/releases/tag/v5.14.0) [Compare Source](https://togithub.com/fastify/fast-json-stringify/compare/v5.13.0...v5.14.0) #### What's Changed - perf: fast regex check on string by [@​cesco69](https://togithub.com/cesco69) in [https://github.com/fastify/fast-json-stringify/pull/696](https://togithub.com/fastify/fast-json-stringify/pull/696) - perf: reduce if statement call on `"` and `\` (micro-optimization) by [@​cesco69](https://togithub.com/cesco69) in [https://github.com/fastify/fast-json-stringify/pull/695](https://togithub.com/fastify/fast-json-stringify/pull/695) - perf: reduce if statement for `NaN` (micro-optimization) by [@​cesco69](https://togithub.com/cesco69) in [https://github.com/fastify/fast-json-stringify/pull/697](https://togithub.com/fastify/fast-json-stringify/pull/697) - build(deps): bump ajv-formats from 2.1.1 to 3.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fast-json-stringify/pull/702](https://togithub.com/fastify/fast-json-stringify/pull/702) - build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fast-json-stringify/pull/703](https://togithub.com/fastify/fast-json-stringify/pull/703) #### New Contributors - [@​cesco69](https://togithub.com/cesco69) made their first contribution in [https://github.com/fastify/fast-json-stringify/pull/696](https://togithub.com/fastify/fast-json-stringify/pull/696) **Full Changelog**: https://github.com/fastify/fast-json-stringify/compare/v5.13.0...v5.14.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 2 months ago

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

Name Status Preview Comments Updated (UTC)
nft-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 9:42am
codesandbox[bot] commented 2 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 6078653ffaf19c64205a952f7bbe48de752f5d5a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

coderabbitai[bot] commented 2 months ago

[!IMPORTANT]

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.` - `@coderabbitai help me debug CodeRabbit configuration file.` 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 an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configuration 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.
socket-security[bot] commented 2 months ago

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

Package New capabilities Transitives Size Publisher
npm/@aashutoshrathi/word-wrap@1.2.6 None 0 10.9 kB aashutoshrathi
npm/@adraffy/ens-normalize@1.10.0 None 0 441 kB adraffy
npm/@alloc/quick-lru@5.2.0 None 0 14.1 kB aleclarson
npm/@ampproject/remapping@2.3.0 None 0 78.9 kB jridgewell
npm/@aws-crypto/sha256-js@1.2.2 None 0 122 kB aws-crypto-tools-ci-bot
npm/@aws-crypto/util@1.2.2 None 0 26.7 kB aws-crypto-tools-ci-bot
npm/@aws-sdk/types@3.535.0 None 0 48.5 kB aws-sdk-bot
npm/@aws-sdk/util-utf8-browser@3.259.0 None 0 20 kB aws-sdk-bot
npm/@babel/cli@7.24.1 None 0 114 kB nicolo-ribaudo
npm/@babel/compat-data@7.24.1 None 0 64.6 kB nicolo-ribaudo
npm/@babel/core@7.24.1 environment, filesystem, unsafe 0 780 kB nicolo-ribaudo
npm/@babel/generator@7.17.7 None 0 119 kB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.22.5 None 0 4.02 kB nicolo-ribaudo
npm/@babel/helper-builder-binary-assignment-operator-visitor@7.22.15 None 0 13.5 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.23.6 None 0 52 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.24.1 None 0 430 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.1 unsafe 0 221 kB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.23.0 None 0 21.6 kB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.22.5 None 0 7.03 kB nicolo-ribaudo
npm/@babel/helper-member-expression-to-functions@7.23.0 None 0 55 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.23.3 None 0 158 kB nicolo-ribaudo
npm/@babel/helper-optimise-call-expression@7.22.5 None 0 6.66 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.0 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helper-remap-async-to-generator@7.22.20 None 0 9.96 kB nicolo-ribaudo
npm/@babel/helper-replace-supers@7.24.1 None 0 32.2 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.22.5 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-skip-transparent-expression-wrappers@7.22.5 None 0 5.96 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.22.6 None 0 10.7 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helper-wrap-function@7.22.20 None 0 15.4 kB nicolo-ribaudo
npm/@babel/helpers@7.24.1 None 0 649 kB nicolo-ribaudo
npm/@babel/parser@7.24.1 None 0 1.88 MB nicolo-ribaudo
npm/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1 None 0 7.74 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1 None 0 10.7 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1 None 0 25.1 kB nicolo-ribaudo
npm/@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2 None 0 16.3 kB nicolo-ribaudo
npm/@babel/plugin-syntax-async-generators@7.8.4 None 0 2.52 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-properties@7.12.13 None 0 2.68 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-static-block@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-dynamic-import@7.8.3 None 0 2.47 kB nicolo-ribaudo
npm/@babel/plugin-syntax-export-namespace-from@7.8.3 None 0 2.62 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-assertions@7.24.1 None 0 3.65 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-attributes@7.24.1 None 0 5.12 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-meta@7.10.4 None 0 2.56 kB jlhwung
npm/@babel/plugin-syntax-json-strings@7.8.3 None 0 2.58 kB nicolo-ribaudo
npm/@babel/plugin-syntax-logical-assignment-operators@7.10.4 None 0 2.74 kB jlhwung
npm/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3 None 0 2.63 kB nicolo-ribaudo
npm/@babel/plugin-syntax-numeric-separator@7.10.4 None 0 2.75 kB jlhwung
npm/@babel/plugin-syntax-object-rest-spread@7.8.3 None 0 2.53 kB nicolo-ribaudo
npm/@babel/plugin-syntax-optional-catch-binding@7.8.3 None 0 2.57 kB nicolo-ribaudo
npm/@babel/plugin-syntax-optional-chaining@7.8.3 None 0 2.52 kB nicolo-ribaudo
npm/@babel/plugin-syntax-private-property-in-object@7.14.5 None 0 2.82 kB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-unicode-sets-regex@7.18.6 None 0 3.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-arrow-functions@7.24.1 None 0 5.55 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-generator-functions@7.24.1 None 0 20.6 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-block-scoping@7.24.1 None 0 88.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-class-properties@7.24.1 None 0 4.87 kB nicolo-ribaudo
npm/@babel/plugin-transform-class-static-block@7.24.1 None 0 10.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.24.1 None 0 87.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-computed-properties@7.24.1 None 0 22.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-destructuring@7.24.1 None 0 81.9 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-dynamic-import@7.24.1 None 0 6.28 kB nicolo-ribaudo
npm/@babel/plugin-transform-exponentiation-operator@7.24.1 None 0 4.95 kB nicolo-ribaudo
npm/@babel/plugin-transform-export-namespace-from@7.24.1 None 0 8.19 kB nicolo-ribaudo
npm/@babel/plugin-transform-for-of@7.24.1 None 0 44.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-function-name@7.24.1 None 0 6.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-json-strings@7.24.1 None 0 5.96 kB nicolo-ribaudo
npm/@babel/plugin-transform-literals@7.24.1 None 0 4.63 kB nicolo-ribaudo
npm/@babel/plugin-transform-logical-assignment-operators@7.24.1 None 0 8.65 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-amd@7.24.1 None 0 20.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.24.1 None 0 42.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-systemjs@7.24.1 None 0 65.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-umd@7.24.1 None 0 25.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-named-capturing-groups-regex@7.22.5 None 0 4.87 kB nicolo-ribaudo
npm/@babel/plugin-transform-new-target@7.24.1 None 0 10.3 kB nicolo-ribaudo
npm/@babel/plugin-transform-nullish-coalescing-operator@7.24.1 None 0 9.15 kB nicolo-ribaudo
npm/@babel/plugin-transform-numeric-separator@7.24.1 None 0 5.47 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-rest-spread@7.24.1 None 0 72.8 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-super@7.24.1 None 0 9.23 kB nicolo-ribaudo
npm/@babel/plugin-transform-optional-catch-binding@7.24.1 None 0 4.87 kB nicolo-ribaudo
npm/@babel/plugin-transform-optional-chaining@7.24.1 None 0 38 kB nicolo-ribaudo
npm/@babel/plugin-transform-parameters@7.24.1 None 0 64.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-private-methods@7.24.1 None 0 4.69 kB nicolo-ribaudo
npm/@babel/plugin-transform-private-property-in-object@7.24.1 None 0 20 kB nicolo-ribaudo
npm/@babel/plugin-transform-property-literals@7.24.1 None 0 4.72 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-self@7.24.1 None 0 9.12 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx-source@7.24.1 None 0 9.19 kB nicolo-ribaudo
npm/@babel/plugin-transform-regenerator@7.24.1 None 0 6.82 kB nicolo-ribaudo
npm/@babel/plugin-transform-reserved-words@7.24.1 None 0 4.28 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.1 None 0 10.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-escapes@7.24.1 None 0 13.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-property-regex@7.24.1 None 0 5 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-regex@7.24.1 None 0 3.94 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-sets-regex@7.24.1 None 0 4.67 kB nicolo-ribaudo
npm/@babel/preset-env@7.24.1 environment, filesystem 0 147 kB nicolo-ribaudo
npm/@babel/preset-modules@0.1.6-no-external-plugins None 0 38.6 kB nicolo-ribaudo
npm/@babel/register@7.23.7 environment, filesystem, unsafe 0 62 kB nicolo-ribaudo
npm/@babel/template@7.24.0 None 0 68.9 kB nicolo-ribaudo
npm/@babel/traverse@7.23.2 None 0 604 kB nicolo-ribaudo
npm/@colors/colors@1.5.0 environment 0 39.5 kB dabh
npm/@esbuild/aix-ppc64@0.20.2 None 0 10.4 MB evanw
npm/@esbuild/android-arm@0.20.2 None 0 11.5 MB evanw
npm/@esbuild/android-arm64@0.20.2 None 0 9.83 MB evanw
npm/@esbuild/android-x64@0.20.2 None 0 11.5 MB evanw
npm/@esbuild/darwin-arm64@0.20.2 None 0 9.78 MB evanw
npm/@esbuild/darwin-x64@0.20.2 None 0 10.2 MB evanw
npm/@esbuild/freebsd-arm64@0.20.2 None 0 8.85 MB evanw
npm/@esbuild/freebsd-x64@0.20.2 None 0 9.63 MB evanw
npm/@esbuild/linux-arm@0.20.2 None 0 9.18 MB evanw
npm/@esbuild/linux-arm64@0.20.2 None 0 8.85 MB evanw
npm/@esbuild/linux-ia32@0.20.2 None 0 9.16 MB evanw
npm/@esbuild/linux-loong64@0.20.2 None 0 9.37 MB evanw
npm/@esbuild/linux-mips64el@0.20.2 None 0 10.4 MB evanw
npm/@esbuild/linux-ppc64@0.20.2 None 0 9.18 MB evanw
npm/@esbuild/linux-riscv64@0.20.2 None 0 9.11 MB evanw
npm/@esbuild/linux-s390x@0.20.2 None 0 10.1 MB evanw
npm/@esbuild/linux-x64@0.20.2 None 0 9.62 MB evanw
npm/@esbuild/netbsd-x64@0.20.2 None 0 9.6 MB evanw
npm/@esbuild/openbsd-x64@0.20.2 None 0 9.64 MB evanw
npm/@esbuild/sunos-x64@0.20.2 None 0 9.6 MB evanw
npm/@esbuild/win32-arm64@0.20.2 None 0 9 MB evanw
npm/@esbuild/win32-ia32@0.20.2 None 0 9.47 MB evanw
npm/@esbuild/win32-x64@0.20.2 None 0 9.83 MB evanw
npm/@eslint-community/eslint-utils@4.4.0 None 0 379 kB eslint-community-bot
npm/@eslint-community/regexpp@4.10.0 None 0 431 kB eslint-community-bot
npm/@eslint/eslintrc@2.1.4 filesystem, unsafe 0 659 kB eslintbot
npm/@eslint/js@8.57.0 None 0 13.9 kB eslintbot
npm/@ethereum-waffle/chai@4.0.10 None 0 473 kB ethworks
npm/@ethereum-waffle/compiler@4.0.3 filesystem, network, shell 0 282 kB ethworks
npm/@ethereum-waffle/ens@4.0.3 None 0 2.41 MB ethworks
npm/@ethereum-waffle/mock-contract@4.0.4 None 0 516 kB ethworks
npm/@ethereum-waffle/provider@4.0.5 None 0 251 kB ethworks
npm/@ethereumjs/block@3.6.3 None 0 371 kB holgerd77
npm/@ethereumjs/blockchain@5.5.3 None 0 458 kB holgerd77
npm/@ethereumjs/common@2.6.0 None 0 2.5 MB holgerd77
npm/@ethereumjs/ethash@1.1.0 None 0 105 kB holgerd77
npm/@ethereumjs/tx@3.4.0 None 0 410 kB holgerd77
npm/@ethereumjs/vm@5.6.0 environment, eval 0 1.6 MB holgerd77
npm/@ethersproject/abi@5.0.0-beta.153 None 0 184 kB ricmoo
npm/@ethersproject/abstract-provider@5.7.0 None 0 61 kB ricmoo
npm/@ethersproject/abstract-signer@5.7.0 None 0 82.2 kB ricmoo
npm/@ethersproject/address@5.7.0 None 0 33.1 kB ricmoo
npm/@ethersproject/base64@5.7.0 None 0 11.3 kB ricmoo
npm/@ethersproject/basex@5.7.0 None 0 30.1 kB ricmoo
npm/@ethersproject/bignumber@5.7.0 None 0 143 kB ricmoo
npm/@ethersproject/constants@5.7.0 None 0 18.7 kB ricmoo
npm/@ethersproject/contracts@5.7.0 None 0 250 kB ricmoo
npm/@ethersproject/hash@5.7.0 None 0 257 kB ricmoo
npm/@ethersproject/hdnode@5.7.0 None 0 80.7 kB ricmoo
npm/@ethersproject/json-wallets@5.7.0 None 0 125 kB ricmoo
npm/@ethersproject/networks@5.7.1 None 0 47.5 kB ricmoo
npm/@ethersproject/pbkdf2@5.7.0 None 0 17.4 kB ricmoo
npm/@ethersproject/properties@5.7.0 None 0 31 kB ricmoo
npm/@ethersproject/providers@5.7.2 network 0 1.2 MB ricmoo
npm/@ethersproject/random@5.7.0 None 0 17.3 kB ricmoo
npm/@ethersproject/rlp@5.7.0 None 0 29.6 kB ricmoo
npm/@ethersproject/sha2@5.7.0 None 0 21.7 kB ricmoo
npm/@ethersproject/signing-key@5.7.0 None 0 244 kB ricmoo
npm/@ethersproject/solidity@5.7.0 None 0 23.2 kB ricmoo
npm/@ethersproject/strings@5.7.0 None 0 119 kB ricmoo
npm/@ethersproject/transactions@5.7.0 None 0 89.6 kB ricmoo
npm/@ethersproject/units@5.7.0 None 0 20.2 kB ricmoo
npm/@ethersproject/wallet@5.7.0 None 0 55.2 kB ricmoo
npm/@ethersproject/web@5.7.1 network 0 128 kB ricmoo
npm/@ethersproject/wordlists@5.7.0 None 0 390 kB ricmoo
npm/@ganache/ethereum-address@0.1.4 None 0 26.3 kB truffle-cicd
npm/@ganache/ethereum-options@0.1.4 environment 0 132 kB truffle-cicd
npm/@ganache/ethereum-utils@0.1.4 None 0 105 kB truffle-cicd
npm/@ganache/options@0.1.4 None 0 58.3 kB truffle-cicd
npm/@ganache/rlp@0.1.4 None 0 41 kB truffle-cicd
npm/@ganache/utils@0.1.4 None 0 158 kB truffle-cicd
npm/@humanwhocodes/config-array@0.11.14 None 0 55.6 kB nzakas
npm/@humanwhocodes/module-importer@1.0.1 unsafe 0 21.2 kB nzakas
npm/@humanwhocodes/object-schema@2.0.2 None 0 53.3 kB nzakas
npm/@jridgewell/trace-mapping@0.3.25 None 0 169 kB jridgewell
npm/@ledgerhq/devices@4.78.0 None 0 74.4 kB gre
npm/@ledgerhq/errors@4.78.0 None 0 90.7 kB gre
npm/@ledgerhq/hw-transport-node-hid-noevents@4.78.0 None 0 44.2 kB gre
npm/@ledgerhq/hw-transport@4.78.0 None 0 68.2 kB gre
npm/@ledgerhq/logs@4.72.0 None 0 21.4 kB gre
npm/@ljharb/resumer@0.0.1 None 0 10.4 kB ljharb
npm/@ljharb/through@2.3.13 None 0 31.7 kB ljharb
npm/@metamask/eth-sig-util@4.0.1 None 0 113 kB gudahtt
npm/@microsoft/tsdoc-config@0.16.2 filesystem 0 163 kB odspnpm
npm/@microsoft/tsdoc@0.14.2 None 0 2.62 MB odspnpm
npm/@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3 eval, filesystem, network 0 810 kB nicolo-ribaudo
npm/@noble/curves@1.2.0 None 0 1.35 MB paulmillr
npm/@noble/ed25519@1.7.3 None 0 84.8 kB paulmillr
npm/@noble/hashes@1.3.2 None 0 747 kB paulmillr
npm/@noble/secp256k1@1.7.1 None 0 111 kB paulmillr
npm/@nomicfoundation/edr-darwin-arm64@0.3.2 None 0 11.3 MB nomic-foundation-publisher
npm/@nomicfoundation/edr-darwin-x64@0.3.2 None 0 11.9 MB nomic-foundation-publisher
npm/@nomicfoundation/edr-linux-arm64-gnu@0.3.2 None 0 15.2 MB nomic-foundation-publisher
npm/@nomicfoundation/edr-linux-arm64-musl@0.3.2 None 0 15.2 MB nomic-foundation-publisher
npm/@nomicfoundation/edr-linux-x64-gnu@0.3.2 None 0 17.7 MB nomic-foundation-publisher
npm/@nomicfoundation/edr-linux-x64-musl@0.3.2 None 0 17.6 MB nomic-foundation-publisher
npm/@nomicfoundation/edr-win32-arm64-msvc@0.3.2 None 0 11.7 MB nomic-foundation-publisher
npm/@nomicfoundation/edr-win32-ia32-msvc@0.3.2 None 0 11.3 MB nomic-foundation-publisher
npm/@nomicfoundation/edr-win32-x64-msvc@0.3.2 None 0 13.6 MB nomic-foundation-publisher
npm/@nomicfoundation/edr@0.3.2 filesystem, shell 0 137 kB nomic-foundation-publisher
npm/@nomicfoundation/ethereumjs-common@4.0.4 None 0 649 kB fvictorio
npm/@nomicfoundation/ethereumjs-rlp@5.0.4 None 0 125 kB fvictorio
npm/@nomicfoundation/ethereumjs-tx@5.0.4 None 0 647 kB fvictorio
npm/@nomicfoundation/ethereumjs-util@9.0.4 network 0 545 kB fvictorio
npm/@nomicfoundation/solidity-analyzer-darwin-arm64@0.1.1 None 0 371 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-darwin-x64@0.1.1 None 0 384 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-freebsd-x64@0.1.1 None 0 404 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-linux-arm64-gnu@0.1.1 None 0 356 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-linux-arm64-musl@0.1.1 None 0 352 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-linux-x64-gnu@0.1.1 None 0 409 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-linux-x64-musl@0.1.1 None 0 405 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-win32-arm64-msvc@0.1.1 None 0 374 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-win32-ia32-msvc@0.1.1 None 0 350 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer-win32-x64-msvc@0.1.1 None 0 414 kB alcuadrado
npm/@nomicfoundation/solidity-analyzer@0.1.1 filesystem, shell 0 37.7 kB alcuadrado
npm/@nomiclabs/hardhat-ethers@2.2.3 None 0 80.9 kB fvictorio
npm/@nomiclabs/hardhat-etherscan@3.1.8 environment 0 243 kB fvictorio
npm/@nomiclabs/hardhat-waffle@2.0.6 None 0 49.3 kB fvictorio
npm/@openzeppelin/contracts-upgradeable@4.9.6 None 0 2.11 MB amxx
npm/@openzeppelin/contracts@4.9.6 None 0 2.02 MB frangio
npm/@openzeppelin/defender-base-client@1.54.1 None 0 62.5 kB tirumerla
npm/@openzeppelin/hardhat-upgrades@1.28.0 filesystem 0 325 kB ericglau
npm/@openzeppelin/platform-deploy-client@0.8.0 environment 0 156 kB namis
npm/@openzeppelin/upgrades-core@1.32.5 filesystem 0 3.84 MB ericglau
npm/@pnpm/config.env-replace@1.1.0 None 0 15.2 kB zkochan
npm/@pnpm/network.ca-file@1.0.2 None 0 13 kB zkochan
npm/@pnpm/npm-conf@2.2.2 environment, filesystem 0 28.3 kB zkochan
npm/@resolver-engine/core@0.3.3 None 0 174 kB ritave
npm/@resolver-engine/fs@0.3.3 filesystem 0 180 kB ritave
npm/@resolver-engine/imports-fs@0.3.3 None 0 192 kB ritave
npm/@resolver-engine/imports@0.3.3 None 0 208 kB ritave
npm/@rollup/pluginutils@4.2.1 None 0 50.9 kB shellscape
npm/@scure/base@1.1.5 None 0 79.4 kB paulmillr
npm/@scure/bip32@1.3.2 None 0 57.7 kB paulmillr
npm/@scure/bip39@1.2.1 None 0 357 kB paulmillr
npm/@sentry/core@5.30.0 None 0 281 kB sentry-bot
npm/@sentry/hub@5.30.0 None 0 230 kB sentry-bot
npm/@sentry/minimal@5.30.0 None 0 52.8 kB sentry-bot
npm/@sentry/node@5.30.0 environment, filesystem, network 0 454 kB sentry-bot
npm/@sentry/tracing@5.30.0 None 0 2.12 MB sentry-bot
npm/@sentry/types@5.30.0 None 0 264 kB sentry-bot
npm/@sentry/utils@5.30.0 None 0 539 kB sentry-bot
npm/@sindresorhus/is@0.14.0 None 0 40.2 kB sindresorhus
npm/@smithy/types@2.12.0 None 0 233 kB smithy-team
npm/@solidity-parser/parser@0.18.0 unsafe 0 5.21 MB fvictorio
npm/@szmarczak/http-timer@1.1.2 None 0 6.3 kB szmarczak
npm/@trivago/prettier-plugin-sort-imports@4.3.0 None 0 76.3 kB behraang
npm/@trufflesuite/bigint-buffer@1.1.9 None 0 253 kB micaiahreid
npm/@tsconfig/node10@1.0.9 None 0 2.39 kB typescript-deploys
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/@typechain/ethers-v5@11.1.2 filesystem 0 87.5 kB ethereum-ts-bot
npm/@typechain/hardhat@9.1.0 filesystem 0 29.5 kB ethereum-ts-bot
npm/@types/abstract-leveldown@7.2.5 None 0 6.96 kB types
npm/@types/chai@4.3.14 None 0 81.3 kB types
npm/@types/ethereum-protocol@1.0.5 None 0 9.15 kB types
npm/@types/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/json5@0.0.29 None 0 3 kB types
npm/@types/level-errors@3.0.2 None 0 3.36 kB types
npm/@types/levelup@4.3.3 None 0 8.56 kB types
npm/@types/lru-cache@5.1.1 None 0 9.36 kB types
npm/@types/mkdirp@0.5.2 None 0 3.66 kB types
npm/@types/mocha@10.0.6 None 0 95.6 kB types
npm/@types/node-fetch@2.6.11 None 0 11.9 kB types
npm/@types/pbkdf2@3.1.2 None 0 4.52 kB types
npm/@types/prettier@2.7.3 None 0 49.8 kB types
npm/@types/prop-types@15.7.11 None 0 6.16 kB types
npm/@types/react-dom@18.2.22 None 0 34 kB types
npm/@types/scheduler@0.16.8 None 0 8.25 kB types
npm/@types/secp256k1@4.0.6 None 0 8.05 kB types
npm/@types/seedrandom@3.0.1 None 0 6.27 kB types
npm/@types/semver@7.5.8 None 0 23.3 kB types
npm/@typescript-eslint/eslint-plugin@7.3.1 None 0 2.67 MB jameshenry
npm/@typescript-eslint/parser@7.3.1 None 0 17.8 kB jameshenry
npm/@typescript-eslint/scope-manager@7.3.1 None 0 617 kB jameshenry
npm/@typescript-eslint/type-utils@7.3.1 None 0 109 kB jameshenry
npm/@typescript-eslint/types@7.3.1 None 0 156 kB jameshenry
npm/@typescript-eslint/typescript-estree@7.3.1 None 0 567 kB jameshenry
npm/@typescript-eslint/utils@7.3.1 None 0 320 kB jameshenry
npm/@typescript-eslint/visitor-keys@7.3.1 None 0 19.3 kB jameshenry
npm/@ungap/structured-clone@1.2.0 None 0 26.2 kB webreflection
npm/@vitejs/plugin-react-refresh@1.3.6 filesystem 0 16.9 kB patak
npm/fast-json-stringify@6.0.0 eval 0 368 kB jsumners

🚮 Removed packages: npm/@walletconnect/encoding@1.0.2, npm/@walletconnect/environment@1.0.1, npm/@walletconnect/ethereum-provider@1.8.0, npm/@walletconnect/iso-crypto@1.8.0, npm/@walletconnect/jsonrpc-http-connection@1.0.7, npm/@walletconnect/jsonrpc-provider@1.0.13, npm/@walletconnect/jsonrpc-types@1.0.3, npm/@walletconnect/jsonrpc-utils@1.0.8, npm/@walletconnect/mobile-registry@1.4.0, npm/@walletconnect/qrcode-modal@1.8.0, npm/@walletconnect/randombytes@1.0.3, npm/@walletconnect/safe-json@1.0.2, npm/@walletconnect/signer-connection@1.8.0, npm/@walletconnect/socket-transport@1.8.0, npm/@walletconnect/types@1.8.0, npm/@walletconnect/utils@1.8.0, npm/@walletconnect/window-getters@1.0.0, npm/@walletconnect/window-metadata@1.0.0, npm/@web3-react/abstract-connector@6.0.7, npm/@web3-react/core@6.1.9, npm/@web3-react/injected-connector@6.0.7, npm/@web3-react/network-connector@6.2.9, npm/@web3-react/types@6.0.7, npm/@web3-react/walletconnect-connector@6.2.13, npm/aes-js@3.1.2, npm/ansi-regex@4.1.1, npm/ansi-styles@3.2.1, npm/attr-accept@2.2.2, npm/axios@0.21.4, npm/babel-plugin-macros@3.1.0, npm/bignumber.js@8.0.2, npm/bip39@2.6.0, npm/bn.js@4.11.8, npm/brace-expansion@1.1.11, npm/buffer-alloc-unsafe@1.1.0, npm/buffer-alloc@1.2.0, npm/buffer-fill@1.0.0, npm/buffer-from@1.1.2, npm/buffer@5.7.1, npm/callsites@3.1.0, npm/camelcase-css@2.0.1, npm/chalk@2.4.2, npm/cliui@5.0.0, npm/color-convert@1.9.3, npm/color-name@1.1.3, npm/concat-map@0.0.1, npm/convert-source-map@1.9.0, npm/copy-to-clipboard@3.3.3, npm/cosmiconfig@7.1.0, npm/cross-fetch@3.1.8, npm/css-selector-tokenizer@0.8.0, npm/cssesc@3.0.0, npm/csstype@3.1.3, npm/culori@3.3.0, npm/daisyui@4.7.3, npm/decode-uri-component@0.2.2, npm/dequal@2.0.3, npm/detect-browser@5.2.0, npm/dijkstrajs@1.0.3, npm/eip1193-provider@1.0.1, npm/emoji-regex@7.0.3, npm/escape-string-regexp@4.0.0, npm/eth-lightwallet@3.0.1, npm/ethereum-types@2.1.6, npm/ethereumjs-tx@1.3.7, npm/ethereumjs-util@5.2.1, npm/eventemitter3@4.0.7, npm/fast-json-stringify@5.13.0, npm/fastparse@1.1.2, npm/file-selector@0.6.0, npm/find-root@1.1.0, npm/follow-redirects@1.15.6, npm/ganache-core@2.13.2, npm/goober@2.1.14, npm/has-flag@3.0.0, npm/hash.js@1.1.7, npm/hdkey@0.7.1, npm/hoist-non-react-statics@3.3.2, npm/import-fresh@3.3.0, npm/is-fullwidth-code-point@2.0.0, npm/is-typedarray@1.0.0, npm/isarray@2.0.5, npm/js-sha3@0.8.0, npm/json-rpc-error@2.0.0, npm/keyvaluestorage-interface@1.0.0, npm/little-state-machine@4.8.0, npm/lodash.castarray@4.4.0, npm/lodash.isplainobject@4.0.6, npm/lodash.merge@4.6.2, npm/loglevel@1.9.1, npm/minimalistic-assert@1.0.1, npm/minimatch@3.1.2, npm/parent-module@1.0.1, npm/path-parse@1.0.7, npm/pngjs@3.4.0, npm/popper.js@1.14.3, npm/postcss-js@4.0.1, npm/postcss-selector-parser@6.0.10, npm/preact@10.4.1, npm/prop-types@15.8.1, npm/qrcode@1.4.4, npm/query-string@6.13.5, npm/randombytes@2.1.0, npm/react-dom@18.2.0, npm/react-dropzone@14.2.3, npm/react-hook-form@7.51.1, npm/react-hot-toast@2.4.1, npm/react-is@16.13.1, npm/react-simple-animate@3.5.2, npm/readable-stream@3.6.2, npm/regenerator-runtime@0.14.1, npm/require-main-filename@2.0.0, npm/resolve-from@4.0.0, npm/resolve@1.22.8, npm/safe-json-utils@1.1.1, npm/semaphore-async-await@1.5.1, npm/set-blocking@2.0.0, npm/source-map@0.5.7, npm/split-on-first@1.1.0, npm/strict-uri-encode@2.0.0, npm/string-width@3.1.0, npm/strip-ansi@5.2.0, npm/stylis@4.2.0, npm/supports-color@5.5.0, npm/supports-preserve-symlinks-flag@1.0.0, npm/swr@1.3.0, npm/tiny-invariant@1.3.3, npm/tiny-warning@1.0.3, npm/to-fast-properties@2.0.0, npm/toggle-selection@1.0.6, npm/tslib@1.14.1, npm/typedarray-to-buffer@3.1.5, npm/use-deep-compare-effect@1.8.1, npm/use-nft@0.12.0, npm/util-deprecate@1.0.2, npm/valid-url@1.0.9, npm/web3-provider-engine@14.2.1, npm/web3-react@5.0.5, npm/which-module@2.0.1, npm/wrap-ansi@5.1.0, npm/ws@7.5.3, npm/y18n@4.0.3, npm/yaml@1.10.2, npm/yargs-parser@13.1.2, npm/yargs@13.3.2

View full report↗︎

socket-security[bot] commented 2 months ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎