Skip to content

Commit

Permalink
fix: update sentry and axios dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
orubin committed Dec 12, 2024
1 parent dc02da4 commit e32471f
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 96 deletions.
174 changes: 82 additions & 92 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"dependencies": {
"@neuralegion/os-service": "^1.2.6",
"@neuralegion/raw-socket": "^1.8.6",
"@sentry/node": "^7.70.0",
"@sentry/node": "^7.120.0",
"ajv": "^6.12.6",
"amqplib": "~0.10.2",
"arch": "^2.2.0",
"axios": "^1.6.8",
"axios": "^1.7.8",
"better-ajv-errors": "^1.2.0",
"chalk": "^4.1.2",
"ci-info": "^3.8.0",
Expand All @@ -55,7 +55,7 @@
"ws": "^8.18.0",
"yargs": "^17.7.2"
},
"description": "Bright CLI is a CLI tool that can initialize, stop, polling and maintain scans in Bright solutions.",
"description": "Bright CLI is a CLI tool that can initialize, stop, poll and maintain scans in Bright solutions.",
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
Expand Down Expand Up @@ -136,7 +136,7 @@
"./node_modules/@neuralegion/raw-socket/prebuilds/darwin-x64+arm64/node.abi115.node"
],
"targets": [
"node16-linux-x64",
"node20-linux-x64",
"node20-macos-x64",
"node20-windows-x64"
],
Expand Down

0 comments on commit e32471f

Please sign in to comment.