diff --git a/README.md b/README.md index a160015..df40401 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ The following table lists the release version of this repo together with the ver | 4.2.0 | 0.33.5 | 8.15.3 | 1.18.2 | 1.4.0 | 1.0.15 | 3.6 | 3.9.1 | 20 | | 5.0.0 | 0.34.3 | 8.17.1 | 1.20.1 | 1.6.0 | 1.0.16 | 4.1 | 3.12.1 | 22 | | 5.1.0 | 0.34.4 | 8.17.2 | 1.20.2 | 1.6.0 | 1.0.16 | 4.1 | 3.13.1 | 22 | +| upstream | 0.34.5 | 8.17.3 | 1.20.2 | 1.6.0 | 1.0.16 | 4.1 | 3.13.1 | 24 | ### CompatibleRuntimes - `nodejs12.x` (v1.x) @@ -86,6 +87,7 @@ The following table lists the release version of this repo together with the ver - `nodejs16.x` (v3.x) - `nodejs20.x` (v4.x) - `nodejs22.x` (v5.x) +- `nodejs24.x` (upstream) ## Contributions If you would like to contribute to this repository, please open an issue or submit a PR. diff --git a/buildspec.yml b/buildspec.yml index 50e8514..45d5e88 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -9,7 +9,7 @@ env: phases: install: runtime-versions: - nodejs: 22 + nodejs: 24 pre_build: commands: - NODE_ENV=development npm ci diff --git a/examples/src/package.json b/examples/src/package.json index 1be2cd2..6a6cd74 100644 --- a/examples/src/package.json +++ b/examples/src/package.json @@ -9,6 +9,6 @@ "author": "Andreas Zoellner", "license": "MIT", "engines": { - "node": ">=22.11" + "node": ">=24.11" } } diff --git a/examples/template.yaml b/examples/template.yaml index 9bfd81e..c32f78c 100644 --- a/examples/template.yaml +++ b/examples/template.yaml @@ -8,7 +8,7 @@ Resources: Properties: CodeUri: ./src/ Handler: index.handler - Runtime: nodejs22.x + Runtime: nodejs24.x Timeout: 10 MemorySize: 1024 Layers: diff --git a/layer/Makefile b/layer/Makefile index a12792f..9dcb137 100644 --- a/layer/Makefile +++ b/layer/Makefile @@ -4,8 +4,8 @@ LIBDE265_VERSION=1.0.16 LIBAOM_VERSION=3.13.1 X265_VERSION=4.1 LIBHEIF_VERSION=1.20.2 -VIPS_VERSION=8.17.2 -SHARP_VERSION=0.34.4 +VIPS_VERSION=8.17.3 +SHARP_VERSION=0.34.5 PREFIX_PATH=/usr/local LIB_PATH=$(PREFIX_PATH)/lib diff --git a/layer/src/package.json b/layer/src/package.json index bb761a8..659c469 100644 --- a/layer/src/package.json +++ b/layer/src/package.json @@ -8,7 +8,7 @@ "license": "MIT", "devDependencies": {}, "engines": { - "node": ">=22.11" + "node": ">=24.11" }, "dependencies": { "sharp": "0.34.2" diff --git a/package-lock.json b/package-lock.json index aaf103e..dc100b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -245,6 +245,7 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -433,6 +434,7 @@ "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", diff --git a/template.yaml b/template.yaml index 799ce6a..1eafa02 100644 --- a/template.yaml +++ b/template.yaml @@ -28,7 +28,7 @@ Resources: Description: Sharp Layer with HEIC Support ContentUri: ./layer/ CompatibleRuntimes: - - nodejs22.x + - nodejs24.x LicenseInfo: "MIT" RetentionPolicy: Retain Metadata: