Skip to content

Commit

Permalink
deps: dd-trace (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent c87bd6b commit 4fbb1d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/node": "20.12.5",
"datadog-lambda-js": "8.108.0",
"dd-trace": "5.9.0",
"dd-trace": "5.10.0",
"hot-shots": "10.0.0",
"skuba": "8.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@datadog/native-appsec@7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@datadog/native-appsec/-/native-appsec-7.1.0.tgz#e8e6254236ac6fd7d4fb8b1156b34de64ec3e174"
integrity sha512-5FATunIxmvuSGDwPmbXfOi21wC7rjfbdLX4QiT5LR+iRLjRLT5iETqwdTsqy0WOQIHmxdWuddRvuakAg3921aA==
"@datadog/native-appsec@7.1.1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@datadog/native-appsec/-/native-appsec-7.1.1.tgz#eee96ae4c309e5b811611e968668f6744452c584"
integrity sha512-1XVrCY4g1ArN79SQANMtiIkaxKSPfgdAGv0VAM4Pz+NQuxKfl+2xQPXjQPm87LI1KQIO6MU6qzv3sUUSesb9lA==
dependencies:
node-gyp-build "^3.9.0"

Expand Down Expand Up @@ -2727,12 +2727,12 @@ dc-polyfill@^0.1.3, dc-polyfill@^0.1.4:
resolved "https://registry.yarnpkg.com/dc-polyfill/-/dc-polyfill-0.1.4.tgz#4118cec81a8fab9a5729c41c285c715ffa42495a"
integrity sha512-8iwEduR2jR9wWYggeaYtYZWRiUe3XZPyAQtMTL1otv8X3kfR8xUIVb4l5awHEeyDrH6Je7N324lKzMKlMMN6Yw==

dd-trace@5.9.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-5.9.0.tgz#dc33496c2cd85588704dac7144b16bdf4dd17817"
integrity sha512-w1sqFnzZWVNn/1GFB+Dnbc8JDR1NG89HJI8c+qioeFwpHdol6kLYLH5QShkw2ZjYJu+5/DeCkYvH1PSyNcL+nw==
dd-trace@5.10.0:
version "5.10.0"
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-5.10.0.tgz#719673ff14e552767beda01ce12879616e62ba0a"
integrity sha512-+JyAf8DKGlCGPxhVhIHcG2+oD5h9/oGFbNj35Jlsl+EEMD/hqOWihgzZ2UzWNCVmOtVGQip3bdRGE4uqkRY+/g==
dependencies:
"@datadog/native-appsec" "7.1.0"
"@datadog/native-appsec" "7.1.1"
"@datadog/native-iast-rewriter" "2.3.0"
"@datadog/native-iast-taint-tracking" "1.7.0"
"@datadog/native-metrics" "^2.0.0"
Expand Down

0 comments on commit 4fbb1d9

Please sign in to comment.