Skip to content

Commit 4248bfb

Browse files
committed
Update Expat to 2.7.3
1 parent b788b49 commit 4248bfb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/viz/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Update Expat to 2.7.3.
6+
37
## 3.18.0
48

59
* Update Graphviz to 14.0.0.

packages/viz/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM emscripten/emsdk:3.1.70 AS graphviz
22

33
ENV PREFIX=/prefix
44

5-
ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_2/expat-2.7.2.tar.gz" ./expat.tar.gz
5+
ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_3/expat-2.7.3.tar.gz" ./expat.tar.gz
66

77
RUN mkdir -p expat && tar -zxf ./expat.tar.gz --strip-components 1 --directory expat
88
RUN cd expat && emconfigure ./configure \

0 commit comments

Comments
 (0)