forked from NomicFoundation/hardhat
-
Notifications
You must be signed in to change notification settings - Fork 5
Main vercel deployment (#1928) #45
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
Open
Dargon789
wants to merge
9,873
commits into
web3:main
Choose a base branch
from
Dargon789:main-Vercel-deployment-(#1928)
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dargon789
commented
Jan 24, 2026
- Because this PR includes a bug fix, relevant tests have been included.
- Because this PR includes a new feature, the change was previously discussed on an Issue or with someone from the team.
- I didn't do anything of this.
This reverts commit ab6eb59.
This reverts commit 23223f2.
This reverts commit f670c0f.
…nctions related to it" This reverts commit f650a6d.
…tions that use fsExtra" This reverts commit 2b46254.
This reverts commit 721a8d8.
We should import this from the errors package, for the moment make this public to get to passing.
Urls are required for dynamic import, on windows that means that just resolving the path isn't enough.
* Add CircleCI configuration for hello world job Dargon789/foundry@ff9b54a Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update .circleci/config.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Introduces a new example project for 0xsequence-wallet version 2.3.7 under hardhat-ignition-examples. Includes multiple packages such as account, api, auth, builder, core, deployer, guard, indexer, marketplace, metadata, migration, network, provider, react-native, relayer, replacer, sessions, and signhub, along with their source code, configuration, and tests.
) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Added support for Typed objects "@nomicfoundation/hardhat-chai-matchers": patch * Create SECURITY.md SECURITY Supported Versions Use this section to tell people about which versions of your project are currently being supported with security updates. Version Supported 5.1.x ✅ 5.0.x ❌ 4.0.x ✅ < 4.0 ❌ Reporting a Vulnerability * Bump the npm_and_yarn group across 3 directories with 11 updates Bumps the npm_and_yarn group with 10 updates in the /docs directory: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `12.3.4` | `13.5.1` | | [undici](https://github.com/nodejs/undici) | `5.26.2` | `5.28.4` | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.17.3` | `7.24.1` | | [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` | | [express](https://github.com/expressjs/express) | `4.17.3` | `4.19.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.5` | `1.1.9` | | [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` | | [tar](https://github.com/isaacs/node-tar) | `6.1.11` | `6.2.1` | | [tough-cookie](https://github.com/salesforce/tough-cookie) | `4.0.0` | `4.1.3` | | [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` | Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-truffle4 directory: [web3](https://github.com/ChainSafe/web3.js). Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-web3-legacy directory: [web3](https://github.com/ChainSafe/web3.js). Updates `next` from 12.3.4 to 13.5.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v12.3.4...v13.5.1) Updates `undici` from 5.26.2 to 5.28.4 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.26.2...v5.28.4) Updates `@babel/traverse` from 7.17.3 to 7.24.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-traverse) Updates `browserify-sign` from 4.2.1 to 4.2.3 - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](browserify/browserify-sign@v4.2.1...v4.2.3) Updates `express` from 4.17.3 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.3...4.19.2) Updates `ip` from 1.1.5 to 1.1.9 - [Commits](indutny/node-ip@v1.1.5...v1.1.9) Updates `semver` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) Updates `tar` from 6.1.11 to 6.2.1 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.11...v6.2.1) Updates `tough-cookie` from 4.0.0 to 4.1.3 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3) Updates `word-wrap` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) Updates `web3` from 0.20.7 to 4.7.0 - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/commits/v4.7.0) Updates `web3` from 0.20.7 to 4.7.0 - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/commits/v4.7.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/traverse" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: browserify-sign dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: semver dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tough-cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: word-wrap dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: web3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: web3 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * Delete SECURITY.md * Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /docs directory: [next](https://github.com/vercel/next.js) and [ws](https://github.com/websockets/ws). Updates `next` from 13.5.1 to 14.1.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.5.1...v14.1.1) Updates `ws` from 7.5.7 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.5.7...7.5.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * Create SECURITY.md # Security Policy * Create jekyll-gh-pages.yml deploy GitHub-pages * Create codeql.yml tool fix codeql * Create apisec-scan.yml APIsec scan test running * Create eslint.yml ESLint provided. * azure-pipelines nodejs # Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript * azure-pipelines # Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript * Bump webpack in /docs in the npm_and_yarn group across 1 directory (#8) Bumps the npm_and_yarn group with 1 update in the /docs directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 4.46.0 to 4.47.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v4.46.0...v4.47.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump the npm_and_yarn group across 1 directory with 6 updates (#9) Bumps the npm_and_yarn group with 3 updates in the /docs directory: [next](https://github.com/vercel/next.js), [express](https://github.com/expressjs/express) and [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx). Updates `next` from 14.1.1 to 14.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.1.1...v14.2.10) Updates `express` from 4.19.2 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.19.2...4.21.1) Updates `markdown-to-jsx` from 7.1.6 to 7.5.0 - [Release notes](https://github.com/quantizor/markdown-to-jsx/releases) - [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md) - [Commits](quantizor/markdown-to-jsx@7.1.6...v7.5.0) Updates `path-to-regexp` from 0.1.7 to 0.1.10 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.10) Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.0) Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: markdown-to-jsx dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump body-parser in /docs in the npm_and_yarn group across 1 directory (#11) Bumps the npm_and_yarn group with 1 update in the /docs directory: [body-parser](https://github.com/expressjs/body-parser). Updates `body-parser` from 1.20.0 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix code scanning alert no. 21: Incomplete multi-character sanitization Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update issue templates * Fix code scanning alert no. 21: Incomplete multi-character sanitization (#10) Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Create defender-for-devops.yml Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> * Create sonarcloud.yml Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> * Bump elliptic in /docs in the npm_and_yarn group across 1 directory (#13) Bumps the npm_and_yarn group with 1 update in the /docs directory: [elliptic](https://github.com/indutny/elliptic). Updates `elliptic` from 6.5.4 to 6.6.0 - [Commits](indutny/elliptic@v6.5.4...v6.6.0) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add .circleci/config.yml * Bump nanoid in /docs in the npm_and_yarn group across 1 directory (#14) Bumps the npm_and_yarn group with 1 update in the /docs directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.1 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.1...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump the npm_and_yarn group across 1 directory with 4 updates (#20) Bumps the npm_and_yarn group with 4 updates in the /docs directory: [next](https://github.com/vercel/next.js), [undici](https://github.com/nodejs/undici), [elliptic](https://github.com/indutny/elliptic) and [store2](https://github.com/nbubna/store). Updates `next` from 14.2.10 to 14.2.21 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.10...v14.2.21) Updates `undici` from 5.28.4 to 5.28.5 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.4...v5.28.5) Updates `elliptic` from 6.6.0 to 6.6.1 - [Commits](indutny/elliptic@v6.6.0...v6.6.1) Updates `store2` from 2.13.1 to 2.14.4 - [Commits](nbubna/store@2.13.1...2.14.4) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: store2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: upgrade @typescript-eslint/utils from 5.62.0 to 8.21.0 (#15) Snyk has created this PR to upgrade @typescript-eslint/utils from 5.62.0 to 8.21.0. See this package in npm: @typescript-eslint/utils See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#19) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Delete .github/workflows/azure-pipelines.yml (#21) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade chalk from 2.4.2 to 5.4.1 (#18) Snyk has created this PR to upgrade chalk from 2.4.2 to 5.4.1. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.33.6 to 6.42.3 (#16) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.33.6 to 6.42.3. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade semver from 6.3.1 to 7.7.1 (#23) Snyk has created this PR to upgrade semver from 6.3.1 to 7.7.1. See this package in npm: semver See this project in Snyk: https://app.snyk.io/org/dargon789/project/d8b67e09-3b40-4806-96b4-f31119d86353?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#24) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/d8b67e09-3b40-4806-96b4-f31119d86353?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade ora from 5.4.1 to 8.2.0 (#25) Snyk has created this PR to upgrade ora from 5.4.1 to 8.2.0. See this package in npm: ora See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.3 to 6.42.5 (#26) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.3 to 6.42.5. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @nomicfoundation/ethereumjs-util from 9.0.2 to 9.0.4 (#27) Snyk has created this PR to upgrade @nomicfoundation/ethereumjs-util from 9.0.2 to 9.0.4. See this package in npm: @nomicfoundation/ethereumjs-util See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Add .circleci/config.yml * Add .circleci/config.yml * Add .circleci/config.yml * Add .circleci/config.yml * Update e2e-tests.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update hardhat-foundry-ci.yml (#679) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update bright-onions-switch.md (#714) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Add .circleci/config.yml * Add .circleci/config.yml * Update beige-ladybugs-confess.md (#828) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update bright-onions-switch.md (#829) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 31: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 32: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 245: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 44: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 41: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 80: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 85: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 95: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 86: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update .gitignore (#842) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update package.json (#848) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Add .circleci/config.yml * Update config.yml (#849) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Updated config.yml * Updated config.yml * Update config.yml (#949) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update .github/workflows/hardhat-foundry-ci.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Create docker.yml (#1898) * Create docker.yml CI: Introduce a Docker CI workflow that builds, tags, and pushes container images to GitHub Container Registry on pushes, tags, scheduled runs, and signs them when not running on pull requests. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update .circleci/docker.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 49: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * fix: packages/hardhat-truffle5/package.json to reduce vulnerabilities (#1938) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: packages/hardhat-core/package.json to reduce vulnerabilities (#1941) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: packages/hardhat-core/package.json to reduce vulnerabilities (#1930) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 Co-authored-by: snyk-bot <snyk-bot@snyk.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…tion with unrestricted target origin Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Added support for Typed objects "@nomicfoundation/hardhat-chai-matchers": patch * Create SECURITY.md SECURITY Supported Versions Use this section to tell people about which versions of your project are currently being supported with security updates. Version Supported 5.1.x ✅ 5.0.x ❌ 4.0.x ✅ < 4.0 ❌ Reporting a Vulnerability * Bump the npm_and_yarn group across 3 directories with 11 updates Bumps the npm_and_yarn group with 10 updates in the /docs directory: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `12.3.4` | `13.5.1` | | [undici](https://github.com/nodejs/undici) | `5.26.2` | `5.28.4` | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.17.3` | `7.24.1` | | [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` | | [express](https://github.com/expressjs/express) | `4.17.3` | `4.19.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.5` | `1.1.9` | | [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` | | [tar](https://github.com/isaacs/node-tar) | `6.1.11` | `6.2.1` | | [tough-cookie](https://github.com/salesforce/tough-cookie) | `4.0.0` | `4.1.3` | | [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` | Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-truffle4 directory: [web3](https://github.com/ChainSafe/web3.js). Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-web3-legacy directory: [web3](https://github.com/ChainSafe/web3.js). Updates `next` from 12.3.4 to 13.5.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v12.3.4...v13.5.1) Updates `undici` from 5.26.2 to 5.28.4 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.26.2...v5.28.4) Updates `@babel/traverse` from 7.17.3 to 7.24.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-traverse) Updates `browserify-sign` from 4.2.1 to 4.2.3 - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.3) Updates `express` from 4.17.3 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.3...4.19.2) Updates `ip` from 1.1.5 to 1.1.9 - [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v1.1.9) Updates `semver` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) Updates `tar` from 6.1.11 to 6.2.1 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.1.11...v6.2.1) Updates `tough-cookie` from 4.0.0 to 4.1.3 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3) Updates `word-wrap` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5) Updates `web3` from 0.20.7 to 4.7.0 - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/commits/v4.7.0) Updates `web3` from 0.20.7 to 4.7.0 - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/commits/v4.7.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/traverse" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: browserify-sign dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: semver dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tough-cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: word-wrap dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: web3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: web3 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * Delete SECURITY.md * Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /docs directory: [next](https://github.com/vercel/next.js) and [ws](https://github.com/websockets/ws). Updates `next` from 13.5.1 to 14.1.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.5.1...v14.1.1) Updates `ws` from 7.5.7 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.7...7.5.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * Create SECURITY.md # Security Policy * Create jekyll-gh-pages.yml deploy GitHub-pages * Create codeql.yml tool fix codeql * Create apisec-scan.yml APIsec scan test running * Create eslint.yml ESLint provided. * azure-pipelines nodejs # Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript * azure-pipelines # Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript * Bump webpack in /docs in the npm_and_yarn group across 1 directory (#8) Bumps the npm_and_yarn group with 1 update in the /docs directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 4.46.0 to 4.47.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v4.47.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump the npm_and_yarn group across 1 directory with 6 updates (#9) Bumps the npm_and_yarn group with 3 updates in the /docs directory: [next](https://github.com/vercel/next.js), [express](https://github.com/expressjs/express) and [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx). Updates `next` from 14.1.1 to 14.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.1.1...v14.2.10) Updates `express` from 4.19.2 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.1) Updates `markdown-to-jsx` from 7.1.6 to 7.5.0 - [Release notes](https://github.com/quantizor/markdown-to-jsx/releases) - [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md) - [Commits](https://github.com/quantizor/markdown-to-jsx/compare/7.1.6...v7.5.0) Updates `path-to-regexp` from 0.1.7 to 0.1.10 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10) Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0) Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: markdown-to-jsx dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump body-parser in /docs in the npm_and_yarn group across 1 directory (#11) Bumps the npm_and_yarn group with 1 update in the /docs directory: [body-parser](https://github.com/expressjs/body-parser). Updates `body-parser` from 1.20.0 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix code scanning alert no. 21: Incomplete multi-character sanitization Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update issue templates * Fix code scanning alert no. 21: Incomplete multi-character sanitization (#10) Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Create defender-for-devops.yml Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> * Create sonarcloud.yml Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> * Bump elliptic in /docs in the npm_and_yarn group across 1 directory (#13) Bumps the npm_and_yarn group with 1 update in the /docs directory: [elliptic](https://github.com/indutny/elliptic). Updates `elliptic` from 6.5.4 to 6.6.0 - [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.6.0) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nanoid in /docs in the npm_and_yarn group across 1 directory (#14) Bumps the npm_and_yarn group with 1 update in the /docs directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.1 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.1...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump the npm_and_yarn group across 1 directory with 4 updates (#20) Bumps the npm_and_yarn group with 4 updates in the /docs directory: [next](https://github.com/vercel/next.js), [undici](https://github.com/nodejs/undici), [elliptic](https://github.com/indutny/elliptic) and [store2](https://github.com/nbubna/store). Updates `next` from 14.2.10 to 14.2.21 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.10...v14.2.21) Updates `undici` from 5.28.4 to 5.28.5 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5) Updates `elliptic` from 6.6.0 to 6.6.1 - [Commits](https://github.com/indutny/elliptic/compare/v6.6.0...v6.6.1) Updates `store2` from 2.13.1 to 2.14.4 - [Commits](https://github.com/nbubna/store/compare/2.13.1...2.14.4) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: store2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: upgrade @typescript-eslint/utils from 5.62.0 to 8.21.0 (#15) Snyk has created this PR to upgrade @typescript-eslint/utils from 5.62.0 to 8.21.0. See this package in npm: @typescript-eslint/utils See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#19) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Delete .github/workflows/azure-pipelines.yml (#21) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade chalk from 2.4.2 to 5.4.1 (#18) Snyk has created this PR to upgrade chalk from 2.4.2 to 5.4.1. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.33.6 to 6.42.3 (#16) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.33.6 to 6.42.3. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade semver from 6.3.1 to 7.7.1 (#23) Snyk has created this PR to upgrade semver from 6.3.1 to 7.7.1. See this package in npm: semver See this project in Snyk: https://app.snyk.io/org/dargon789/project/d8b67e09-3b40-4806-96b4-f31119d86353?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#24) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/d8b67e09-3b40-4806-96b4-f31119d86353?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade ora from 5.4.1 to 8.2.0 (#25) Snyk has created this PR to upgrade ora from 5.4.1 to 8.2.0. See this package in npm: ora See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.3 to 6.42.5 (#26) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.3 to 6.42.5. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @nomicfoundation/ethereumjs-util from 9.0.2 to 9.0.4 (#27) Snyk has created this PR to upgrade @nomicfoundation/ethereumjs-util from 9.0.2 to 9.0.4. See this package in npm: @nomicfoundation/ethereumjs-util See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Circleci project setup (#33) * Add .circleci/config.yml * Add .circleci/config.yml * Circleci project setup (#34) * Add .circleci/config.yml * Add .circleci/config.yml 06ab62c8a66c0e47932928e799794004d6565a28 * Update hardhat-viem-ci.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update release.yml (#35) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade solhint from 3.6.2 to 5.0.5 (#36) Snyk has created this PR to upgrade solhint from 3.6.2 to 5.0.5. See this package in npm: solhint See this project in Snyk: https://app.snyk.io/org/dargon789/project/4daa2133-551c-4e2d-95c2-66e300887f08?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade abitype from 0.9.10 to 1.0.8 (#37) Snyk has created this PR to upgrade abitype from 0.9.10 to 1.0.8. See this package in npm: abitype See this project in Snyk: https://app.snyk.io/org/dargon789/project/4dd0af31-1323-4a04-9c4f-b3890bb7bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Create npm-publish-github-packages.yml (#40) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Create snyk-security.yml (#41) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Create google.yml (#43) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#42) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/fd4d64dd-155c-4311-9360-ea3c95e0629b?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * update yarn corepack v.1.20.22 to 4.7.0 sdk * feat: upgrade chalk from 2.4.2 to 5.4.1 (#53) Snyk has created this PR to upgrade chalk from 2.4.2 to 5.4.1. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/dargon789/project/64ff2fe4-69fc-4e59-a39d-6cda025a360e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Updated config.yml * Delete .github/workflows/sonarcloud.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/apisec-scan.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/check-docs-site.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/snyk-security.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/compile-with-typescript-v4.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/add-issue-to-project.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade cbor from 8.1.0 to 10.0.3 (#57) Snyk has created this PR to upgrade cbor from 8.1.0 to 10.0.3. See this package in npm: cbor See this project in Snyk: https://app.snyk.io/org/dargon789/project/b02177c9-ba8a-4805-84de-fee48dbb6a8e?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/release.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .nvmrc Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete azure-pipelines.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade semver from 6.3.1 to 7.7.1 (#55) Snyk has created this PR to upgrade semver from 6.3.1 to 7.7.1. See this package in npm: semver See this project in Snyk: https://app.snyk.io/org/dargon789/project/b02177c9-ba8a-4805-84de-fee48dbb6a8e?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade undici from 5.28.5 to 7.3.0 (#54) Snyk has created this PR to upgrade undici from 5.28.5 to 7.3.0. See this package in npm: undici See this project in Snyk: https://app.snyk.io/org/dargon789/project/b02177c9-ba8a-4805-84de-fee48dbb6a8e?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade chai-as-promised from 7.1.2 to 8.0.1 (#52) Snyk has created this PR to upgrade chai-as-promised from 7.1.2 to 8.0.1. See this package in npm: chai-as-promised See this project in Snyk: https://app.snyk.io/org/dargon789/project/7047bcc1-c955-4415-9965-fca3fc720cc3?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade @types/chai from 4.3.20 to 5.0.1 (#51) Snyk has created this PR to upgrade @types/chai from 4.3.20 to 5.0.1. See this package in npm: @types/chai See this project in Snyk: https://app.snyk.io/org/dargon789/project/f10ad62c-38d9-4570-945c-64d14b140176?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#49) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/f10ad62c-38d9-4570-945c-64d14b140176?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * [submodule "counter/lib/forge-std"] [submodule "counter/lib/forge-std"] path = counter/lib/forge-std url = https://github.com/foundry-rs/forge-std * Delete .github/workflows/defender-for-devops.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/eslint.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/e2e-tests.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Revert "feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#49)" (#58) This reverts commit 3d4797bf8283d0e0432a1bcc245aba21883d1918. * feat: upgrade react from 17.0.2 to 19.0.0 (#64) Snyk has created this PR to upgrade react from 17.0.2 to 19.0.0. See this package in yarn: react See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade next from 14.2.21 to 15.1.7 (#66) Snyk has created this PR to upgrade next from 14.2.21 to 15.1.7. See this package in yarn: next See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Delete .github/workflows/codeql.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade undici from 5.28.5 to 7.3.0 (#67) Snyk has created this PR to upgrade undici from 5.28.5 to 7.3.0. See this package in yarn: undici See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade chalk from 2.4.2 to 5.4.1 (#63) Snyk has created this PR to upgrade chalk from 2.4.2 to 5.4.1. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/dargon789/project/493afec9-46ee-406c-b759-34d7a4fd4246?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @types/chai-as-promised from 7.1.8 to 8.0.1 (#71) Snyk has created this PR to upgrade @types/chai-as-promised from 7.1.8 to 8.0.1. See this package in npm: @types/chai-as-promised See this project in Snyk: https://app.snyk.io/org/dargon789/project/9d331153-a53f-4ab9-b8d6-cf7af96dd110?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade deep-eql from 4.1.4 to 5.0.2 (#70) Snyk has created this PR to upgrade deep-eql from 4.1.4 to 5.0.2. See this package in npm: deep-eql See this project in Snyk: https://app.snyk.io/org/dargon789/project/9d331153-a53f-4ab9-b8d6-cf7af96dd110?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade io-ts from 1.10.4 to 2.2.22 (#76) Snyk has created this PR to upgrade io-ts from 1.10.4 to 2.2.22. See this package in npm: io-ts See this project in Snyk: https://app.snyk.io/org/dargon789/project/d8b67e09-3b40-4806-96b4-f31119d86353?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade env-paths from 2.2.1 to 3.0.0 (#75) Snyk has created this PR to upgrade env-paths from 2.2.1 to 3.0.0. See this package in npm: env-paths See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade semver from 6.3.1 to 7.7.1 (#59) Snyk has created this PR to upgrade semver from 6.3.1 to 7.7.1. See this package in npm: semver See this project in Snyk: https://app.snyk.io/org/dargon789/project/e3248443-6c78-4c7f-9bbb-a174d613fe7b?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#60) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade chai from 4.5.0 to 5.2.0 (#61) Snyk has created this PR to upgrade chai from 4.5.0 to 5.2.0. See this package in npm: chai See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade chai from 4.5.0 to 5.2.0 (#78) Snyk has created this PR to upgrade chai from 4.5.0 to 5.2.0. See this package in npm: chai See this project in Snyk: https://app.snyk.io/org/dargon789/project/f10ad62c-38d9-4570-945c-64d14b140176?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#77) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/f10ad62c-38d9-4570-945c-64d14b140176?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.5 to 6.42.6 (#74) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.5 to 6.42.6. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade io-ts from 1.10.4 to 2.2.22 (#73) Snyk has created this PR to upgrade io-ts from 1.10.4 to 2.2.22. See this package in npm: io-ts See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade chai-as-promised from 7.1.2 to 8.0.1 (#72) Snyk has created this PR to upgrade chai-as-promised from 7.1.2 to 8.0.1. See this package in npm: chai-as-promised See this project in Snyk: https://app.snyk.io/org/dargon789/project/c81ee404-e7cc-4057-be27-0695c3387b50?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: upgrade @docsearch/react from 3.0.0 to 3.9.0 (#84) Snyk has created this PR to upgrade @docsearch/react from 3.0.0 to 3.9.0. See this package in yarn: @docsearch/react See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @types/chai from 4.3.20 to 5.0.1 (#79) Snyk has created this PR to upgrade @types/chai from 4.3.20 to 5.0.1. See this package in npm: @types/chai See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade linaria from 2.3.1 to 6.2.0 (#82) Snyk has created this PR to upgrade linaria from 2.3.1 to 6.2.0. See this package in yarn: linaria See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Update package.json Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade react-dom from 17.0.2 to 19.0.0 (#80) Snyk has created this PR to upgrade react-dom from 17.0.2 to 19.0.0. See this package in yarn: react-dom See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.6 to 6.42.8 (#87) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.6 to 6.42.8. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * build(deps): bump the npm_and_yarn group across 1 directory with 4 updates (#86) Bumps the npm_and_yarn group with 4 updates in the /docs directory: [next](https://github.com/vercel/next.js), [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers), [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Updates `next` from 15.1.7 to 15.2.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.1.7...v15.2.3) Updates `@babel/helpers` from 7.17.2 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers) Updates `@babel/runtime-corejs3` from 7.17.2 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime-corejs3) Updates `@babel/runtime` from 7.17.2 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime-corejs3" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: upgrade ts-node from 10.8.0 to 10.9.2 (#92) Snyk has created this PR to upgrade ts-node from 10.8.0 to 10.9.2. See this package in yarn: ts-node See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade next-mdx-remote from 4.0.2 to 5.0.0 (#89) Snyk has created this PR to upgrade next-mdx-remote from 4.0.2 to 5.0.0. See this package in yarn: next-mdx-remote See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade hastscript from 7.0.2 to 9.0.1 (#91) Snyk has created this PR to upgrade hastscript from 7.0.2 to 9.0.1. See this package in yarn: hastscript See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade glob from 8.0.1 to 11.0.1 (#88) Snyk has created this PR to upgrade glob from 8.0.1 to 11.0.1. See this package in yarn: glob See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade remark-gfm from 3.0.1 to 4.0.1 (#97) Snyk has created this PR to upgrade remark-gfm from 3.0.1 to 4.0.1. See this package in yarn: remark-gfm See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: upgrade @callstack/react-theme-provider from 3.0.7 to 3.0.9 (#96) Snyk has created this PR to upgrade @callstack/react-theme-provider from 3.0.7 to 3.0.9. See this package in yarn: @callstack/react-theme-provider See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade unist-util-visit from 4.1.0 to 5.0.0 (#94) Snyk has created this PR to upgrade unist-util-visit from 4.1.0 to 5.0.0. See this package in yarn: unist-util-visit See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade remark-directive from 2.0.1 to 4.0.0 (#101) Snyk has created this PR to upgrade remark-directive from 2.0.1 to 4.0.0. See this package in yarn: remark-directive See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * [Snyk] Upgrade remark-unwrap-images from 3.0.1 to 4.0.1 (#102) * feat: upgrade remark-unwrap-images from 3.0.1 to 4.0.1 Snyk has created this PR to upgrade remark-unwrap-images from 3.0.1 to 4.0.1. See this package in yarn: remark-unwrap-images See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr * Update check-changeset-added.yml (#104) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.8 to 6.42.9 (#99) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.8 to 6.42.9. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * build(deps): bump next (#98) (#105) Bumps the npm_and_yarn group with 1 update in the /docs directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.2.3 to 15.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.2.3...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update check-changeset-added.yml (#106) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * [Snyk] Upgrade sanitize-html from 2.13.1 to 2.15.0 (#103) * fix: upgrade sanitize-html from 2.13.1 to 2.15.0 Snyk has created this PR to upgrade sanitize-html from 2.13.1 to 2.15.0. See this package in yarn: sanitize-html See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr * Update lint.yml (#107) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade rehype-prism from 2.1.2 to 2.3.3 Snyk has created this PR to upgrade rehype-prism from 2.1.2 to 2.3.3. See this package in yarn: rehype-prism See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * fix: upgrade @ledgerhq/hw-app-eth from 6.42.9 to 6.43.0 (#109) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.9 to 6.43.0. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: upgrade undici from 7.5.0 to 7.6.0 Snyk has created this PR to upgrade undici from 7.5.0 to 7.6.0. See this package in yarn: undici See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr * fix: upgrade @ledgerhq/hw-app-eth from 6.43.0 to 6.43.1 Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.43.0 to 6.43.1. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * fix: upgrade react-dom from 19.0.0 to 19.1.0 Snyk has created this PR to upgrade react-dom from 19.0.0 to 19.1.0. See this package in yarn: react-dom See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr * Create summary.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Create nuxtjs.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * fix: upgrade @ledgerhq/hw-app-eth from 6.43.1 to 6.44.0 Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.43.1 to 6.44.0. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * Create puppet-lint.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * fix: upgrade react from 19.0.0 to 19.1.0 Snyk has created this PR to upgrade react from 19.0.0 to 19.1.0. See this package in yarn: react See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade @types/node from 16.18.126 to 22.14.1 Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.14.1. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/4daa2133-551c-4e2d-95c2-66e300887f08?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade @nomicfoundation/hardhat-toolbox from 4.0.0 to 5.0.0 Snyk has created this PR to upgrade @nomicfoundation/hardhat-toolbox from 4.0.0 to 5.0.0. See this package in npm: @nomicfoundation/hardhat-toolbox See this project in Snyk: https://app.snyk.io/org/dargon789/project/3a2d3bc5-f771-4b0d-956e-14ce7ac7600c?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * fix: upgrade typescript from 5.0.4 to 5.8.3 Snyk has created this PR to upgrade typescript from 5.0.4 to 5.8.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/dargon789/project/3027ecf9-6dcb-4a74-84ae-5ca403a87797?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade @typescript-eslint/parser from 5.61.0 to 8.30.1 Snyk has created this PR to upgrade @typescript-eslint/parser from 5.61.0 to 8.30.1. See this package in npm: @typescript-eslint/parser See this project in Snyk: https://app.snyk.io/org/dargon789/project/3027ecf9-6dcb-4a74-84ae-5ca403a87797?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade prettier from 2.4.1 to 3.5.3 (#193) Snyk has created this PR to upgrade prettier from 2.4.1 to 3.5.3. See this package in npm: prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @types/node from 16.18.126 to 22.14.1 (#192) Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.14.1. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Create datadog-synthetics.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 243: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update .github/workflows/datadog-synthetics.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update .github/workflows/datadog-synthetics.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Create dependency-review.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update .github/workflows/dependency-review.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade eslint from 8.57.1 to 9.25.1 Snyk has created this PR to upgrade eslint from 8.57.1 to 9.25.1. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/dargon789/project/53b6e2b6-7a14-457a-a105-a156adf5f89a?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/1b39138b-0952-4471-b6e3-fa04de7c53a6?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/2c0bb5c3-7507-432e-a6b5-2de9762d778b?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade viem from 1.21.4 to 2.28.0 Snyk has created this PR to upgrade viem from 1.21.4 to 2.28.0. See this package in npm: viem See this project in Snyk: https://app.snyk.io/org/dargon789/project/7047bcc1-c955-4415-9965-fca3fc720cc3?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0. 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 * feat: upgrade prettier from 2.4.1 to 3.5.3 Snyk has created this PR to upgrade prettier from 2.4.1 to 3.5.3. See this package in npm: prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/fd4d64dd-155c-4311-9360-ea3c95e0629b?utm_source=github&utm_medium=referral&page=upgrade-pr * Delete .github/workflows/datadog-synthetics.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade eslint from 8.57.1 to 9.25.1 Snyk has created this PR to upgrade eslint from 8.57.1 to 9.25.1. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/dargon789/project/9d28ce3d-a049-4a8d-8a9c-d20912589109?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade @types/node from 16.18.126 to 22.15.2 Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.15.2. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade eslint-plugin-eslint-plugin from 5.5.1 to 6.4.0 (#313) Snyk has created this PR to upgrade eslint-plugin-eslint-plugin from 5.5.1 to 6.4.0. See this package in npm: eslint-plugin-eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Create docker-image.yml (#320) * Create docker-image.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 244: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Create docker-publish.yml (#321) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0 (#317) Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade @types/node from 16.18.126 to 22.15.2 (#310) Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.15.2. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/b3b86209-3175-4a86-9d16-9325977c613a?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Update pre-release.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade prettier from 2.4.1 to 3.5.3 (#307) Snyk has created this PR to upgrade prettier from 2.4.1 to 3.5.3. See this package in npm: prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/dabaf0d3-776c-40fe-a625-d0f79da7793d?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.2.6 (#311) Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.2.6. See this package in npm: eslint-plugin-prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.2 (#312) Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.2. See this package in npm: eslint-config-prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Revert "feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.2 (#312)" (#332) This reverts commit 6b4234c8d2fd8b73f5b4268d6ba3d00b3bf71918. * feat: upgrade @types/node from 16.18.126 to 22.15.3 (#399) Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.15.3. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/58c67ad3-ef01-4b53-a064-85256597d6ae?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade eslint from 8.57.1 to 9.26.0 (#408) Snyk has created this PR to upgrade eslint from 8.57.1 to 9.26.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade viem from 1.21.4 to 2.28.4 (#415) Snyk has created this PR to upgrade viem from 1.21.4 to 2.28.4. See this package in npm: viem See this project in Snyk: https://app.snyk.io/org/dargon789/project/4dd0af31-1323-4a04-9c4f-b3890bb7bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.32.0 (#420) Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.32.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/fd4d64dd-155c-4311-9360-ea3c95e0629b?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @types/node from 16.18.126 to 22.15.14 (#434) Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.15.14. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/64ff2fe4-69fc-4e59-a39d-6cda025a360e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.32.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.32.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/b3b86209-3175-4a86-9d16-9325977c613a?utm_source=github&utm_medium=referral&page=upgrade-pr * Update bright-onions-switch.md Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update LATEST_DEPENDENCY_VERSIONS.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * build(deps): bump pbkdf2 (#798) Bumps the npm_and_yarn group with 1 update in the /docs directory: [pbkdf2](https://github.com/crypto-browserify/pbkdf2). Updates `pbkdf2` from 3.1.2 to 3.1.3 - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 3.1.3 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update config.yml (#1091) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/ISSUE_TEMPLATE/feature-request.yml (#1757) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update yarn.lock Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update pnpm-lock.yaml Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update pnpm-workspace.yaml Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update CONTRIBUTING.md (#1813) * Update CONTRIBUTING.md Documentation Update: The main heading in CONTRIBUTING.md has been updated from an H1 (#) to an H2 (##) for improved document structure. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update .gitignore (#1814) Chores: Update .gitignore to include new ignore rules and remove outdated entries https://github.com/apps/gemini-code-assist Code Review This pull request removes a blank line from the .gitignore file. While this change is minor, I noticed a more significant issue nearby. The file docs/.env.example is being ignored, which is generally incorrect for example environment files as they are meant to be shared with all developers as a template. I have left a specific comment about this. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update .yarnrc.yml (#1815) Update the Yarn configuration file to reference the new Yarn release and ensure valid YAML syntax Build: Bump yarnPath to .yarn/releases/yarn-4.7.0-git.20250305.hash-3c8a90a.cjs Add YAML document separator and trailing newline to .yarnrc.yml for proper formatting Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 226: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 44: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 49: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 85: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 214: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 95: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: snyk-io[bot] <141718529+snyk-io[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>
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Add 0xsequence-wallet-2.3.7 Hardhat Ignition example Introduces a new example project for 0xsequence-wallet version 2.3.7 under hardhat-ignition-examples. Includes multiple packages such as account, api, auth, builder, core, deployer, guard, indexer, marketplace, metadata, migration, network, provider, react-native, relayer, replacer, sessions, and signhub, along with their source code, configuration, and tests. * fix: packages/hardhat-core/package.json to reduce vulnerabilities (#1941) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: packages/hardhat-core/package.json to reduce vulnerabilities (#1930) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: packages/hardhat-core/package.json to reduce vulnerabilities (#1949) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963 Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Update safety_scan.yml (#1939) Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 332: Artifact poisoning Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 330: Artifact poisoning Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 333: Cross-window communication with unrestricted target origin Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 349: Artifact poisoning Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 350: Artifact poisoning Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Delete CNAME * Delete .github/workflows/safety_scan.yml (#1954) Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * 322 h1dependency reviewh1 (#1893) * Added support for Typed objects "@nomicfoundation/hardhat-chai-matchers": patch * Create SECURITY.md SECURITY Supported Versions Use this section to tell people about which versions of your project are currently being supported with security updates. Version Supported 5.1.x ✅ 5.0.x ❌ 4.0.x ✅ < 4.0 ❌ Reporting a Vulnerability * Bump the npm_and_yarn group across 3 directories with 11 updates Bumps the npm_and_yarn group with 10 updates in the /docs directory: | Package | From | To | | --- | --- | --- | | [next](https://github.com/vercel/next.js) | `12.3.4` | `13.5.1` | | [undici](https://github.com/nodejs/undici) | `5.26.2` | `5.28.4` | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.17.3` | `7.24.1` | | [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` | | [express](https://github.com/expressjs/express) | `4.17.3` | `4.19.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.5` | `1.1.9` | | [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` | | [tar](https://github.com/isaacs/node-tar) | `6.1.11` | `6.2.1` | | [tough-cookie](https://github.com/salesforce/tough-cookie) | `4.0.0` | `4.1.3` | | [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` | Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-truffle4 directory: [web3](https://github.com/ChainSafe/web3.js). Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-web3-legacy directory: [web3](https://github.com/ChainSafe/web3.js). Updates `next` from 12.3.4 to 13.5.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v12.3.4...v13.5.1) Updates `undici` from 5.26.2 to 5.28.4 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.26.2...v5.28.4) Updates `@babel/traverse` from 7.17.3 to 7.24.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-traverse) Updates `browserify-sign` from 4.2.1 to 4.2.3 - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.3) Updates `express` from 4.17.3 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.3...4.19.2) Updates `ip` from 1.1.5 to 1.1.9 - [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v1.1.9) Updates `semver` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) Updates `tar` from 6.1.11 to 6.2.1 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.1.11...v6.2.1) Updates `tough-cookie` from 4.0.0 to 4.1.3 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3) Updates `word-wrap` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5) Updates `web3` from 0.20.7 to 4.7.0 - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/commits/v4.7.0) Updates `web3` from 0.20.7 to 4.7.0 - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/commits/v4.7.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/traverse" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: browserify-sign dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: semver dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tough-cookie dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: word-wrap dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: web3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: web3 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * Delete SECURITY.md * Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /docs directory: [next](https://github.com/vercel/next.js) and [ws](https://github.com/websockets/ws). Updates `next` from 13.5.1 to 14.1.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.5.1...v14.1.1) Updates `ws` from 7.5.7 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.7...7.5.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * Create SECURITY.md # Security Policy * Create jekyll-gh-pages.yml deploy GitHub-pages * Create codeql.yml tool fix codeql * Create apisec-scan.yml APIsec scan test running * Create eslint.yml ESLint provided. * azure-pipelines nodejs # Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript * azure-pipelines # Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript * Bump webpack in /docs in the npm_and_yarn group across 1 directory (#8) Bumps the npm_and_yarn group with 1 update in the /docs directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 4.46.0 to 4.47.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v4.47.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump the npm_and_yarn group across 1 directory with 6 updates (#9) Bumps the npm_and_yarn group with 3 updates in the /docs directory: [next](https://github.com/vercel/next.js), [express](https://github.com/expressjs/express) and [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx). Updates `next` from 14.1.1 to 14.2.10 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.1.1...v14.2.10) Updates `express` from 4.19.2 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.1) Updates `markdown-to-jsx` from 7.1.6 to 7.5.0 - [Release notes](https://github.com/quantizor/markdown-to-jsx/releases) - [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md) - [Commits](https://github.com/quantizor/markdown-to-jsx/compare/7.1.6...v7.5.0) Updates `path-to-regexp` from 0.1.7 to 0.1.10 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10) Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0) Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: markdown-to-jsx dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump body-parser in /docs in the npm_and_yarn group across 1 directory (#11) Bumps the npm_and_yarn group with 1 update in the /docs directory: [body-parser](https://github.com/expressjs/body-parser). Updates `body-parser` from 1.20.0 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.20.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix code scanning alert no. 21: Incomplete multi-character sanitization Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update issue templates * Fix code scanning alert no. 21: Incomplete multi-character sanitization (#10) Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Create defender-for-devops.yml Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> * Create sonarcloud.yml Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> * Bump elliptic in /docs in the npm_and_yarn group across 1 directory (#13) Bumps the npm_and_yarn group with 1 update in the /docs directory: [elliptic](https://github.com/indutny/elliptic). Updates `elliptic` from 6.5.4 to 6.6.0 - [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.6.0) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump nanoid in /docs in the npm_and_yarn group across 1 directory (#14) Bumps the npm_and_yarn group with 1 update in the /docs directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.1 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.1...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump the npm_and_yarn group across 1 directory with 4 updates (#20) Bumps the npm_and_yarn group with 4 updates in the /docs directory: [next](https://github.com/vercel/next.js), [undici](https://github.com/nodejs/undici), [elliptic](https://github.com/indutny/elliptic) and [store2](https://github.com/nbubna/store). Updates `next` from 14.2.10 to 14.2.21 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.10...v14.2.21) Updates `undici` from 5.28.4 to 5.28.5 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5) Updates `elliptic` from 6.6.0 to 6.6.1 - [Commits](https://github.com/indutny/elliptic/compare/v6.6.0...v6.6.1) Updates `store2` from 2.13.1 to 2.14.4 - [Commits](https://github.com/nbubna/store/compare/2.13.1...2.14.4) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: store2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: upgrade @typescript-eslint/utils from 5.62.0 to 8.21.0 (#15) Snyk has created this PR to upgrade @typescript-eslint/utils from 5.62.0 to 8.21.0. See this package in npm: @typescript-eslint/utils See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#19) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Delete .github/workflows/azure-pipelines.yml (#21) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade chalk from 2.4.2 to 5.4.1 (#18) Snyk has created this PR to upgrade chalk from 2.4.2 to 5.4.1. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.33.6 to 6.42.3 (#16) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.33.6 to 6.42.3. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade semver from 6.3.1 to 7.7.1 (#23) Snyk has created this PR to upgrade semver from 6.3.1 to 7.7.1. See this package in npm: semver See this project in Snyk: https://app.snyk.io/org/dargon789/project/d8b67e09-3b40-4806-96b4-f31119d86353?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#24) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/d8b67e09-3b40-4806-96b4-f31119d86353?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade ora from 5.4.1 to 8.2.0 (#25) Snyk has created this PR to upgrade ora from 5.4.1 to 8.2.0. See this package in npm: ora See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.3 to 6.42.5 (#26) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.3 to 6.42.5. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @nomicfoundation/ethereumjs-util from 9.0.2 to 9.0.4 (#27) Snyk has created this PR to upgrade @nomicfoundation/ethereumjs-util from 9.0.2 to 9.0.4. See this package in npm: @nomicfoundation/ethereumjs-util See this project in Snyk: https://app.snyk.io/org/dargon789/project/60c09014-60eb-40c8-82d4-eb105dab9674?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Circleci project setup (#33) * Add .circleci/config.yml * Add .circleci/config.yml * Circleci project setup (#34) * Add .circleci/config.yml * Add .circleci/config.yml 06ab62c8a66c0e47932928e799794004d6565a28 * Update hardhat-viem-ci.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update release.yml (#35) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade solhint from 3.6.2 to 5.0.5 (#36) Snyk has created this PR to upgrade solhint from 3.6.2 to 5.0.5. See this package in npm: solhint See this project in Snyk: https://app.snyk.io/org/dargon789/project/4daa2133-551c-4e2d-95c2-66e300887f08?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade abitype from 0.9.10 to 1.0.8 (#37) Snyk has created this PR to upgrade abitype from 0.9.10 to 1.0.8. See this package in npm: abitype See this project in Snyk: https://app.snyk.io/org/dargon789/project/4dd0af31-1323-4a04-9c4f-b3890bb7bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Create npm-publish-github-packages.yml (#40) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Create snyk-security.yml (#41) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Create google.yml (#43) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#42) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/fd4d64dd-155c-4311-9360-ea3c95e0629b?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * update yarn corepack v.1.20.22 to 4.7.0 sdk * feat: upgrade chalk from 2.4.2 to 5.4.1 (#53) Snyk has created this PR to upgrade chalk from 2.4.2 to 5.4.1. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/dargon789/project/64ff2fe4-69fc-4e59-a39d-6cda025a360e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Updated config.yml * Delete .github/workflows/sonarcloud.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/apisec-scan.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/check-docs-site.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/snyk-security.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/compile-with-typescript-v4.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/add-issue-to-project.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade cbor from 8.1.0 to 10.0.3 (#57) Snyk has created this PR to upgrade cbor from 8.1.0 to 10.0.3. See this package in npm: cbor See this project in Snyk: https://app.snyk.io/org/dargon789/project/b02177c9-ba8a-4805-84de-fee48dbb6a8e?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/release.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .nvmrc Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete azure-pipelines.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade semver from 6.3.1 to 7.7.1 (#55) Snyk has created this PR to upgrade semver from 6.3.1 to 7.7.1. See this package in npm: semver See this project in Snyk: https://app.snyk.io/org/dargon789/project/b02177c9-ba8a-4805-84de-fee48dbb6a8e?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade undici from 5.28.5 to 7.3.0 (#54) Snyk has created this PR to upgrade undici from 5.28.5 to 7.3.0. See this package in npm: undici See this project in Snyk: https://app.snyk.io/org/dargon789/project/b02177c9-ba8a-4805-84de-fee48dbb6a8e?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade chai-as-promised from 7.1.2 to 8.0.1 (#52) Snyk has created this PR to upgrade chai-as-promised from 7.1.2 to 8.0.1. See this package in npm: chai-as-promised See this project in Snyk: https://app.snyk.io/org/dargon789/project/7047bcc1-c955-4415-9965-fca3fc720cc3?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade @types/chai from 4.3.20 to 5.0.1 (#51) Snyk has created this PR to upgrade @types/chai from 4.3.20 to 5.0.1. See this package in npm: @types/chai See this project in Snyk: https://app.snyk.io/org/dargon789/project/f10ad62c-38d9-4570-945c-64d14b140176?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#49) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/f10ad62c-38d9-4570-945c-64d14b140176?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * [submodule "counter/lib/forge-std"] [submodule "counter/lib/forge-std"] path = counter/lib/forge-std url = https://github.com/foundry-rs/forge-std * Delete .github/workflows/defender-for-devops.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/eslint.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/workflows/e2e-tests.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Revert "feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#49)" (#58) This reverts commit 3d4797bf8283d0e0432a1bcc245aba21883d1918. * feat: upgrade react from 17.0.2 to 19.0.0 (#64) Snyk has created this PR to upgrade react from 17.0.2 to 19.0.0. See this package in yarn: react See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade next from 14.2.21 to 15.1.7 (#66) Snyk has created this PR to upgrade next from 14.2.21 to 15.1.7. See this package in yarn: next See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Delete .github/workflows/codeql.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade undici from 5.28.5 to 7.3.0 (#67) Snyk has created this PR to upgrade undici from 5.28.5 to 7.3.0. See this package in yarn: undici See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade chalk from 2.4.2 to 5.4.1 (#63) Snyk has created this PR to upgrade chalk from 2.4.2 to 5.4.1. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/dargon789/project/493afec9-46ee-406c-b759-34d7a4fd4246?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @types/chai-as-promised from 7.1.8 to 8.0.1 (#71) Snyk has created this PR to upgrade @types/chai-as-promised from 7.1.8 to 8.0.1. See this package in npm: @types/chai-as-promised See this project in Snyk: https://app.snyk.io/org/dargon789/project/9d331153-a53f-4ab9-b8d6-cf7af96dd110?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade deep-eql from 4.1.4 to 5.0.2 (#70) Snyk has created this PR to upgrade deep-eql from 4.1.4 to 5.0.2. See this package in npm: deep-eql See this project in Snyk: https://app.snyk.io/org/dargon789/project/9d331153-a53f-4ab9-b8d6-cf7af96dd110?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade io-ts from 1.10.4 to 2.2.22 (#76) Snyk has created this PR to upgrade io-ts from 1.10.4 to 2.2.22. See this package in npm: io-ts See this project in Snyk: https://app.snyk.io/org/dargon789/project/d8b67e09-3b40-4806-96b4-f31119d86353?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade env-paths from 2.2.1 to 3.0.0 (#75) Snyk has created this PR to upgrade env-paths from 2.2.1 to 3.0.0. See this package in npm: env-paths See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade semver from 6.3.1 to 7.7.1 (#59) Snyk has created this PR to upgrade semver from 6.3.1 to 7.7.1. See this package in npm: semver See this project in Snyk: https://app.snyk.io/org/dargon789/project/e3248443-6c78-4c7f-9bbb-a174d613fe7b?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#60) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade chai from 4.5.0 to 5.2.0 (#61) Snyk has created this PR to upgrade chai from 4.5.0 to 5.2.0. See this package in npm: chai See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade chai from 4.5.0 to 5.2.0 (#78) Snyk has created this PR to upgrade chai from 4.5.0 to 5.2.0. See this package in npm: chai See this project in Snyk: https://app.snyk.io/org/dargon789/project/f10ad62c-38d9-4570-945c-64d14b140176?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade fs-extra from 7.0.1 to 11.3.0 (#77) Snyk has created this PR to upgrade fs-extra from 7.0.1 to 11.3.0. See this package in npm: fs-extra See this project in Snyk: https://app.snyk.io/org/dargon789/project/f10ad62c-38d9-4570-945c-64d14b140176?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.5 to 6.42.6 (#74) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.5 to 6.42.6. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade io-ts from 1.10.4 to 2.2.22 (#73) Snyk has created this PR to upgrade io-ts from 1.10.4 to 2.2.22. See this package in npm: io-ts See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade chai-as-promised from 7.1.2 to 8.0.1 (#72) Snyk has created this PR to upgrade chai-as-promised from 7.1.2 to 8.0.1. See this package in npm: chai-as-promised See this project in Snyk: https://app.snyk.io/org/dargon789/project/c81ee404-e7cc-4057-be27-0695c3387b50?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: upgrade @docsearch/react from 3.0.0 to 3.9.0 (#84) Snyk has created this PR to upgrade @docsearch/react from 3.0.0 to 3.9.0. See this package in yarn: @docsearch/react See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @types/chai from 4.3.20 to 5.0.1 (#79) Snyk has created this PR to upgrade @types/chai from 4.3.20 to 5.0.1. See this package in npm: @types/chai See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade linaria from 2.3.1 to 6.2.0 (#82) Snyk has created this PR to upgrade linaria from 2.3.1 to 6.2.0. See this package in yarn: linaria See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Update package.json Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade react-dom from 17.0.2 to 19.0.0 (#80) Snyk has created this PR to upgrade react-dom from 17.0.2 to 19.0.0. See this package in yarn: react-dom See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.6 to 6.42.8 (#87) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.6 to 6.42.8. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * build(deps): bump the npm_and_yarn group across 1 directory with 4 updates (#86) Bumps the npm_and_yarn group with 4 updates in the /docs directory: [next](https://github.com/vercel/next.js), [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers), [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Updates `next` from 15.1.7 to 15.2.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.1.7...v15.2.3) Updates `@babel/helpers` from 7.17.2 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers) Updates `@babel/runtime-corejs3` from 7.17.2 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime-corejs3) Updates `@babel/runtime` from 7.17.2 to 7.26.10 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime-corejs3" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: upgrade ts-node from 10.8.0 to 10.9.2 (#92) Snyk has created this PR to upgrade ts-node from 10.8.0 to 10.9.2. See this package in yarn: ts-node See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade next-mdx-remote from 4.0.2 to 5.0.0 (#89) Snyk has created this PR to upgrade next-mdx-remote from 4.0.2 to 5.0.0. See this package in yarn: next-mdx-remote See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade hastscript from 7.0.2 to 9.0.1 (#91) Snyk has created this PR to upgrade hastscript from 7.0.2 to 9.0.1. See this package in yarn: hastscript See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade glob from 8.0.1 to 11.0.1 (#88) Snyk has created this PR to upgrade glob from 8.0.1 to 11.0.1. See this package in yarn: glob See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade remark-gfm from 3.0.1 to 4.0.1 (#97) Snyk has created this PR to upgrade remark-gfm from 3.0.1 to 4.0.1. See this package in yarn: remark-gfm See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: upgrade @callstack/react-theme-provider from 3.0.7 to 3.0.9 (#96) Snyk has created this PR to upgrade @callstack/react-theme-provider from 3.0.7 to 3.0.9. See this package in yarn: @callstack/react-theme-provider See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade unist-util-visit from 4.1.0 to 5.0.0 (#94) Snyk has created this PR to upgrade unist-util-visit from 4.1.0 to 5.0.0. See this package in yarn: unist-util-visit See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade remark-directive from 2.0.1 to 4.0.0 (#101) Snyk has created this PR to upgrade remark-directive from 2.0.1 to 4.0.0. See this package in yarn: remark-directive See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * [Snyk] Upgrade remark-unwrap-images from 3.0.1 to 4.0.1 (#102) * feat: upgrade remark-unwrap-images from 3.0.1 to 4.0.1 Snyk has created this PR to upgrade remark-unwrap-images from 3.0.1 to 4.0.1. See this package in yarn: remark-unwrap-images See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr * Update check-changeset-added.yml (#104) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade @ledgerhq/hw-app-eth from 6.42.8 to 6.42.9 (#99) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.8 to 6.42.9. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> Co-authored-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * build(deps): bump next (#98) (#105) Bumps the npm_and_yarn group with 1 update in the /docs directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.2.3 to 15.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.2.3...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update check-changeset-added.yml (#106) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * [Snyk] Upgrade sanitize-html from 2.13.1 to 2.15.0 (#103) * fix: upgrade sanitize-html from 2.13.1 to 2.15.0 Snyk has created this PR to upgrade sanitize-html from 2.13.1 to 2.15.0. See this package in yarn: sanitize-html See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr * Update lint.yml (#107) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> * fix: upgrade rehype-prism from 2.1.2 to 2.3.3 Snyk has created this PR to upgrade rehype-prism from 2.1.2 to 2.3.3. See this package in yarn: rehype-prism See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * fix: upgrade @ledgerhq/hw-app-eth from 6.42.9 to 6.43.0 (#109) Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.42.9 to 6.43.0. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * fix: upgrade undici from 7.5.0 to 7.6.0 Snyk has created this PR to upgrade undici from 7.5.0 to 7.6.0. See this package in yarn: undici See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr * fix: upgrade @ledgerhq/hw-app-eth from 6.43.0 to 6.43.1 Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.43.0 to 6.43.1. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * fix: upgrade react-dom from 19.0.0 to 19.1.0 Snyk has created this PR to upgrade react-dom from 19.0.0 to 19.1.0. See this package in yarn: react-dom See this project in Snyk: https://app.snyk.io/org/dargon789/project/19b60572-5ced-4e16-833c-a4b40e0cf2a9?utm_source=github&utm_medium=referral&page=upgrade-pr * Create summary.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Create nuxtjs.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * fix: upgrade @ledgerhq/hw-app-eth from 6.43.1 to 6.44.0 Snyk has created this PR to upgrade @ledgerhq/hw-app-eth from 6.43.1 to 6.44.0. See this package in npm: @ledgerhq/hw-app-eth See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * Create puppet-lint.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * fix: upgrade react from 19.0.0 to 19.1.0 Snyk has created this PR to upgrade react from 19.0.0 to 19.1.0. See this package in yarn: react See this project in Snyk: https://app.snyk.io/org/dargon789/project/3e407aef-3b59-4837-a19d-285be12aebd6?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade @types/node from 16.18.126 to 22.14.1 Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.14.1. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/4daa2133-551c-4e2d-95c2-66e300887f08?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade @nomicfoundation/hardhat-toolbox from 4.0.0 to 5.0.0 Snyk has created this PR to upgrade @nomicfoundation/hardhat-toolbox from 4.0.0 to 5.0.0. See this package in npm: @nomicfoundation/hardhat-toolbox See this project in Snyk: https://app.snyk.io/org/dargon789/project/3a2d3bc5-f771-4b0d-956e-14ce7ac7600c?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * fix: upgrade typescript from 5.0.4 to 5.8.3 Snyk has created this PR to upgrade typescript from 5.0.4 to 5.8.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/dargon789/project/3027ecf9-6dcb-4a74-84ae-5ca403a87797?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade @typescript-eslint/parser from 5.61.0 to 8.30.1 Snyk has created this PR to upgrade @typescript-eslint/parser from 5.61.0 to 8.30.1. See this package in npm: @typescript-eslint/parser See this project in Snyk: https://app.snyk.io/org/dargon789/project/3027ecf9-6dcb-4a74-84ae-5ca403a87797?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade prettier from 2.4.1 to 3.5.3 (#193) Snyk has created this PR to upgrade prettier from 2.4.1 to 3.5.3. See this package in npm: prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @types/node from 16.18.126 to 22.14.1 (#192) Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.14.1. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/35799b87-9014-4000-a900-7614aeae4a45?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Create datadog-synthetics.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 243: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update .github/workflows/datadog-synthetics.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update .github/workflows/datadog-synthetics.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Create dependency-review.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update .github/workflows/dependency-review.yml Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade eslint from 8.57.1 to 9.25.1 Snyk has created this PR to upgrade eslint from 8.57.1 to 9.25.1. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/dargon789/project/53b6e2b6-7a14-457a-a105-a156adf5f89a?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/1b39138b-0952-4471-b6e3-fa04de7c53a6?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/2c0bb5c3-7507-432e-a6b5-2de9762d778b?utm_source=github&utm_medium=referral&page=upgrade-pr * feat: upgrade viem from 1.21.4 to 2.28.0 Snyk has created this PR to upgrade viem from 1.21.4 to 2.28.0. See this package in npm: viem See this project in Snyk: https://app.snyk.io/org/dargon789/project/7047bcc1-c955-4415-9965-fca3fc720cc3?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0. 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 * feat: upgrade prettier from 2.4.1 to 3.5.3 Snyk has created this PR to upgrade prettier from 2.4.1 to 3.5.3. See this package in npm: prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/fd4d64dd-155c-4311-9360-ea3c95e0629b?utm_source=github&utm_medium=referral&page=upgrade-pr * Delete .github/workflows/datadog-synthetics.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade eslint from 8.57.1 to 9.25.1 Snyk has created this PR to upgrade eslint from 8.57.1 to 9.25.1. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/dargon789/project/9d28ce3d-a049-4a8d-8a9c-d20912589109?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade @types/node from 16.18.126 to 22.15.2 Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.15.2. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr * feat: upgrade eslint-plugin-eslint-plugin from 5.5.1 to 6.4.0 (#313) Snyk has created this PR to upgrade eslint-plugin-eslint-plugin from 5.5.1 to 6.4.0. See this package in npm: eslint-plugin-eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Create docker-image.yml (#320) * Create docker-image.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 244: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Create docker-publish.yml (#321) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0 (#317) Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.31.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade @types/node from 16.18.126 to 22.15.2 (#310) Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.15.2. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/b3b86209-3175-4a86-9d16-9325977c613a?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Update pre-release.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * feat: upgrade prettier from 2.4.1 to 3.5.3 (#307) Snyk has created this PR to upgrade prettier from 2.4.1 to 3.5.3. See this package in npm: prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/dabaf0d3-776c-40fe-a625-d0f79da7793d?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade eslint-plugin-prettier from 3.4.0 to 5.2.6 (#311) Snyk has created this PR to upgrade eslint-plugin-prettier from 3.4.0 to 5.2.6. See this package in npm: eslint-plugin-prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.2 (#312) Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 10.1.2. See this package in npm: eslint-config-prettier See this project in Snyk: https://app.snyk.io/org/dargon789/project/8f73516b-9b7b-4d90-a805-5c8eebf8fe2e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Revert "feat: upgrade eslint-config-prettier from 8.3.0 to 10.1.2 (#312)" (#332) This reverts commit 6b4234c8d2fd8b73f5b4268d6ba3d00b3bf71918. * feat: upgrade @types/node from 16.18.126 to 22.15.3 (#399) Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.15.3. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/58c67ad3-ef01-4b53-a064-85256597d6ae?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade eslint from 8.57.1 to 9.26.0 (#408) Snyk has created this PR to upgrade eslint from 8.57.1 to 9.26.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/dargon789/project/59c4663d-417a-416f-9dc6-c58e1e29acd9?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com> * feat: upgrade viem from 1.21.4 to 2.28.4 (#415) Snyk has created this PR to upgrade viem from 1.21.4 to 2.28.4. See this package in npm: viem See this project in Snyk: https://app.snyk.io/org/dargon789/project/4dd0af31-1323-4a04-9c4f-b3890bb7bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.32.0 (#420) Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.32.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/fd4d64dd-155c-4311-9360-ea3c95e0629b?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @types/node from 16.18.126 to 22.15.14 (#434) Snyk has created this PR to upgrade @types/node from 16.18.126 to 22.15.14. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/dargon789/project/64ff2fe4-69fc-4e59-a39d-6cda025a360e?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot <snyk-bot@snyk.io> * feat: upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.32.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.61.0 to 8.32.0. See this package in npm: @typescript-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/dargon789/project/b3b86209-3175-4a86-9d16-9325977c613a?utm_source=github&utm_medium=referral&page=upgrade-pr * Update bright-onions-switch.md Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update LATEST_DEPENDENCY_VERSIONS.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * build(deps): bump pbkdf2 (#798) Bumps the npm_and_yarn group with 1 update in the /docs directory: [pbkdf2](https://github.com/crypto-browserify/pbkdf2). Updates `pbkdf2` from 3.1.2 to 3.1.3 - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 3.1.3 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update config.yml (#1091) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Delete .github/ISSUE_TEMPLATE/feature-request.yml (#1757) Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> * Update yarn.lock Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update pnpm-lock.yaml Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update pnpm-workspace.yaml Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update CONTRIBUTING.md (#1813) * Update CONTRIBUTING.md Documentation Update: The main heading in CONTRIBUTING.md has been updated from an H1 (#) to an H2 (##) for improved document structure. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update .gitignore (#1814) Chores: Update .gitignore to include new ignore rules and remove outdated entries https://github.com/apps/gemini-code-assist Code Review This pull request removes a blank line from the .gitignore file. While this change is minor, I noticed a more significant issue nearby. The file docs/.env.example is being ignored, which is generally incorrect for example environment files as they are meant to be shared with all developers as a template. I have left a specific comment about this. Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update .yarnrc.yml (#1815) Update the Yarn configuration file to reference the new Yarn release and ensure valid YAML syntax Build: Bump yarnPath to .yarn/releases/yarn-4.7.0-git.20250305.hash-3c8a90a.cjs Add YAML document separator and trailing newline to .yarnrc.yml for proper formatting Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 226: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 44: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 49: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 85: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 214: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 95: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: snyk-io[bot] <141718529+snyk-io[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 .gitignore * fix: docs/package.json to reduce vulnerabilities (#1950) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963 Co-authored-by: snyk-bot <snyk-bot@snyk.io> * Update docs/src/content/hardhat-runner/docs/advanced/using-viem.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update docs/src/content/ignition/docs/guides/creating-modules.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update docs/src/content/ignition/docs/guides/creating-modules.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Update docs/src/content/ignition/docs/guides/creating-modules.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> * Potential fix for code scanning alert no. 351: Artifact poisoning (#1958) Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Legion's <64915515+Dargon789@users.noreply.github.com> Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.norepl…
634060d to
dd4eb86
Compare
…argon789/hardhat-project into main-Vercel-deployment-(#1928)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
…nt.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.