Skip to content

Commit 084cbf2

Browse files
committed
fix import-in-the-middle version
1 parent eba37fe commit 084cbf2

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

dev-packages/node-integration-tests/suites/tracing/requests/http-sampled-esm/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { conditionalTest } from '../../../../utils';
33
import { createRunner } from '../../../../utils/runner';
44
import { createTestServer } from '../../../../utils/server';
55

6-
conditionalTest({ min: 18 })('outgoing sampled http requests are correctly instrumented in ESM', () => {
6+
conditionalTest({ min: 18 })('outgoing http in ESM', () => {
77
test('outgoing sampled http requests are correctly instrumented in ESM', done => {
88
expect.assertions(11);
99

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@prisma/instrumentation": "5.19.1",
100100
"@sentry/core": "8.42.0",
101101
"@sentry/opentelemetry": "8.42.0",
102-
"import-in-the-middle": "^1.11.3"
102+
"import-in-the-middle": "^1.11.2"
103103
},
104104
"devDependencies": {
105105
"@types/node": "^14.18.0"

yarn.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20784,7 +20784,7 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
2078420784
parent-module "^1.0.0"
2078520785
resolve-from "^4.0.0"
2078620786

20787-
import-in-the-middle@^1.11.3:
20787+
import-in-the-middle@^1.11.2, import-in-the-middle@^1.8.1:
2078820788
version "1.11.3"
2078920789
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.3.tgz#08559f2c05fd65ba7062e747af056ed18a80120c"
2079020790
integrity sha512-tNpKEb4AjZrCyrxi+Eyu43h5ig0O8ZRFSXPHh/00/o+4P4pKzVEW/m5lsVtsAT7fCIgmQOAPjdqecGDsBXRxsw==
@@ -20794,16 +20794,6 @@ import-in-the-middle@^1.11.3:
2079420794
cjs-module-lexer "^1.2.2"
2079520795
module-details-from-path "^1.0.3"
2079620796

20797-
import-in-the-middle@^1.8.1:
20798-
version "1.11.2"
20799-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.2.tgz#dd848e72b63ca6cd7c34df8b8d97fc9baee6174f"
20800-
integrity sha512-gK6Rr6EykBcc6cVWRSBR5TWf8nn6hZMYSRYqCcHa0l0d1fPK7JSYo6+Mlmck76jIX9aL/IZ71c06U2VpFwl1zA==
20801-
dependencies:
20802-
acorn "^8.8.2"
20803-
acorn-import-attributes "^1.9.5"
20804-
cjs-module-lexer "^1.2.2"
20805-
module-details-from-path "^1.0.3"
20806-
2080720797
import-lazy@^2.1.0:
2080820798
version "2.1.0"
2080920799
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"

0 commit comments

Comments
 (0)