Skip to content

Bump node-forge from 1.3.1 to 1.3.3 - #1319

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/node-forge-1.3.3
Open

Bump node-forge from 1.3.1 to 1.3.3#1319
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/node-forge-1.3.3

Bump node-forge from 1.3.1 to 1.3.3

c13dbb0
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Dec 4, 2025 in 48s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1319 Bump node-forge from 1.3.1 to 1.3.3.
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 Node.js
Operating System Linux (Focal)
Node.js Version 14.21.3
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "sudo": true,
  "node_js": [
    "14.21.3"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          "focallocal:njis5lKnuOTF1dp8W7HiTn8I"
        ]
      }
    ]
  },
  "before_install": [
    "curl -L -o sops.deb \"https://github.com/mozilla/sops/releases/download/v3.8.1/sops_3.8.1_amd64.deb\"",
    "sudo dpkg -i sops.deb",
    "mkdir -p ~/.gnupg",
    "echo \"use-agent\" > ~/.gnupg/gpg.conf",
    "echo \"pinentry-mode loopback\" >> ~/.gnupg/gpg.conf",
    "echo \"allow-loopback-pinentry\" > ~/.gnupg/gpg-agent.conf",
    "gpg-connect-agent reloadagent /bye || true",
    "echo \"$sops_gpg_key\" | base64 -d | gpg --batch --pinentry-mode loopback --import",
    "cd .deployment/$(./.deployment/branch-to-dir.sh \"$TRAVIS_BRANCH\")",
    "for file in *.enc*; do sops --decrypt --output \"${file%.enc*}${file##*.enc}\" \"${file}\"; done",
    "npm install -g mup",
    "curl https://install.meteor.com | /bin/sh"
  ],
  "branches": {
    "only": [
      "master",
      "deploy-btm",
      "deploy-phm"
    ]
  },
  "script": [
    "npm install",
    "mup setup",
    "mup deploy"
  ]
}