Skip to content

Commit dcf155c

Browse files
authored
Merge pull request #38 from faradaytrs/main
Sharp 0.34.4 & deps update
2 parents 60bab1a + b041ea5 commit dcf155c

File tree

4 files changed

+42
-39
lines changed

4 files changed

+42
-39
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The following table lists the release version of this repo together with the ver
7878
| 4.1.3 | 0.33.3 | 8.15.2 | 1.17.6 | 1.4.0 | 1.0.15 | 3.6 | | 20 |
7979
| 4.2.0 | 0.33.5 | 8.15.3 | 1.18.2 | 1.4.0 | 1.0.15 | 3.6 | 3.9.1 | 20 |
8080
| 5.0.0 | 0.34.3 | 8.17.1 | 1.20.1 | 1.6.0 | 1.0.16 | 4.1 | 3.12.1 | 22 |
81+
| upstream | 0.34.4 | 8.17.2 | 1.20.2 | 1.6.0 | 1.0.16 | 4.1 | 3.12.1 | 22 |
8182

8283
### CompatibleRuntimes
8384
- `nodejs12.x` (v1.x)

layer/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Library Versions
22
WEBP_VERSION=1.6.0
33
LIBDE265_VERSION=1.0.16
4-
LIBAOM_VERSION=3.12.1
4+
LIBAOM_VERSION=3.13.1
55
X265_VERSION=4.1
6-
LIBHEIF_VERSION=1.20.1
7-
VIPS_VERSION=8.17.1
8-
SHARP_VERSION=0.34.3
6+
LIBHEIF_VERSION=1.20.2
7+
VIPS_VERSION=8.17.2
8+
SHARP_VERSION=0.34.4
99

1010
PREFIX_PATH=/usr/local
1111
LIB_PATH=$(PREFIX_PATH)/lib

package-lock.json

Lines changed: 36 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"node": ">=22.11"
2929
},
3030
"devDependencies": {
31-
"eslint": "^9.31.0"
31+
"eslint": "^9.38.0"
3232
}
3333
}

0 commit comments

Comments
 (0)