Skip to content

Commit

Permalink
fix(test): pin sentry version to avoid pulling untested, later versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-cahill committed Oct 18, 2023
1 parent 933e8a0 commit 35dd44d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@oclif/plugin-help": "5.1.11",
"@oclif/plugin-not-found": "2.3.1",
"@oclif/plugin-warn-if-update-available": "2.0.4",
"@sentry/integrations": "^7.58.1",
"@sentry/node": "^7.58.1",
"@sentry/integrations": "7.58.1",
"@sentry/node": "7.58.1",
"acorn-loose": "^8.2.1",
"adm-zip": "^0.5.9",
"ajv": "^8.6.3",
Expand Down

0 comments on commit 35dd44d

Please sign in to comment.