Skip to content

Commit 02f280c

Browse files
authored
deps(node): Bump import-in-the-middle to 1.13.1 (#16260)
See https://github.com/nodejs/import-in-the-middle/releases/tag/import-in-the-middle-v1.13.1 ### Bug Fixes * handling of circular dependencies ([#181](nodejs/import-in-the-middle#181)) ([b58092e](nodejs/import-in-the-middle@b58092e)) * importing JSON files ([#182](nodejs/import-in-the-middle#182)) ([8c52014](nodejs/import-in-the-middle@8c52014)) * warning from use of context.importAssertions ([#179](nodejs/import-in-the-middle#179)) ([8e56cf1](nodejs/import-in-the-middle@8e56cf1)) This version is already allowed by our range, but in order to ensure everybody gets this, bumping it here.
1 parent f1121ce commit 02f280c

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

dev-packages/e2e-tests/test-applications/nextjs-turbo/package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@
3535
"@sentry/opentelemetry": "latest || *",
3636
"@sentry/react": "latest || *",
3737
"@sentry-internal/replay": "latest || *",
38-
"@sentry/vercel-edge": "latest || *",
39-
"import-in-the-middle": "1.12.0"
40-
},
41-
"overrides": {
42-
"import-in-the-middle": "1.12.0"
38+
"@sentry/vercel-edge": "latest || *"
4339
},
4440
"volta": {
4541
"extends": "../../package.json"

packages/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@prisma/instrumentation": "6.7.0",
9999
"@sentry/core": "9.17.0",
100100
"@sentry/opentelemetry": "9.17.0",
101-
"import-in-the-middle": "^1.13.0"
101+
"import-in-the-middle": "^1.13.1"
102102
},
103103
"devDependencies": {
104104
"@types/node": "^18.19.1"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -17660,10 +17660,10 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
1766017660
parent-module "^1.0.0"
1766117661
resolve-from "^4.0.0"
1766217662

17663-
import-in-the-middle@^1.13.0, import-in-the-middle@^1.8.1:
17664-
version "1.13.0"
17665-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.13.0.tgz#e592583c3f53ff29c6079c0af31feab592ac6b2a"
17666-
integrity sha512-YG86SYDtrL/Yu8JgfWb7kjQ0myLeT1whw6fs/ZHFkXFcbk9zJU9lOCsSJHpvaPumU11nN3US7NW6x1YTk+HrUA==
17663+
import-in-the-middle@^1.13.1, import-in-the-middle@^1.8.1:
17664+
version "1.13.1"
17665+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.13.1.tgz#789651f9e93dd902a5a306f499ab51eb72b03a12"
17666+
integrity sha512-k2V9wNm9B+ysuelDTHjI9d5KPc4l8zAZTGqj+pcynvWkypZd857ryzN8jNC7Pg2YZXNMJcHRPpaDyCBbNyVRpA==
1766717667
dependencies:
1766817668
acorn "^8.14.0"
1766917669
acorn-import-attributes "^1.9.5"

0 commit comments

Comments
 (0)