Skip to content

Commit

Permalink
Merge pull request #13168 from strapi/fix/sentryVersion
Browse files Browse the repository at this point in the history
Upgrade Sentry version (both for plugin and internal) to latest
  • Loading branch information
derrickmehaffy committed May 6, 2022
2 parents e8215ff + 2f8c1ce commit 1db90d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/generators/app/package.json
Expand Up @@ -36,7 +36,7 @@
"test": "echo \"no tests yet\""
},
"dependencies": {
"@sentry/node": "6.3.0",
"@sentry/node": "6.19.6",
"chalk": "^4.1.1",
"execa": "^1.0.0",
"fs-extra": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/sentry/package.json
Expand Up @@ -24,7 +24,7 @@
"test:unit": "jest --verbose"
},
"dependencies": {
"@sentry/node": "6.7.1"
"@sentry/node": "6.19.6"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
Expand Down

0 comments on commit 1db90d8

Please sign in to comment.