Skip to content

Commit d5e02d0

Browse files
committed
chore: update Node.js version to 22 and upgrade vite-plugin-compression2 to 2.0.1
1 parent 1cff3ca commit d5e02d0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.0
1+
v22

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine AS builder
1+
FROM node:22-alpine AS builder
22

33
WORKDIR /app
44

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8282,10 +8282,10 @@ victory-vendor@^36.6.8:
82828282
d3-time "^3.0.0"
82838283
d3-timer "^3.0.1"
82848284

8285-
vite-plugin-compression2@^1.3.3:
8286-
version "1.3.3"
8287-
resolved "https://registry.npmjs.org/vite-plugin-compression2/-/vite-plugin-compression2-1.3.3.tgz"
8288-
integrity sha512-Mb+xi/C5b68awtF4fNwRBPtoZiyUHU3I0SaBOAGlerlR31kusq1si6qG31lsjJH8T7QNg/p3IJY2HY9O9SvsfQ==
8285+
vite-plugin-compression2@2.0.1:
8286+
version "2.0.1"
8287+
resolved "https://registry.yarnpkg.com/vite-plugin-compression2/-/vite-plugin-compression2-2.0.1.tgz#caa70707c9d8c4503ad3bdc55d2f34c29ab340a7"
8288+
integrity sha512-/eD8rKZeaajBoCo8SFUiXRzEqRZI3mzQdilzp86IHOvg2Mr+8XtE3e769kKxp26HaB9v/d4JWEfnlFeRqja4Dw==
82898289
dependencies:
82908290
"@rollup/pluginutils" "^5.1.0"
82918291
tar-mini "^0.2.0"

0 commit comments

Comments
 (0)