Skip to content

Commit 3efee66

Browse files
authored
chore: update ttlcache to 2.0.1 (#6851)
1 parent ea43fae commit 3efee66

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require,@opentelemetry/api,Apache license 2.0,Copyright OpenTelemetry Authors
1111
require,@opentelemetry/api-logs,Apache license 2.0,Copyright OpenTelemetry Authors
1212
require,@opentelemetry/core,Apache license 2.0,Copyright OpenTelemetry Authors
1313
require,@opentelemetry/resources,Apache license 2.0,Copyright OpenTelemetry Authors
14-
require,@isaacs/ttlcache,ISC,Copyright (c) 2022-2023 - Isaac Z. Schlueter and Contributors
14+
require,@isaacs/ttlcache,Blue Oak,Copyright Isaac Z. Schlueter and Contributors
1515
require,crypto-randomuuid,MIT,Copyright 2021 Node.js Foundation and contributors
1616
require,dc-polyfill,MIT,Copyright 2023 Datadog Inc.
1717
require,escape-string-regexp,MIT,Copyright Sindre Sorhus

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@datadog/pprof": "5.12.0",
130130
"@datadog/sketches-js": "2.1.1",
131131
"@datadog/wasm-js-rewriter": "4.0.1",
132-
"@isaacs/ttlcache": "^1.4.1",
132+
"@isaacs/ttlcache": "^2.0.1",
133133
"@opentelemetry/api": ">=1.0.0 <1.10.0",
134134
"@opentelemetry/api-logs": "<1.0.0",
135135
"@opentelemetry/core": ">=1.14.0 <1.31.0",

packages/dd-trace/src/appsec/api_security_sampler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const TTLCache = require('@isaacs/ttlcache')
3+
const { TTLCache } = require('@isaacs/ttlcache')
44
const web = require('../plugins/util/web')
55
const log = require('../log')
66
const { AUTO_REJECT, USER_REJECT } = require('../../../../ext/priority')

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,10 +390,10 @@
390390
resolve-from "^3.0.0"
391391
rimraf "^3.0.0"
392392

393-
"@isaacs/ttlcache@^1.4.1":
394-
version "1.4.1"
395-
resolved "https://registry.yarnpkg.com/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz#21fb23db34e9b6220c6ba023a0118a2dd3461ea2"
396-
integrity sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==
393+
"@isaacs/ttlcache@^2.0.1":
394+
version "2.0.1"
395+
resolved "https://registry.yarnpkg.com/@isaacs/ttlcache/-/ttlcache-2.0.1.tgz#aa3fbd0ba0d715e754845237b827f8e9e323f038"
396+
integrity sha512-yq2z+rXePnXTmZiC1ru4aMgRmjvHu8BJIZagF/R0Tck3ciGgNrrWd2eBh/vopK6cIBWIc4BH3Sfb84PEpzB6UA==
397397

398398
"@istanbuljs/load-nyc-config@^1.0.0":
399399
version "1.1.0"

0 commit comments

Comments
 (0)