Skip to content

Commit

Permalink
feat: bump ddtrace to 4.x (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve authored Feb 13, 2024
1 parent 0fe831a commit 715e2b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^15.6.1",
"@types/promise-retry": "^1.1.3",
"@types/shimmer": "^1.0.1",
"dd-trace": "^3.47.0",
"dd-trace": "^4.26.0",
"jest": "^27.0.1",
"mock-fs": "4.14.0",
"nock": "13.0.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2045,10 +2045,10 @@ dc-polyfill@^0.1.2, dc-polyfill@^0.1.3:
resolved "https://registry.yarnpkg.com/dc-polyfill/-/dc-polyfill-0.1.3.tgz#fe9eefc86813439dd46d6f9ad9582ec079c39720"
integrity sha512-Wyk5n/5KUj3GfVKV2jtDbtChC/Ff9fjKsBcg4ZtYW1yQe3DXNHcGURvmoxhqQdfOQ9TwyMjnfyv1lyYcOkFkFA==

dd-trace@^3.47.0:
version "3.47.0"
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-3.47.0.tgz#a6e79b1bbeb3c3593bec75b224fc07de5683a821"
integrity sha512-4YUJz+uFaNJy72k0sNjnwRKepkSAu8Pa7dYZcDTSv2MZ9S1c+hiiKWjH4VKaXL9fL0KBa4AvWc8/XJe8h/Fy7Q==
dd-trace@^4.26.0:
version "4.26.0"
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-4.26.0.tgz#ebd7b0d2a30192761660b8001b64c6d31f2592be"
integrity sha512-qG1r1ERapurxbLSzox+LSVlM3QybblOCm/fP0dvClo+lH2E2ar4XmuX/2XoKNm43X4cCDFJcVmbvFQFwChHtWw==
dependencies:
"@datadog/native-appsec" "7.0.0"
"@datadog/native-iast-rewriter" "2.2.2"
Expand Down

0 comments on commit 715e2b5

Please sign in to comment.