diff --git a/.ci/build.sh b/.ci/build.sh index 65d7bf4..2694388 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -5,5 +5,5 @@ npm ci npm run lint:prettier npm run lint:eslint npx license-check --ignoreRegex "@nmshd/*" -npx better-npm-audit audit --exclude 1113371 +npx better-npm-audit audit npm run build diff --git a/package-lock.json b/package-lock.json index f6b93dd..4c72875 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "typescript": "^5.9.3" }, "engines": { - "node": ">=24.13.1" + "node": ">=24.14.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 9ef2221..207e0ab 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "typescript": "^5.9.3" }, "engines": { - "node": ">=24.13.1" + "node": ">=24.14.0" }, "publishConfig": { "access": "public",