Skip to content

Commit

Permalink
bump sentry to 7.38 (#26)
Browse files Browse the repository at this point in the history
* bump sentry to 7.38
  • Loading branch information
thiagoazeredo-quintoandar authored Feb 24, 2023
1 parent d74419e commit aa20420
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 148 deletions.
205 changes: 62 additions & 143 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "quintoandar-logger",
"version": "3.3.6",
"version": "3.3.7",
"description": "Winston logger with custom 5A configuration",
"main": "src/main.js",
"dependencies": {
"@sentry/node": "^6.18.1",
"@sentry/node": "^7.38.0",
"lodash": "^4.17.21",
"stack-trace": "0.0.10",
"util": "^0.12.4",
"winston": "^3.6.0",
"util": "^0.12.5",
"winston": "^3.8.2",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@sentry/types": "^6.18.1"
"@sentry/types": "^7.38.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit aa20420

Please sign in to comment.