Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 061107f commit ed23212
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 43 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.frontend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.7.3-alpine3.20 AS base
FROM node:22.12.0-alpine3.20 AS base

WORKDIR /app
COPY ./frontend/package*.json .
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.hardhat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11-alpine3.19
FROM node:22.12-alpine3.19

# Create non-root user
RUN addgroup -S hardhat-group && adduser -S hardhat-user -G hardhat-group
Expand Down
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.7.3
22.12.0
49 changes: 10 additions & 39 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/jsdom": "^21.1.6",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.5",
"@types/node": "^22.0.0",
"@types/selenium-webdriver": "^4.1.22",
"@types/sinon": "^17.0.3",
"@types/splitpanes": "^2.2.6",
Expand Down

0 comments on commit ed23212

Please sign in to comment.