NXT-10733: Update package dependencies to fix security vulnerabilities #267
Travis CI / Travis CI - Pull Request
succeeded
Mar 24, 2026 in 5m 49s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #267 NXT-10733 Update deps.
Any changes that have been made to the develop branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | Node.js | OS | State |
|---|---|---|---|
| lts\/\* | Linux | passed | |
| 22 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Focal) |
| Node.js Versions | lts/*, 22 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"lts/*",
"22"
],
"sudo": false,
"install": [
"npm config set prefer-offline false",
"git clone --branch=develop --depth 1 https://github.com/enactjs/cli ../cli",
"pushd ../cli",
"npm install",
"npm link",
"popd",
"npm install --legacy-peer-deps"
],
"script": [
"echo -e \"\\x1b\\x5b35;1m*** Linting docs...\\x1b\\x5b0m\"",
"npm run lint -- --report-unused-disable-directives --max-warnings 0 .",
"echo -e \"\\x1b\\x5b35;1m*** Linting complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Parsing docs...\\x1b\\x5b0m\"",
"npm run parse",
"echo -e \"\\x1b\\x5b35;1m*** Parsing complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Building sample runner...\\x1b\\x5b0m\"",
"npm run make-runner",
"echo -e \"\\x1b\\x5b35;1m*** Building sampler runner complete\\x1b\\x5b0m\"",
"echo -e \"\\x1b\\x5b35;1m*** Generating docs...\\x1b\\x5b0m\"",
"npm run build",
"echo -e \"\\x1b\\x5b35;1m*** Doc generation complete\\x1b\\x5b0m\""
]
}
Loading