Skip to content

Commit

Permalink
chore(deps): bump dd-trace from 4.15.0 to 4.16.0 (#111)
Browse files Browse the repository at this point in the history
Bumps [dd-trace](https://github.com/DataDog/dd-trace-js) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/DataDog/dd-trace-js/releases)
- [Commits](DataDog/dd-trace-js@v4.15.0...v4.16.0)

---
updated-dependencies:
- dependency-name: dd-trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent c4995ca commit 380fca5
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 @@ -21,7 +21,7 @@
"@chainlink/ccip-read-server": "^0.2.1",
"@farcaster/hub-nodejs": "^0.10.13",
"body-parser": "^1.20.2",
"dd-trace": "^4.15.0",
"dd-trace": "^4.16.0",
"dotenv": "^16.3.1",
"ethers": "^6.7.1",
"express": "^4.18.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@datadog/native-appsec@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@datadog/native-appsec/-/native-appsec-3.2.0.tgz#ddeca06cbaba9c6905903d09d18013f81eedc8c3"
integrity sha512-biAa7EFfuavjSWgSQaCit9CqGzr6Af5nhzfNNGJ38Y/Y387hDvLivAR374kK1z6XoxGZEOa+XPbVogmV/2Bcjw==
"@datadog/native-appsec@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@datadog/native-appsec/-/native-appsec-4.0.0.tgz#ee08138b987dec557eac3650a43a972dac85b6a6"
integrity sha512-myTguXJ3VQHS2E1ylNsSF1avNpDmq5t+K4Q47wdzeakGc3sDIDDyEbvuFTujl9c9wBIkup94O1mZj5DR37ajzA==
dependencies:
node-gyp-build "^3.9.0"

Expand Down Expand Up @@ -2168,12 +2168,12 @@ dateformat@^4.6.3:
resolved "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==

dd-trace@^4.15.0:
version "4.15.0"
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-4.15.0.tgz#8a0c099ca82dac898ec77f568ea56966dbe70c79"
integrity sha512-LesEnL2X1qqvwSCCxkSm/qRkuFUpmamf/BloGcz3B72og2qdNel8W8uviwNO9b7OGC3Fm+QzdfqwfTkoIMUZwQ==
dd-trace@^4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-4.16.0.tgz#1ada5f5640de7975807bbae6743cee766c56ecd7"
integrity sha512-pDAZgJ9hYrRHztpSM7hcO6bAXj/Jrf1EMW/O6BiDsQS6GMzXho3rqOHIGMBeB7+pzM6/chncio1KkwOKP+d4bQ==
dependencies:
"@datadog/native-appsec" "^3.2.0"
"@datadog/native-appsec" "^4.0.0"
"@datadog/native-iast-rewriter" "2.1.3"
"@datadog/native-iast-taint-tracking" "1.5.0"
"@datadog/native-metrics" "^2.0.0"
Expand Down

0 comments on commit 380fca5

Please sign in to comment.