From ceadf529a88d6d5ba18c10bccf2d8c9e01529b92 Mon Sep 17 00:00:00 2001 From: Vittorio Minacori Date: Sat, 6 Apr 2024 10:54:57 +0200 Subject: [PATCH] chore: update dependencies --- .github/actions/setup/action.yml | 4 ++-- .github/workflows/ci.yml | 14 +++++++------- package-lock.json | 33 +++++++++++++++++++------------- package.json | 6 +++--- 4 files changed, 32 insertions(+), 25 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index e92dc84..b89643c 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,12 +4,12 @@ runs: using: composite steps: - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v4.0.2 with: node-version: 20 - name: Setup Cache - uses: actions/cache@v4 + uses: actions/cache@v4.0.2 id: cache with: path: '**/node_modules' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf1f8d0..bde6458 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: FORCE_COLOR: 1 steps: - name: Setup Code - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.1 - name: Setup Environment uses: ./.github/actions/setup @@ -32,7 +32,7 @@ jobs: FORCE_COLOR: 1 steps: - name: Setup Code - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.1 - name: Setup Environment uses: ./.github/actions/setup @@ -50,7 +50,7 @@ jobs: FORCE_COLOR: 1 steps: - name: Setup Code - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.1 - name: Setup Environment uses: ./.github/actions/setup @@ -59,7 +59,7 @@ jobs: run: npm run coverage - name: Post to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.2.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -70,13 +70,13 @@ jobs: FORCE_COLOR: 1 steps: - name: Setup Code - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.1 - name: Setup Environment uses: ./.github/actions/setup - name: Run Slither - uses: crytic/slither-action@v0.3.0 + uses: crytic/slither-action@v0.3.2 with: node-version: 20 @@ -86,7 +86,7 @@ jobs: env: FORCE_COLOR: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.1 - name: Run CodeSpell uses: codespell-project/actions-codespell@v2.0 with: diff --git a/package-lock.json b/package-lock.json index 38a9669..e398d1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "graphlib": "^2.1.8", "hardhat": "^2.22.2", "hardhat-exposed": "^0.3.15", - "hardhat-gas-reporter": "^2.0.2", + "hardhat-gas-reporter": "^2.1.1", "lite-server": "^2.6.1", "prettier": "^3.2.5", "prettier-plugin-solidity": "^1.3.1", @@ -34,12 +34,12 @@ "sol2uml": "^2.5.20", "solhint": "^4.5.2", "solhint-plugin-openzeppelin": "file:scripts/solhint-custom", - "solidity-coverage": "^0.8.11", + "solidity-coverage": "^0.8.12", "solidity-docgen": "^0.6.0-beta.36", "surya": "^0.4.11", "truffle": "^5.11.5", "truffle-flattener": "^1.6.0", - "vitepress": "^1.0.1", + "vitepress": "^1.0.2", "yargs": "^17.7.2" } }, @@ -8509,6 +8509,12 @@ "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==", "dev": true }, + "node_modules/brotli-wasm": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brotli-wasm/-/brotli-wasm-2.0.1.tgz", + "integrity": "sha512-+3USgYsC7bzb5yU0/p2HnnynZl0ak0E6uoIm4UW4Aby/8s8HFCq6NCfrrf1E9c3O8OCSzq3oYO1tUVqIi61Nww==", + "dev": true + }, "node_modules/browser-stdout": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", @@ -17334,9 +17340,9 @@ } }, "node_modules/hardhat-gas-reporter": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hardhat-gas-reporter/-/hardhat-gas-reporter-2.0.2.tgz", - "integrity": "sha512-i/+g+dX+/+MZ7L4M5NE78TgjDgnE3dINhsNUJmjwbqR3cLSMPrsEyiee+/1c5w32JSD08SKyDf+8W9Q5iC+zLw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/hardhat-gas-reporter/-/hardhat-gas-reporter-2.1.1.tgz", + "integrity": "sha512-h3PAU7iDiPNqPA4i7GcKgnIZsN3UIdALM4gdJNoTtfmF9PGVne5nFZRNX1N7Y2Mx+znbBqeV1mS7o/i6T7NkTg==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.7.0", @@ -17344,6 +17350,7 @@ "@ethersproject/units": "^5.7.0", "@solidity-parser/parser": "^0.18.0", "axios": "^1.6.7", + "brotli-wasm": "^2.0.1", "chalk": "4.1.2", "cli-table3": "^0.6.3", "ethereum-cryptography": "^2.1.3", @@ -23945,9 +23952,9 @@ "dev": true }, "node_modules/solidity-coverage": { - "version": "0.8.11", - "resolved": "https://registry.npmjs.org/solidity-coverage/-/solidity-coverage-0.8.11.tgz", - "integrity": "sha512-yy0Yk+olovBbXn0Me8BWULmmv7A69ZKkP5aTOJGOO8u61Tu2zS989erfjtFlUjDnfWtxRAVkd8BsQD704yLWHw==", + "version": "0.8.12", + "resolved": "https://registry.npmjs.org/solidity-coverage/-/solidity-coverage-0.8.12.tgz", + "integrity": "sha512-8cOB1PtjnjFRqOgwFiD8DaUsYJtVJ6+YdXQtSZDrLGf8cdhhh8xzTtGzVTGeBf15kTv0v7lYPJlV/az7zLEPJw==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.0.9", @@ -23960,7 +23967,7 @@ "global-modules": "^2.0.0", "globby": "^10.0.1", "jsonschema": "^1.2.4", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "mocha": "^10.2.0", "node-emoji": "^1.10.0", "pify": "^4.0.1", @@ -25993,9 +26000,9 @@ } }, "node_modules/vitepress": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.1.tgz", - "integrity": "sha512-eNr5pOBppYUUjEhv8S0S2t9Tv95LQ6mMeHj6ivaGwfHxpov70Vduuwl/QQMDRznKDSaP0WKV7a82Pb4JVOaqEw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.2.tgz", + "integrity": "sha512-bEj9yTEdWyewJFOhEREZF+mXuAgOq27etuJZT6DZSp+J3XpQstXMJc5piSVwhZBtuj8OfA0iXy+jdP1c71KMYQ==", "dev": true, "dependencies": { "@docsearch/css": "^3.6.0", diff --git a/package.json b/package.json index 96c175a..3a6a870 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "graphlib": "^2.1.8", "hardhat": "^2.22.2", "hardhat-exposed": "^0.3.15", - "hardhat-gas-reporter": "^2.0.2", + "hardhat-gas-reporter": "^2.1.1", "lite-server": "^2.6.1", "prettier": "^3.2.5", "prettier-plugin-solidity": "^1.3.1", @@ -77,12 +77,12 @@ "sol2uml": "^2.5.20", "solhint": "^4.5.2", "solhint-plugin-openzeppelin": "file:scripts/solhint-custom", - "solidity-coverage": "^0.8.11", + "solidity-coverage": "^0.8.12", "solidity-docgen": "^0.6.0-beta.36", "surya": "^0.4.11", "truffle": "^5.11.5", "truffle-flattener": "^1.6.0", - "vitepress": "^1.0.1", + "vitepress": "^1.0.2", "yargs": "^17.7.2" }, "dependencies": {