Skip to content

Commit e53acde

Browse files
committed
Update dependencies
1 parent 490ea58 commit e53acde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
--no-modify-path \
3333
--profile minimal \
3434
--target wasm32-unknown-emscripten \
35-
--default-toolchain nightly-2025-12-04 \
35+
--default-toolchain nightly-2025-12-17 \
3636
--component rust-src
3737

3838
# Cache settings

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ VERSION_BROTLI=1.2.0 # https://github.com/google/brotli
184184
VERSION_MOZJPEG=0826579 # https://github.com/mozilla/mozjpeg
185185
VERSION_UHDR=1.4.0 # https://github.com/google/libultrahdr
186186
VERSION_JXL=0.11.1 # https://github.com/libjxl/libjxl
187-
VERSION_PNG=1.6.52 # https://github.com/pnggroup/libpng
187+
VERSION_PNG=1.6.53 # https://github.com/pnggroup/libpng
188188
VERSION_IMAGEQUANT=2.4.1 # https://github.com/lovell/libimagequant
189189
VERSION_CGIF=0.5.0 # https://github.com/dloebl/cgif
190190
VERSION_WEBP=1.6.0 # https://chromium.googlesource.com/webm/libwebp

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"mini-css-extract-plugin": "^2.9.4",
2929
"monaco-editor": "^0.55.1",
3030
"monaco-editor-webpack-plugin": "^7.1.1",
31-
"terser-webpack-plugin": "^5.3.14",
32-
"webpack": "^5.103.0",
31+
"terser-webpack-plugin": "^5.3.16",
32+
"webpack": "^5.104.0",
3333
"webpack-cli": "^6.0.1",
3434
"webpack-dev-server": "^5.2.2"
3535
}

0 commit comments

Comments
 (0)