diff --git a/.github/workflows/secrets_scanner.yaml b/.github/workflows/secrets_scanner.yaml index 047158da..087e60f5 100644 --- a/.github/workflows/secrets_scanner.yaml +++ b/.github/workflows/secrets_scanner.yaml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@06bbd6fd493fcac4a6db0e4850a92bcf932fafed # v3.81.10 + uses: trufflesecurity/trufflehog@e96c8e2f0aa3ebb039fa81e5226c58e2aa3ef6e6 # v3.82.3 with: path: ./ base: ${{ github.event.repository.default_branch }} diff --git a/bun.lockb b/bun.lockb index baa295eb..ebe1d437 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/code/multisig/package-lock.json b/code/multisig/package-lock.json index cf499f55..d2b82708 100644 --- a/code/multisig/package-lock.json +++ b/code/multisig/package-lock.json @@ -10,13 +10,13 @@ "@matterlabs/hardhat-zksync": "1.1.0", "@matterlabs/zksync-contracts": "^0.6.1", "@openzeppelin/contracts": "4.9.5", - "@types/chai": "^4.3.16", - "@types/mocha": "^10.0.7", + "@types/chai": "^4.3.19", + "@types/mocha": "^10.0.8", "chai": "^4.5.0", "dotenv": "^16.4.5", "ethers": "^6.13.2", "hardhat": "^2.22.7", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "ts-node": "^10.9.2", "typescript": "^5.5.4", "zksync-ethers": "^6.11.0" diff --git a/code/multisig/package.json b/code/multisig/package.json index 292a71bd..9b6f5cb5 100644 --- a/code/multisig/package.json +++ b/code/multisig/package.json @@ -17,13 +17,13 @@ "@matterlabs/hardhat-zksync": "1.1.0", "@matterlabs/zksync-contracts": "^0.6.1", "@openzeppelin/contracts": "4.9.5", - "@types/chai": "^4.3.16", - "@types/mocha": "^10.0.7", + "@types/chai": "^4.3.19", + "@types/mocha": "^10.0.8", "chai": "^4.5.0", "dotenv": "^16.4.5", "ethers": "^6.13.2", "hardhat": "^2.22.7", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "ts-node": "^10.9.2", "typescript": "^5.5.4", "zksync-ethers": "^6.11.0" diff --git a/package.json b/package.json index a9f89147..85529f0f 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ "@iconify-json/simple-icons": "^1.2.1", "@iconify-json/vscode-icons": "^1.2.0", "@nuxt/content": "^2.13.2", - "@nuxt/eslint": "^0.5.5", - "@nuxt/fonts": "^0.7.2", + "@nuxt/eslint": "^0.5.7", + "@nuxt/fonts": "^0.9.1", "@nuxt/image": "^1.8.0", - "@nuxt/ui": "^2.18.4", - "@nuxt/ui-pro": "^1.4.1", - "@nuxtjs/seo": "^2.0.0-rc.20", + "@nuxt/ui": "^2.18.6", + "@nuxt/ui-pro": "^1.4.3", + "@nuxtjs/seo": "^2.0.0-rc.21", "dayjs": "^1.11.13", "nuxt": "^3.13.1", "nuxt-gtag": "^2.1.0",