sql.js 1.9.0 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
24
24
  # Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
25
25
  ENV EMSDK /emsdk
26
26
  # We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version
27
- ENV EMSCRIPTEN_VERSION 3.1.49
27
+ ENV EMSCRIPTEN_VERSION 3.1.51
28
28
 
29
29
  RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
30
30