Skip to content

Commit dbbc711

Browse files
authored
Update profiler to 5.13.5 (#7731)
* Update profiler to 5.13.5 * Fix 3rd party licenses
1 parent 3d5e6c8 commit dbbc711

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

LICENSE-3rdparty.csv

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"crypto-randomuuid","npm:crypto-randomuuid","['MIT']","['Stephen Belanger']"
6262
"dc-polyfill","https://github.com/DataDog/dc-polyfill","['MIT']","['Thomas Hunter II']"
6363
"dd-trace","https://github.com/DataDog/dd-trace-js","['(Apache-2.0 OR BSD-3-Clause)']","['Datadog Inc. <info@datadoghq.com>']"
64-
"delay","https://github.com/sindresorhus/delay","['MIT']","['Sindre Sorhus']"
6564
"detect-newline","https://github.com/sindresorhus/detect-newline","['MIT']","['Sindre Sorhus']"
6665
"escape-string-regexp","https://github.com/sindresorhus/escape-string-regexp","['MIT']","['Sindre Sorhus']"
6766
"esquery","https://github.com/estools/esquery","['BSD-3-Clause']","['Joel Feenstra']"
@@ -85,7 +84,6 @@
8584
"node-gyp-build","https://github.com/prebuild/node-gyp-build","['MIT']","['Mathias Buus']"
8685
"opentracing","https://github.com/opentracing/opentracing-javascript","['Apache-2.0']","['opentracing']"
8786
"oxc-parser","https://github.com/oxc-project/oxc","['MIT']","['Boshen and oxc contributors']"
88-
"p-limit","https://github.com/sindresorhus/p-limit","['MIT']","['Sindre Sorhus']"
8987
"path-to-regexp","https://github.com/pillarjs/path-to-regexp","['MIT']","['pillarjs']"
9088
"pprof-format","https://github.com/DataDog/pprof-format","['MIT']","['Datadog Inc.']"
9189
"protobufjs","https://github.com/protobufjs/protobuf.js","['BSD-3-Clause']","['Daniel Wirtz']"
@@ -100,6 +98,5 @@
10098
"tslib","https://github.com/microsoft/tslib","['0BSD']","['Microsoft Corp.']"
10199
"ttl-set","https://github.com/watson/ttl-set","['MIT']","['Thomas Watson']"
102100
"undici-types","https://github.com/nodejs/undici","['MIT']","['nodejs']"
103-
"yocto-queue","https://github.com/sindresorhus/yocto-queue","['MIT']","['Sindre Sorhus']"
104101
"aws-lambda-nodejs-runtime-interface-client","https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/blob/v2.1.0/src/utils/UserFunction.ts","['Apache-2.0']","['Amazon.com Inc. or its affiliates']"
105102
"is-git-url","https://github.com/jonschlinkert/is-git-url/blob/396965ffabf2f46656c8af4c47bef1d69f09292e/index.js#L9C15-L9C87","['MIT']","['Jon Schlinkert']"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"@datadog/native-iast-taint-tracking": "4.1.0",
143143
"@datadog/native-metrics": "3.1.1",
144144
"@datadog/openfeature-node-server": "^1.1.0",
145-
"@datadog/pprof": "5.13.4",
145+
"@datadog/pprof": "5.13.5",
146146
"@datadog/wasm-js-rewriter": "5.0.1",
147147
"@opentelemetry/api": ">=1.0.0 <1.10.0",
148148
"@opentelemetry/api-logs": "<1.0.0",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,12 @@
231231
dependencies:
232232
"@datadog/flagging-core" "1.1.0"
233233

234-
"@datadog/pprof@5.13.4":
235-
version "5.13.4"
236-
resolved "https://registry.yarnpkg.com/@datadog/pprof/-/pprof-5.13.4.tgz#3555252e177a1311826a9db4e4fb5bedc5561284"
237-
integrity sha512-tX9ntTBh/pGFzZJ/dOkiZrtQ1pLMyX6liGyB5E7MpSQAXcCPj4Fh9yvZtqkKepwQn/0RWayCtZbwM3ikbh+c4w==
234+
"@datadog/pprof@5.13.5":
235+
version "5.13.5"
236+
resolved "https://registry.yarnpkg.com/@datadog/pprof/-/pprof-5.13.5.tgz#36eea628f321ed512fe4ce440de4cffa2e056569"
237+
integrity sha512-W0dvo91ff2EMQI9Vhv8PNM+w1ZWuClm1pBVdLB6y0bMB3+E+wEGg0VD1iNJxsuPbwDt5+yV0u3e4WkqK12Lzlg==
238238
dependencies:
239-
delay "^5.0.0"
240239
node-gyp-build "<4.0"
241-
p-limit "^3.1.0"
242240
pprof-format "^2.2.1"
243241
source-map "^0.7.4"
244242

@@ -1595,11 +1593,6 @@ define-properties@^1.2.1:
15951593
has-property-descriptors "^1.0.0"
15961594
object-keys "^1.1.1"
15971595

1598-
delay@^5.0.0:
1599-
version "5.0.0"
1600-
resolved "https://registry.yarnpkg.com/delay/-/delay-5.0.0.tgz#137045ef1b96e5071060dd5be60bf9334436bd1d"
1601-
integrity sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==
1602-
16031596
delayed-stream@~1.0.0:
16041597
version "1.0.0"
16051598
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -3433,7 +3426,7 @@ p-limit@^2.2.0:
34333426
dependencies:
34343427
p-try "^2.0.0"
34353428

3436-
p-limit@^3.0.2, p-limit@^3.1.0:
3429+
p-limit@^3.0.2:
34373430
version "3.1.0"
34383431
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
34393432
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==

0 commit comments

Comments
 (0)