diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 459fd8df..e5b16e1a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ jobs: os: - ubuntu-latest node_version: - - 18 + - 20 steps: - name: Checkout diff --git a/.github/workflows/test-createx.yml b/.github/workflows/test-createx.yml index 00103396..5976deb4 100644 --- a/.github/workflows/test-createx.yml +++ b/.github/workflows/test-createx.yml @@ -17,7 +17,7 @@ jobs: os: - ubuntu-latest node_version: - - 18 + - 20 go_version: - 1.21.3 diff --git a/README.md b/README.md index e1f6fdf5..0d487998 100644 --- a/README.md +++ b/README.md @@ -2096,7 +2096,7 @@ You can broadcast the transaction using either [`ethers.js`](https://docs.ethers #### [`ethers.js`](https://docs.ethers.org/v6/) -It is recommended to install [`pnpm`](https://pnpm.io) through the `npm` package manager, which comes bundled with [Node.js](https://nodejs.org/en) when you install it on your system. It is recommended to use a Node.js version `>= 18.0.0`. +It is recommended to install [`pnpm`](https://pnpm.io) through the `npm` package manager, which comes bundled with [Node.js](https://nodejs.org/en) when you install it on your system. It is recommended to use a Node.js version `>= 20.0.0`. Once you have `npm` installed, you can run the following both to install and upgrade `pnpm`: diff --git a/lib/openzeppelin-contracts b/lib/openzeppelin-contracts index 6ba452de..88512b23 160000 --- a/lib/openzeppelin-contracts +++ b/lib/openzeppelin-contracts @@ -1 +1 @@ -Subproject commit 6ba452dea4258afe77726293435f10baf2bed265 +Subproject commit 88512b23d2bf5714b5d1bd59feee1d912439689d diff --git a/lib/solady b/lib/solady index cb801a60..c8051ecd 160000 --- a/lib/solady +++ b/lib/solady @@ -1 +1 @@ -Subproject commit cb801a60f8319a148697b09d19b748d04e3d65c4 +Subproject commit c8051ecd7ca7687c26a3c90aedf33bd8a4ac594e diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8fdd9354..08b6bd74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1166,10 +1166,10 @@ packages: config-chain: 1.1.13 dev: true - /@scure/base@1.1.4: + /@scure/base@1.1.5: resolution: { - integrity: sha512-wznebWtt+ejH8el87yuD4i9xLSbYZXf1Pe4DY0o/zq/eg5I0VQVXVbFs6XIM0pNVCJ/uE3t5wI9kh90mdLUxtw==, + integrity: sha512-Brj9FiG2W1MRQSTB212YVPRrcbjkv48FoZi/u4l/zds/ieRrqsh7aUf6CLwkAq61oKXr/ZlTzlY66gLIj3TFTQ==, } dev: true @@ -1181,7 +1181,7 @@ packages: dependencies: "@noble/hashes": 1.2.0 "@noble/secp256k1": 1.7.1 - "@scure/base": 1.1.4 + "@scure/base": 1.1.5 dev: true /@scure/bip39@1.1.1: @@ -1191,7 +1191,7 @@ packages: } dependencies: "@noble/hashes": 1.2.0 - "@scure/base": 1.1.4 + "@scure/base": 1.1.5 dev: true /@sentry/core@5.30.0: