Skip to content

fix: package.json & package-lock.json to reduce vulnerabilities

2afc7a5
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade lodash from 4.17.21 to 4.17.23 #1982

fix: package.json & package-lock.json to reduce vulnerabilities
2afc7a5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 22, 2026 in 1m 15s

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 #1982 [Snyk] Security upgrade lodash from 4.17.21 to 4.17.23.
Any changes that have been made to the development branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job PHP ENV OS State
5091.1 8.2 SNIFF=1 Linux passed
5091.2 8.2 Linux passed

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "branches": {
    "only": [
      "development",
      "preprod",
      "master"
    ]
  },
  "addons": {
    "apt": {
      "packages": [
        "libonig-dev"
      ]
    }
  },
  "before_install": [
    "composer self-update;",
    "composer install;"
  ],
  "script": [
    "vendor/bin/phplint",
    "if [[ \"$SNIFF\" == \"1\" ]]; then vendor/bin/phpcs; fi",
    "vendor/bin/phpunit",
    "vendor/bin/phpunit vendor/ccs/strata-frontend/tests"
  ],
  "jobs": {
    "fast_finish": true,
    "include": [
      {
        "php": "8.2",
        "env": [
          {
            "SNIFF": "1"
          }
        ]
      },
      {
        "php": "8.2"
      }
    ]
  }
}