Skip to content

fix: package.json to reduce vulnerabilities

17d3540
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade styled-components from 6.0.0-rc.3 to 6.1.0 #644

fix: package.json to reduce vulnerabilities
17d3540
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 15, 2025 in 4m 26s

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 #644 [Snyk] Security upgrade styled-components from 6.0.0-rc.3 to 6.1.0.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
PHP Version 7.4
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "notifications": {
    "email": [
      {
        "on_success": "never",
        "on_failure": "change"
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "U0C7obTxqgI1blt1RIhIY+M3mU94CgSVMCP3oWtPyVaXrDwYdlSZvqXGCdezJXqVzFOcMEytDlKMJxo1zM6fnXlpqvUllBGm2IJkpQj6ijUr+uQy6bVqMWQiIWDho8XRKH3GoYa812XSsNJOROX+let9JiXiO5qz0DWSs3FQ4gl+Ti+E/Znck9yE32AfY5rHEhtkbN2ih/Agx7o+8PkdGG2BGr6hqfn/Gf1sHiUA6KifdoD6lZRR/nym/1osEMlkuavbY4tOf+RBvUTpSpyBDthPXmgXCPJZ8iGGTKySic7KF367AXITWNWdZxX0ChzNB6WcmJWvdvghbxRnIZXN3nML+gtXclmNnH8GOO4iLyXtUbyh7JpoZh/5KVnqP2hmgjPzBGNm84JBmZuqB7jIKHAZwWh66u9k03uteM5wrYNxQBYvDHvTaeeP7TnOBDWhUkjvEacx61TpxmUCb6VGHahSv/MuqaAEpvolcj83BPBC4fjrLA3dj6u+WjYxTqRZeA9A35eW6qT3182beKHCj+GfN1PfsMRGCyqebxcj6CMLgGti0UMgFUBBp1w30z54vKq/lpIRCgMYXQWbETJPLhez76u9MqVCc1j9JoxD6o7we3BsvYtOhngnCbKLcpDzsQK8q/TTtVB/etfQcYdir6lkJn4wAQbvoM5US8uPQ7w="
          }
        ]
      }
    ]
  },
  "php": [
    "7.4"
  ],
  "before_script": [
    "nvm install 18.12.1",
    "nvm use 18.12.1",
    "npm install -g gulp-cli",
    "composer self-update --1",
    "composer install",
    "yarn install"
  ],
  "script": [
    "npm run build"
  ],
  "before_deploy": [
    "yes | gem update --system --force",
    "gem install bundler",
    "gem install uri",
    "gem install faraday-net_http -v '3.3.0'",
    "gem install logger"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "chmod +x ./node_modules/@boldgrid/wordpress-tag-sync/release.sh && ./node_modules/@boldgrid/wordpress-tag-sync/release.sh",
      "skip_cleanup": true,
      "on": {
        "tags": true,
        "php": "7.4"
      }
    },
    {
      "provider": "releases",
      "file": [
        "post-and-page-builder.zip"
      ],
      "skip_cleanup": true,
      "on": {
        "tags": true,
        "php": "7.4"
      },
      "token": "${GITHUB_TOKEN}"
    }
  ],
  "env": [
    "global=GITHUB_TOKEN=[secure]"
  ]
}