Skip to content

Commit

Permalink
Upgrading to honeybadger 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spaquet committed Nov 28, 2023
1 parent 50f657f commit 52208e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "app",
"private": "true",
"dependencies": {
"@honeybadger-io/js": "6.6.0",
"@honeybadger-io/js": "6.7.1",
"@hotwired/stimulus": "3.2.2",
"@hotwired/turbo-rails": "7.3.0",
"@rails/actiontext": "7.1.2",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,20 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.5.tgz#faad84c41ba12e3a0acb52571df9bff37bee75f6"
integrity sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==

"@honeybadger-io/core@^6.4.0":
version "6.4.0"
resolved "https://registry.yarnpkg.com/@honeybadger-io/core/-/core-6.4.0.tgz#94955877137ccbfef4df9d8131ae3f45c6978dca"
integrity sha512-DTAjqNsdiDv1ilMQMGNQTEZyaNoqSJyW42HN1fW7p3i703czo6G6CT1tMiAUb5hnj/RMztaQK0GFSRUC9KMepw==
"@honeybadger-io/core@^6.5.1":
version "6.5.1"
resolved "https://registry.yarnpkg.com/@honeybadger-io/core/-/core-6.5.1.tgz#4a54ff253aacae676a6bc9dd1606cd807ce93a61"
integrity sha512-E/cNkReUDH6dNvhskZ/U2yCwemQcwvMlxa5BwuuGuLOCtErEaI2AxsQg07ZJ6Z8fwTDiX6Iw995tDOz4UqE4Rw==
dependencies:
json-nd "^1.0.0"
stacktrace-parser "^0.1.10"

"@honeybadger-io/js@6.6.0":
version "6.6.0"
resolved "https://registry.yarnpkg.com/@honeybadger-io/js/-/js-6.6.0.tgz#9fed2ca8c6bcba920e97d91b0fbbf4407182989e"
integrity sha512-Xf+B/dkxVP3A9lw4MNjYFSpQi9zXbyuoLR5bQEY6lL5XXvhDrVgs12M531yfL7IkE+n+dEp3JR5OvhFU0/gtQQ==
"@honeybadger-io/js@6.7.1":
version "6.7.1"
resolved "https://registry.yarnpkg.com/@honeybadger-io/js/-/js-6.7.1.tgz#bcf098ab7943487d7c1a593eddc32c1ef823663e"
integrity sha512-KqBg3XvVHCZX96ER0T3pYQ+JaVEvnQpFh/6Q87afhGpJvRc1kJFXrnYYr4wUpgkgDdOAmgbYoMwq1SmfGDkreQ==
dependencies:
"@honeybadger-io/core" "^6.4.0"
"@honeybadger-io/core" "^6.5.1"
"@types/aws-lambda" "^8.10.89"
"@types/express" "^4.17.13"
cosmiconfig "^8.3.6"
Expand Down Expand Up @@ -781,6 +782,11 @@ js-yaml@^4.1.0:
dependencies:
argparse "^2.0.1"

json-nd@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/json-nd/-/json-nd-1.0.0.tgz#e52283b7ee3f5e6f9920f668c94044bda912120c"
integrity sha512-8TIp0HZAY0VVrwRQJJPb4+nOTSPoOWZeEKBTLizUfQO4oym5Fc/MKqN8vEbLCxcyxDf2vwNxOQ1q84O49GWPyQ==

json-parse-even-better-errors@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
Expand Down

0 comments on commit 52208e3

Please sign in to comment.