Skip to content

Commit e3dd9fa

Browse files
authored
chore: Bump node 16 -> 18 (0xProject#1267)
1 parent 7a1756a commit e3dd9fa

File tree

5 files changed

+22
-20
lines changed

5 files changed

+22
-20
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x]
15+
node-version: [18.x]
1616

1717
steps:
1818
- name: Checkout repository

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18.14.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1
2-
FROM node:16-alpine as yarn-install
2+
FROM node:18-alpine as yarn-install
33
WORKDIR /usr/src/app
44
# Install app dependencies
55
COPY package.json yarn.lock ./
@@ -11,7 +11,7 @@ RUN apk update && \
1111
yarn cache clean
1212

1313
# Runtime container with minimal dependencies
14-
FROM node:16-alpine
14+
FROM node:18-alpine
1515

1616
RUN apk update && \
1717
apk upgrade && \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"@0x/contract-addresses": "^8.0.3",
105105
"@0x/contract-wrappers": "^13.22.16",
106106
"@0x/contracts-zero-ex": "^0.38.6",
107-
"@0x/fast-abi": "^0.0.5",
107+
"@0x/fast-abi": "0.0.7",
108108
"@0x/json-schemas": "^6.4.4",
109109
"@0x/neon-router": "^0.3.5",
110110
"@0x/order-utils": "^10.4.28",

yarn.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@
262262
lodash "^4.17.21"
263263
web3-provider-engine "16.0.4"
264264

265-
"@0x/fast-abi@^0.0.5":
266-
version "0.0.5"
267-
resolved "https://registry.yarnpkg.com/@0x/fast-abi/-/fast-abi-0.0.5.tgz#f87265c8293df7930c94e0d65c0f98a583bf9901"
268-
integrity sha512-mb+CSeLi73N98sCS/Wn250emgt1VeON91NFlI0oVakHuzzvWWfvn83294wPRYAmoin0IHFXkBsj3OwQA9hCLqw==
265+
"@0x/fast-abi@0.0.7":
266+
version "0.0.7"
267+
resolved "https://registry.yarnpkg.com/@0x/fast-abi/-/fast-abi-0.0.7.tgz#695add4bd8c05c17931086bfd9b2ec65cfaa7331"
268+
integrity sha512-2M+RXBHhtcsaUzQnvEEtmNvhyWQWjvg4Q8iM6GdFMjbc7TBU+0WAmdrTn00xxXvx7hPBdKAztncAXoqki1WUag==
269269
dependencies:
270-
"@mapbox/node-pre-gyp" "^1.0.4"
271-
cargo-cp-artifact "^0.1.6"
270+
"@mapbox/node-pre-gyp" "^1.0.10"
271+
cargo-cp-artifact "^0.1.7"
272272
uuid "^8.3.2"
273273

274274
"@0x/json-schemas@^5.4.1":
@@ -1599,14 +1599,15 @@
15991599
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-5.50.0.tgz#29c6419e8379d496ab6d0426eadf3c4d100cd186"
16001600
integrity sha512-swKHYCOZUGyVt4ge0u8a7AwNcA//h4nx5wIi0sruGye1IJ5Cva0GyK9L2/WdX+kWVTKp92ZiEo1df31lrWGPgA==
16011601

1602-
"@mapbox/node-pre-gyp@^1.0.4":
1603-
version "1.0.8"
1604-
resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.8.tgz#32abc8a5c624bc4e46c43d84dfb8b26d33a96f58"
1602+
"@mapbox/node-pre-gyp@^1.0.10":
1603+
version "1.0.10"
1604+
resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz#8e6735ccebbb1581e5a7e652244cadc8a844d03c"
1605+
integrity sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==
16051606
dependencies:
1606-
detect-libc "^1.0.3"
1607+
detect-libc "^2.0.0"
16071608
https-proxy-agent "^5.0.0"
16081609
make-dir "^3.1.0"
1609-
node-fetch "^2.6.5"
1610+
node-fetch "^2.6.7"
16101611
nopt "^5.0.0"
16111612
npmlog "^5.0.1"
16121613
rimraf "^3.0.2"
@@ -3845,9 +3846,10 @@ capture-stack-trace@^1.0.0:
38453846
version "1.0.1"
38463847
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d"
38473848

3848-
cargo-cp-artifact@^0.1.6:
3849-
version "0.1.6"
3850-
resolved "https://registry.yarnpkg.com/cargo-cp-artifact/-/cargo-cp-artifact-0.1.6.tgz#df1bc9dad036ae0f4230639a869182e1d5850f89"
3849+
cargo-cp-artifact@^0.1.7:
3850+
version "0.1.7"
3851+
resolved "https://registry.yarnpkg.com/cargo-cp-artifact/-/cargo-cp-artifact-0.1.7.tgz#1181b9d6e71f00f17c068c05e3cd1b0864783341"
3852+
integrity sha512-pxEV9p1on8vu3BOKstVisF9TwMyGKCBRvzaVpQHuU2sLULCKrn3MJWx/4XlNzmG6xNCTPf78DJ7WCGgr2mOzjg==
38513853

38523854
caseless@~0.12.0:
38533855
version "0.12.0"
@@ -9135,7 +9137,7 @@ node-fetch@^1.0.1, node-fetch@~1.7.1:
91359137
encoding "^0.1.11"
91369138
is-stream "^1.0.1"
91379139

9138-
node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.5, node-fetch@^2.6.7:
9140+
node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
91399141
version "2.6.7"
91409142
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
91419143
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==

0 commit comments

Comments
 (0)