-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade eslint-config-prettier from 8.3.0 to 10.1.8 #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
Summary of ChangesHello @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 updates a core dependency responsible for integrating ESLint with Prettier, ensuring that the project benefits from the latest formatting and linting rules. The update aims to maintain a modern and secure development environment by addressing potential vulnerabilities and incorporating new features from the Highlights
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this 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, automatically generated by Snyk, upgrades eslint-config-prettier from version 8.3.0 to 10.1.8. While keeping dependencies up-to-date is crucial, this upgrade is incomplete as it only targets the hardhat-truffle5 package. Several other packages within this monorepo also use eslint-config-prettier and remain on the outdated version. To ensure consistent linting rules and prevent potential build issues, it's important to apply this upgrade across all relevant packages in the project.
| "chai": "^4.2.0", | ||
| "eslint": "^8.44.0", | ||
| "eslint-config-prettier": "8.3.0", | ||
| "eslint-config-prettier": "10.1.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This dependency upgrade is incomplete. While eslint-config-prettier has been updated for this package, several other packages in this monorepo still use the old version (8.3.0). To maintain consistency and avoid potential linting conflicts, please upgrade this dependency in all packages.
Based on the repository structure, the following files also need to be updated:
packages/hardhat-core/package.jsonpackages/hardhat-truffle4/package.jsonpackages/hardhat-web3/package.json
There are likely other packages in this monorepo that also need this update. Please ensure all occurrences of eslint-config-prettier are updated to version 10.1.8.
* 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 .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 .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]>
* 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]>
* 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]>
* Create dependabot.yml (#4) * Create web3_gamefi.yml * Bump vite in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.20 to 5.4.21 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- 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]>
* 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]>
* 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]>
Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.8.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 22 versions ahead of your current version.
The recommended version was released 4 months ago.
Release notes
Package name: eslint-config-prettier
-
10.1.8 - 2025-07-18
-
10.1.5 - 2025-05-09
- #332
-
10.1.4 - 2025-05-09
- #328
-
10.1.3 - 2025-05-07
- #325
- @ pilikan made their first contribution in #325
-
10.1.2 - 2025-04-10
- #321
-
10.1.1 - 2025-03-07
-
// before
-
10.1.0 - 2025-03-07
- #306
-
10.0.3 - 2025-03-07
-
-
- @ zanminkian made their first contribution in #280
- @ FloEdelmann made their first contribution in #294
-
10.0.2 - 2025-02-26
- #299
-
10.0.1 - 2025-01-13
- chore: migrate to changeset for automatically releasing by @ JounQin in #278
- add support for
- @ JounQin made their first contribution in #278
- @ abrahamguo made their first contribution in #272
-
10.0.0 - 2025-01-13
-
9.1.2 - 2025-07-18
-
9.1.0 - 2023-12-02
-
9.0.0 - 2023-08-05
-
8.10.2 - 2025-07-18
-
8.10.0 - 2023-08-03
-
8.9.0 - 2023-07-27
-
8.8.0 - 2023-03-20
-
8.7.0 - 2023-03-06
-
8.6.0 - 2023-01-02
-
8.5.0 - 2022-03-02
-
8.4.0 - 2022-02-19
-
8.3.0 - 2021-04-24
from eslint-config-prettier GitHub release notesrepublish latest version
Full Changelog: v10.1.5...v10.1.8
Patch Changes
60fef02Thanks @ JounQin! - chore: addfundingfield intopackage.jsonFull Changelog: v10.1.4...v10.1.5
Patch Changes
94b4799Thanks @ silvenon! - fix(cli): do not crash on no rules configuredFull Changelog: v10.1.3...v10.1.4
Patch Changes
4e95a1dThanks @ pilikan! - fix: this package iscommonjs, align its types correctlyNew Contributors
Full Changelog: v10.1.2...v10.1.3
Patch Changes
a8768bfThanks @ Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more detailsPatch Changes
#309
eb56a5eThanks @ JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also #308
import eslintConfigPrettier from "eslint-config-prettier";
// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
Minor Changes
56e2e34Thanks @ JounQin! - feat: migrate to exports fieldPatch Changes
#294
8dbbd6dThanks @ FloEdelmann! - feat: add name to config#280
cba5737Thanks @ zanminkian! - feat: add declaration fileNew Contributors
Full Changelog: v10.0.2...v10.0.3
Patch Changes
e750edcThanks @ Fdawgs! - chore(package): explicitly declare js module typeeslint-config-prettier
10.0.1
What's Changed
@ stylistic/eslint-pluginby @ abrahamguo in #272New Contributors
Full Changelog: v9.1.0...v10.0.1
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: