Skip to content

Commit

Permalink
Update packages (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu authored Nov 15, 2023
1 parent d57cbbc commit b397bae
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
4 changes: 2 additions & 2 deletions docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ const getDefaultOptions = () => {
opts.prefixUrl = isWin
? WIN_LOCAL_TLS
: isDockerRootless
? `http://unix:${homedir()}/.docker/run/docker.sock:`
: "http://unix:/var/run/docker.sock:";
? `http://unix:${homedir()}/.docker/run/docker.sock:`
: "http://unix:/var/run/docker.sock:";
}
}
} else {
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"url": "https://github.com/cyclonedx/cdxgen/issues"
},
"dependencies": {
"@babel/parser": "^7.23.0",
"@babel/traverse": "^7.23.2",
"@babel/parser": "^7.23.3",
"@babel/traverse": "^7.23.3",
"@npmcli/arborist": "7.2.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand All @@ -83,15 +83,15 @@
"yargs": "^17.7.2"
},
"optionalDependencies": {
"@appthreat/atom": "1.5.7",
"@appthreat/atom": "1.6.3",
"@cyclonedx/cdxgen-plugins-bin": "^1.4.0",
"@cyclonedx/cdxgen-plugins-bin-arm64": "^1.4.0",
"@cyclonedx/cdxgen-plugins-bin-ppc64": "^1.4.0",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"connect": "^3.7.0",
"jsonata": "^2.0.3",
"sequelize": "^6.33.0",
"sequelize": "^6.35.0",
"sqlite3": "^5.1.6"
},
"files": [
Expand All @@ -102,10 +102,10 @@
"devDependencies": {
"caxa": "^3.0.1",
"docsify-cli": "^4.4.4",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "3.0.3"
"prettier": "3.1.0"
}
}

0 comments on commit b397bae

Please sign in to comment.