chore: update dependencies (#64)

Co-authored-by: Veaceslav Doina <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
Ben Bierens 2023-08-10 13:20:29 +02:00 committed by GitHub
parent b4e4897a37
commit ac38d7f837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 402 additions and 333 deletions

View File

@ -1,5 +1,5 @@
# Variables
ARG BUILDER=node:18.16.0-alpine3.17
ARG BUILDER=node:18.17.0-alpine3.17
ARG IMAGE=${BUILDER}
ARG APP_USER=root
ARG APP_HOME=/hardhat
@ -14,7 +14,7 @@ ARG APP_HOME
# Install fail on arm64 without additional packages
RUN if [ $(uname -m) = "aarch64" ] ; then \
if [ $(awk -F '=' '/^ID/ {print $2}' /etc/os-release) = "alpine" ] ; then \
apk add --update --no-cache python3 python3 make g++ ; \
apk add --update --no-cache python3 make g++ ; \
else \
apt-get update && apt-get install -y python3 make g++ && rm -rf /var/lib/apt/lists/* ; \
fi \

727
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,8 @@
"chai": "^4.3.7",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"hardhat": "^2.12.7",
"hardhat-deploy": "^0.11.23",
"hardhat": "^2.17.1",
"hardhat-deploy": "^0.11.34",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"prettier": "^2.8.2",
"prettier-plugin-solidity": "^1.1.1",