diff --git a/Dockerfile b/Dockerfile index ecb34ae06..305fbb9e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN \ --no-modify-path \ --profile minimal \ --target wasm32-unknown-emscripten \ - --default-toolchain nightly-2024-01-20 \ + --default-toolchain nightly-2024-02-10 \ --component rust-src # Cache settings diff --git a/build.sh b/build.sh index 028253028..97bcba659 100755 --- a/build.sh +++ b/build.sh @@ -163,20 +163,20 @@ export RUSTFLAGS+=" --remap-path-prefix=$DEPS/=" # Dependency version numbers VERSION_ZLIB_NG=2.1.6 # https://github.com/zlib-ng/zlib-ng VERSION_FFI=3.4.4 # https://github.com/libffi/libffi -VERSION_GLIB=2.79.0 # https://gitlab.gnome.org/GNOME/glib -VERSION_EXPAT=2.5.0 # https://github.com/libexpat/libexpat +VERSION_GLIB=2.79.1 # https://gitlab.gnome.org/GNOME/glib +VERSION_EXPAT=2.6.0 # https://github.com/libexpat/libexpat VERSION_EXIF=0.6.24 # https://github.com/libexif/libexif VERSION_LCMS2=2.16 # https://github.com/mm2/Little-CMS VERSION_HWY=1.0.7 # https://github.com/google/highway VERSION_BROTLI=1.1.0 # https://github.com/google/brotli VERSION_MOZJPEG=4.1.5 # https://github.com/mozilla/mozjpeg -VERSION_JXL=0.9.1 # https://github.com/libjxl/libjxl +VERSION_JXL=0.9.2 # https://github.com/libjxl/libjxl VERSION_SPNG=0.7.4 # https://github.com/randy408/libspng VERSION_IMAGEQUANT=2.4.1 # https://github.com/lovell/libimagequant VERSION_CGIF=0.3.2 # https://github.com/dloebl/cgif VERSION_WEBP=1.3.2 # https://chromium.googlesource.com/webm/libwebp VERSION_TIFF=4.6.0 # https://gitlab.com/libtiff/libtiff -VERSION_RESVG=0.37.0 # https://github.com/RazrFalcon/resvg +VERSION_RESVG=0.39.0 # https://github.com/RazrFalcon/resvg VERSION_AOM=3.8.1 # https://aomedia.googlesource.com/aom VERSION_HEIF=1.17.6 # https://github.com/strukturag/libheif VERSION_VIPS=8.15.1 # https://github.com/libvips/libvips diff --git a/playground/package.json b/playground/package.json index e70c43faa..bbbbe2eb7 100644 --- a/playground/package.json +++ b/playground/package.json @@ -22,14 +22,14 @@ "devDependencies": { "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^12.0.2", - "css-loader": "^6.9.1", - "fflate": "^0.8.1", + "css-loader": "^6.10.0", + "fflate": "^0.8.2", "html-webpack-plugin": "^5.6.0", - "mini-css-extract-plugin": "^2.7.7", - "monaco-editor": "^0.45.0", + "mini-css-extract-plugin": "^2.8.0", + "monaco-editor": "^0.46.0", "monaco-editor-webpack-plugin": "^7.1.0", "terser-webpack-plugin": "^5.3.10", - "webpack": "^5.89.0", + "webpack": "^5.90.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1" } diff --git a/test/unit/index.html b/test/unit/index.html index a0e2fb93a..5f1f20861 100644 --- a/test/unit/index.html +++ b/test/unit/index.html @@ -4,7 +4,7 @@