Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 504072b commit 5bd9dfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.14.0-bookworm as build
FROM node:20.15.1-bookworm as build

RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \
export DEBIAN_FRONTEND=noninteractive && \
Expand Down
2 changes: 1 addition & 1 deletion art_engine/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.3
20.15.1
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nomiclabs/hardhat-solhint": "3.1.0",
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/subgraphs": "0.1.8-5",
"@types/node": "20.14.5",
"@types/node": "20.14.10",
"hardhat": "2.22.5",
"solhint": "5.0.1"
},
Expand Down

0 comments on commit 5bd9dfe

Please sign in to comment.