Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Apr 6, 2024
1 parent 6adbab3 commit ceadf52
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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 }}

Expand All @@ -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/[email protected].0
uses: crytic/[email protected].2
with:
node-version: 20

Expand All @@ -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/[email protected]
with:
Expand Down
33 changes: 20 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@
"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",
"rimraf": "^5.0.5",
"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": {
Expand Down

0 comments on commit ceadf52

Please sign in to comment.