Skip to content

Commit e24d78c

Browse files
committed
fix: update iitm to 2.0.3 to fix minor memory leak
The reason not to update to the latest version is our own esm loader. It contains code that is breaking with the latest version and we have to fix that first. This therefore just fixes an intermediate issue. Fixes: #6567
1 parent a995fee commit e24d78c

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
],
131131
"dependencies": {
132132
"dc-polyfill": "^0.1.10",
133-
"import-in-the-middle": "2.0.0"
133+
"import-in-the-middle": "2.0.3"
134134
},
135135
"optionalDependencies": {
136136
"@datadog/libdatadog": "0.7.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ acorn-jsx@^5.3.2:
797797
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
798798
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
799799

800-
acorn@^8.14.0, acorn@^8.15.0:
800+
acorn@^8.15.0:
801801
version "8.15.0"
802802
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
803803
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
@@ -1169,10 +1169,10 @@ ci-info@^4.3.1:
11691169
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.1.tgz#355ad571920810b5623e11d40232f443f16f1daa"
11701170
integrity sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==
11711171

1172-
cjs-module-lexer@^1.2.2:
1173-
version "1.4.3"
1174-
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz#0f79731eb8cfe1ec72acd4066efac9d61991b00d"
1175-
integrity sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==
1172+
cjs-module-lexer@^2.2.0:
1173+
version "2.2.0"
1174+
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-2.2.0.tgz#b3ca5101843389259ade7d88c77bd06ce55849ca"
1175+
integrity sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==
11761176

11771177
clean-regexp@^1.0.0:
11781178
version "1.0.0"
@@ -2306,15 +2306,15 @@ import-fresh@^3.2.1:
23062306
parent-module "^1.0.0"
23072307
resolve-from "^4.0.0"
23082308

2309-
import-in-the-middle@2.0.0:
2310-
version "2.0.0"
2311-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.0.tgz#295948cee94d0565314824c6bd75379d13e5b1a5"
2312-
integrity sha512-yNZhyQYqXpkT0AKq3F3KLasUSK4fHvebNH5hOsKQw2dhGSALvQ4U0BqUc5suziKvydO5u5hgN2hy1RJaho8U5A==
2309+
import-in-the-middle@2.0.3:
2310+
version "2.0.3"
2311+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.3.tgz#2ba36d716faa3531a7946c4ee52a8e553f6ee0bd"
2312+
integrity sha512-BhJ3Rc6x+kA3EE0apAuGc4rsihsUrEj31lCkXRfwGzLKqgzlSyBLvthIinsvLg6J4bCCTgVAoAgD+KwkISjmBQ==
23132313
dependencies:
2314-
acorn "^8.14.0"
2314+
acorn "^8.15.0"
23152315
acorn-import-attributes "^1.9.5"
2316-
cjs-module-lexer "^1.2.2"
2317-
module-details-from-path "^1.0.3"
2316+
cjs-module-lexer "^2.2.0"
2317+
module-details-from-path "^1.0.4"
23182318

23192319
imurmurhash@^0.1.4:
23202320
version "0.1.4"
@@ -2980,7 +2980,7 @@ mocha@^11.6.0:
29802980
yargs-parser "^21.1.1"
29812981
yargs-unparser "^2.0.0"
29822982

2983-
module-details-from-path@^1.0.3:
2983+
module-details-from-path@^1.0.3, module-details-from-path@^1.0.4:
29842984
version "1.0.4"
29852985
resolved "https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.4.tgz#b662fdcd93f6c83d3f25289da0ce81c8d9685b94"
29862986
integrity sha512-EGWKgxALGMgzvxYF1UyGTy0HXX/2vHLkw6+NvDKW2jypWbHpjQuj4UMcqQWXHERJhVGKikolT06G3bcKe4fi7w==

0 commit comments

Comments
 (0)