Skip to content

Commit 159cb23

Browse files
authored
chore(deps): Bump IITM to ^2.0.1 (#18599)
IITM has a new patch release with a fix that we need to properly instrument submodule imports in our Otel integrations (for instance to make [this](#18403) work). Closes #18613
1 parent 9c40849 commit 159cb23

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@
150150
"gauge/strip-ansi": "6.0.1",
151151
"wide-align/string-width": "4.2.3",
152152
"cliui/wrap-ansi": "7.0.0",
153-
"sucrase": "getsentry/sucrase#es2020-polyfills"
153+
"sucrase": "getsentry/sucrase#es2020-polyfills",
154+
"import-in-the-middle": "2.0.1"
154155
},
155156
"version": "0.0.0",
156157
"name": "sentry-javascript",

packages/node-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@apm-js-collab/tracing-hooks": "^0.3.1",
7070
"@sentry/core": "10.32.1",
7171
"@sentry/opentelemetry": "10.32.1",
72-
"import-in-the-middle": "^2"
72+
"import-in-the-middle": "^2.0.1"
7373
},
7474
"devDependencies": {
7575
"@apm-js-collab/code-transformer": "^0.8.2",

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@sentry/core": "10.32.1",
9999
"@sentry/node-core": "10.32.1",
100100
"@sentry/opentelemetry": "10.32.1",
101-
"import-in-the-middle": "^2",
101+
"import-in-the-middle": "^2.0.1",
102102
"minimatch": "^9.0.0"
103103
},
104104
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19238,10 +19238,10 @@ import-fresh@^3.2.1:
1923819238
parent-module "^1.0.0"
1923919239
resolve-from "^4.0.0"
1924019240

19241-
import-in-the-middle@^2, import-in-the-middle@^2.0.0:
19242-
version "2.0.0"
19243-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.0.tgz#295948cee94d0565314824c6bd75379d13e5b1a5"
19244-
integrity sha512-yNZhyQYqXpkT0AKq3F3KLasUSK4fHvebNH5hOsKQw2dhGSALvQ4U0BqUc5suziKvydO5u5hgN2hy1RJaho8U5A==
19241+
import-in-the-middle@2.0.1, import-in-the-middle@^2.0.0, import-in-the-middle@^2.0.1:
19242+
version "2.0.1"
19243+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.1.tgz#8d1aa2db18374f2c811de2aa4756ebd6e9859243"
19244+
integrity sha512-bruMpJ7xz+9jwGzrwEhWgvRrlKRYCRDBrfU+ur3FcasYXLJDxTruJ//8g2Noj+QFyRBeqbpj8Bhn4Fbw6HjvhA==
1924519245
dependencies:
1924619246
acorn "^8.14.0"
1924719247
acorn-import-attributes "^1.9.5"

0 commit comments

Comments
 (0)