Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Dargon789
Copy link
Owner

@Dargon789 Dargon789 commented Nov 9, 2025

  • Because this PR includes a bug fix, relevant tests have been included.
  • Because this PR includes a new feature, the change was previously discussed on an Issue or with someone from the team.
  • I didn't do anything of this.

Summary by Sourcery

Update project’s dependency versions and introduce automated CI/CD and dependency management configurations

Enhancements:

  • Bump Vite dependency to ^5.4.21

CI:

  • Add CircleCI configuration with a custom executor and workflow for the web3-defi-game project

Dargon789 and others added 17 commits October 6, 2025 22:35
* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>
* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>
Set up CircleCI and Dependabot configuration and bump Vite dependency

Circleci project setup

Build:

Bump Vite version to 5.4.21 in the UI package manifest

CI:

Add CircleCI config defining a custom executor and a simple workflow
Add Dependabot configuration for weekly dependency updates
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Nov 9, 2025

Reviewer's Guide

This PR bumps the Vite dependency and adds initial CI and Dependabot configuration to support automated builds and dependency updates.

File-Level Changes

Change Details Files
Update Vite dependency version
  • Bumped the Vite version from ^5.4.20 to ^5.4.21
packages/hardhat-ignition-ui/package.json
Introduce CircleCI pipeline config
  • Added a custom executor using a base Docker image with authenticated Docker Hub access
  • Defined a job that checks out the code and runs a setup command
  • Configured a workflow to run the job
.circleci/web3_gamefi.yml
Add Dependabot version update config
  • Created a basic dependabot.yml enabling weekly version checks for package manifests
  • Included placeholder fields for ecosystem and directory
.github/dependabot.yml

Possibly linked issues

  • Create web3_gamefi.yml (#6) #7: The PR adds the new CircleCI pipeline configuration, including a custom Docker executor and workflow, directly addressing the issue's request for a new CircleCI job execution.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @Dargon789, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on maintenance and foundational infrastructure setup. It includes a minor version bump for the vite and rollup dependencies, ensuring the project uses the latest stable patches for these build tools. Additionally, it introduces initial configuration files for CircleCI, establishing a basic continuous integration pipeline, and Dependabot, to automate future dependency updates. These additions aim to improve the project's maintainability and development workflow.

Highlights

  • Dependency Updates: The vite dependency in packages/hardhat-ignition-ui/package.json has been updated from ^5.4.20 to ^5.4.21.
  • Lockfile Updates: The pnpm-lock.yaml file has been updated to reflect the new vite version (5.4.21) and also includes an update for rollup from 4.52.3 to 4.52.5, along with related platform-specific rollup packages.
  • New CircleCI Configuration: A new CircleCI workflow file, .circleci/web3_gamefi.yml, has been added, setting up a basic CI job with a custom executor.
  • New Dependabot Configuration: A new Dependabot configuration file, .github/dependabot.yml, has been introduced to manage automated dependency updates.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there - I've reviewed your changes - here's some feedback:

  • Split the vite version bump and the new CI/dependabot configs into separate Pull Requests to keep each change focused and reviewable.
  • Update the dependabot.yml with a valid package-ecosystem (for example “npm” or “github-actions”) instead of leaving it empty.
  • Give the CircleCI job a meaningful, properly formatted name (avoid trailing dashes) and verify the executor and workflow definitions match your project’s requirements.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Split the vite version bump and the new CI/dependabot configs into separate Pull Requests to keep each change focused and reviewable.
- Update the dependabot.yml with a valid package-ecosystem (for example “npm” or “github-actions”) instead of leaving it empty.
- Give the CircleCI job a meaningful, properly formatted name (avoid trailing dashes) and verify the executor and workflow definitions match your project’s requirements.

## Individual Comments

### Comment 1
<location> `.github/dependabot.yml:8` </location>
<code_context>
+
+version: 2
+updates:
+  - package-ecosystem: "" # See documentation for possible values
+    directory: "/" # Location of package manifests
+    schedule:
</code_context>

<issue_to_address>
**issue (bug_risk):** The package-ecosystem field is empty, which will prevent Dependabot from functioning.

Please set the package-ecosystem field to the correct value for your project to enable Dependabot updates.
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Dargon789 Dargon789 merged commit 992738e into hardhat/main Nov 9, 2025
78 of 176 checks passed
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the vite dependency and introduces new configuration files for CircleCI and Dependabot. The dependency update is straightforward. However, the new configuration files have some issues that need to be addressed. The CircleCI configuration contains placeholder values and unconventional naming that should be corrected for clarity and future use. More critically, the Dependabot configuration is invalid because a required field is empty, which will prevent it from working. I've left specific comments with suggestions to fix these issues.


version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The package-ecosystem is a required field and cannot be empty. This configuration will cause Dependabot to fail. For this project, which uses pnpm, you should specify npm as the ecosystem.

  - package-ecosystem: "npm" # See documentation for possible values

- image: cimg/base:stable
auth:
# ensure you have first added these secrets
# visit app.circleci.com/settings/project/github/Dargon789/foundry/environment-variables
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This comment contains a hardcoded URL pointing to a different project (Dargon789/foundry). This should be updated to be generic or point to the correct project settings page to avoid confusion for other contributors.

          # visit app.circleci.com/settings/project/github/<ORG_NAME>/<REPO_NAME>/environment-variables

username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASSWORD
jobs:
web3-defi-game-project-:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The job name web3-defi-game-project- ends with a trailing hyphen, which is unconventional and might be a typo. Consider removing it for clarity and consistency. Remember to also update its usage in the workflows section.

  web3-defi-game-project:

Comment on lines +20 to +22
- run: |
# echo Hello, World!
echo Setup complete
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This run step appears to be a placeholder, as it only echoes 'Setup complete' and has a commented-out 'Hello, World!'. For this CI job to be useful, it should contain actual build, test, or deployment steps. If this is intentional for now, consider adding a TODO comment.

workflows:
my-custom-workflow:
jobs:
- web3-defi-game-project-
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The job name here has a trailing hyphen. This should be updated to match the corrected job name from the jobs section.

      - web3-defi-game-project

Dargon789 added a commit that referenced this pull request Nov 9, 2025
* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Dargon789 added a commit that referenced this pull request Nov 9, 2025
* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Dargon789 Dargon789 mentioned this pull request Nov 9, 2025
3 tasks
Dargon789 added a commit that referenced this pull request Nov 9, 2025
* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Dargon789 added a commit that referenced this pull request Nov 9, 2025
* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Dargon789 Dargon789 mentioned this pull request Nov 9, 2025
3 tasks
@Dargon789 Dargon789 linked an issue Nov 9, 2025 that may be closed by this pull request
Dargon789 added a commit that referenced this pull request Nov 9, 2025
* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Dargon789 added a commit that referenced this pull request Nov 17, 2025
* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Dargon789 added a commit that referenced this pull request Nov 28, 2025
* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
@Dargon789 Dargon789 mentioned this pull request Nov 28, 2025
3 tasks
Dargon789 added a commit that referenced this pull request Nov 28, 2025
* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Dargon789 added a commit that referenced this pull request Nov 28, 2025
* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Dargon789 added a commit that referenced this pull request Dec 1, 2025
* Create dependabot.yml

Signed-off-by: AU_gdev_19 <[email protected]>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge branch 'main' into circleci-project-setup (#35)

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* fix: packages/hardhat-truffle5/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303
- https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3.

See this package in npm:
@typescript-eslint/eslint-plugin

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade typescript from 5.0.4 to 5.9.3

Snyk has created this PR to upgrade typescript from 5.0.4 to 5.9.3.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade prettier from 2.4.1 to 3.6.2

Snyk has created this PR to upgrade prettier from 2.4.1 to 3.6.2.

See this package in npm:
prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* Main (#37)

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>

* update package hardhat test local

* feat: upgrade @types/node from 18.19.130 to 24.10.0

Snyk has created this PR to upgrade @types/node from 18.19.130 to 24.10.0.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @types/fs-extra from 5.1.0 to 11.0.4

Snyk has created this PR to upgrade @types/fs-extra from 5.1.0 to 11.0.4.

See this package in npm:
@types/fs-extra

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @typescript-eslint/parser from 5.61.0 to 8.46.3 (#41)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Dargon789 added a commit that referenced this pull request Dec 2, 2025
* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge branch 'main' into circleci-project-setup (#35)

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* fix: packages/hardhat-truffle5/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303
- https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3.

See this package in npm:
@typescript-eslint/eslint-plugin

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade typescript from 5.0.4 to 5.9.3

Snyk has created this PR to upgrade typescript from 5.0.4 to 5.9.3.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade prettier from 2.4.1 to 3.6.2

Snyk has created this PR to upgrade prettier from 2.4.1 to 3.6.2.

See this package in npm:
prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* Main (#37)

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Create SECURITY.md (#3)

* Create SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Delete SECURITY.md

Signed-off-by: AU_gdev_19 <[email protected]>

* Create dependabot.yml (#4)

Signed-off-by: AU_gdev_19 <[email protected]>

* Create web3_gamefi.yml

Signed-off-by: Dargon789 <[email protected]>

* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create SECURITY.md (#33)

* Create SECURITY.md

Signed-off-by: Dargon789 <[email protected]>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Create dependabot.yml (#34)

Signed-off-by: AU_gdev_19 <[email protected]>

* Update SECURITY.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update SECURITY.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>

* update package hardhat test local

* feat: upgrade @types/node from 18.19.130 to 24.10.0

Snyk has created this PR to upgrade @types/node from 18.19.130 to 24.10.0.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @types/fs-extra from 5.1.0 to 11.0.4

Snyk has created this PR to upgrade @types/fs-extra from 5.1.0 to 11.0.4.

See this package in npm:
@types/fs-extra

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @typescript-eslint/parser from 5.61.0 to 8.46.3 (#41)

* Revert "fix: bug & automatically merged to main branches.  (#53)" (#55)

This reverts commit f288ef46f2009ff0d7dfa63da255afa353d5d7e1.

* Update dependabot.yml (#56)

Signed-off-by: Dargon789 <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Dargon789 added a commit that referenced this pull request Dec 2, 2025
* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




* Merge branch 'main' into circleci-project-setup (#35)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Update SECURITY.md




* fix: packages/hardhat-truffle5/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303
- https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3.

See this package in npm:
@typescript-eslint/eslint-plugin

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade typescript from 5.0.4 to 5.9.3

Snyk has created this PR to upgrade typescript from 5.0.4 to 5.9.3.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade prettier from 2.4.1 to 3.6.2

Snyk has created this PR to upgrade prettier from 2.4.1 to 3.6.2.

See this package in npm:
prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* Main (#37)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Update SECURITY.md




* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



---------









* update package hardhat test local

* feat: upgrade @types/node from 18.19.130 to 24.10.0

Snyk has created this PR to upgrade @types/node from 18.19.130 to 24.10.0.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @types/fs-extra from 5.1.0 to 11.0.4

Snyk has created this PR to upgrade @types/fs-extra from 5.1.0 to 11.0.4.

See this package in npm:
@types/fs-extra

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @typescript-eslint/parser from 5.61.0 to 8.46.3 (#41)

* Revert "fix: bug & automatically merged to main branches.  (#53)" (#55)

This reverts commit f288ef4.

* Update dependabot.yml (#56)



* Update .circleci/web3_gamefi.yml




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Dargon789 added a commit that referenced this pull request Dec 2, 2025
* Revert "fix: bug & automatically merged to main branches.  (#53)" (#55)

This reverts commit f288ef4.

* Update dependabot.yml (#56)

Signed-off-by: Dargon789 <[email protected]>

* Update .circleci/web3_gamefi.yml

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <[email protected]>

* fix: check Able to merge form  All checks have passed. (#57) (#58)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




* Merge branch 'main' into circleci-project-setup (#35)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Update SECURITY.md




* fix: packages/hardhat-truffle5/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303
- https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3.

See this package in npm:
@typescript-eslint/eslint-plugin

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade typescript from 5.0.4 to 5.9.3

Snyk has created this PR to upgrade typescript from 5.0.4 to 5.9.3.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade prettier from 2.4.1 to 3.6.2

Snyk has created this PR to upgrade prettier from 2.4.1 to 3.6.2.

See this package in npm:
prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* Main (#37)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Update SECURITY.md




* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



---------









* update package hardhat test local

* feat: upgrade @types/node from 18.19.130 to 24.10.0

Snyk has created this PR to upgrade @types/node from 18.19.130 to 24.10.0.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @types/fs-extra from 5.1.0 to 11.0.4

Snyk has created this PR to upgrade @types/fs-extra from 5.1.0 to 11.0.4.

See this package in npm:
@types/fs-extra

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @typescript-eslint/parser from 5.61.0 to 8.46.3 (#41)

* Revert "fix: bug & automatically merged to main branches.  (#53)" (#55)

This reverts commit f288ef4.

* Update dependabot.yml (#56)



* Update .circleci/web3_gamefi.yml




---------

Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>

---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Dargon789 added a commit that referenced this pull request Dec 2, 2025
* Revert "fix: bug & automatically merged to main branches.  (#53)" (#55)

This reverts commit f288ef4.

* Update dependabot.yml (#56)



* Update .circleci/web3_gamefi.yml




* fix: check Able to merge form  All checks have passed. (#57) (#58)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




* Merge branch 'main' into circleci-project-setup (#35)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Update SECURITY.md




* fix: packages/hardhat-truffle5/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303
- https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

* feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.46.3.

See this package in npm:
@typescript-eslint/eslint-plugin

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade typescript from 5.0.4 to 5.9.3

Snyk has created this PR to upgrade typescript from 5.0.4 to 5.9.3.

See this package in npm:
typescript

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade prettier from 2.4.1 to 3.6.2

Snyk has created this PR to upgrade prettier from 2.4.1 to 3.6.2.

See this package in npm:
prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* Main (#37)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




* Merge branch 'main' into circleci-project-setup (#35) (#36)

* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








* fix: ci (#28) (#29)

* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

* fix: update (#26) (#27)

* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Create SECURITY.md (#3)

* Create SECURITY.md



* Update SECURITY.md




* Update SECURITY.md




---------





* Delete SECURITY.md



* Create dependabot.yml (#4)



* Create web3_gamefi.yml



* Bump vite in the npm_and_yarn group across 1 directory

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.4.20 to 5.4.21
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...



* Update .circleci/web3_gamefi.yml




* Merge pull request #18 from Dargon789/circleci-project-setup  (#20)

---------








---------








* Create SECURITY.md (#33)

* Create SECURITY.md



* Update SECURITY.md




---------




* Create dependabot.yml (#34)



* Update SECURITY.md




---------








* Update SECURITY.md




* feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.8 (#48)

Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.

See this package in npm:
eslint-config-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade chai from 4.5.0 to 6.2.0 (#49)

Snyk has created this PR to upgrade chai from 4.5.0 to 6.2.0.

See this package in npm:
chai

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



* feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4 (#46)

Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.5.4.

See this package in npm:
eslint-plugin-prettier

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr



---------









* update package hardhat test local

* feat: upgrade @types/node from 18.19.130 to 24.10.0

Snyk has created this PR to upgrade @types/node from 18.19.130 to 24.10.0.

See this package in npm:
@types/node

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @types/fs-extra from 5.1.0 to 11.0.4

Snyk has created this PR to upgrade @types/fs-extra from 5.1.0 to 11.0.4.

See this package in npm:
@types/fs-extra

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/2c91b4d5-8055-4239-a4a4-26da9ab76b7c?utm_source=github&utm_medium=referral&page=upgrade-pr

* feat: upgrade @typescript-eslint/parser from 5.61.0 to 8.46.3 (#41)

* Revert "fix: bug & automatically merged to main branches.  (#53)" (#55)

This reverts commit f288ef4.

* Update dependabot.yml (#56)



* Update .circleci/web3_gamefi.yml




---------









---------

Signed-off-by: Dargon789 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#updated package dependencies

2 participants