Skip to content

Commit 5eea5d5

Browse files
committed
deps(node): Bump import-in-the-middle to 1.13.1
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))
1 parent 8f5f2f3 commit 5eea5d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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
@@ -17685,10 +17685,10 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
1768517685
parent-module "^1.0.0"
1768617686
resolve-from "^4.0.0"
1768717687

17688-
import-in-the-middle@^1.13.0, import-in-the-middle@^1.8.1:
17689-
version "1.13.0"
17690-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.13.0.tgz#e592583c3f53ff29c6079c0af31feab592ac6b2a"
17691-
integrity sha512-YG86SYDtrL/Yu8JgfWb7kjQ0myLeT1whw6fs/ZHFkXFcbk9zJU9lOCsSJHpvaPumU11nN3US7NW6x1YTk+HrUA==
17688+
import-in-the-middle@^1.13.1, import-in-the-middle@^1.8.1:
17689+
version "1.13.1"
17690+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.13.1.tgz#789651f9e93dd902a5a306f499ab51eb72b03a12"
17691+
integrity sha512-k2V9wNm9B+ysuelDTHjI9d5KPc4l8zAZTGqj+pcynvWkypZd857ryzN8jNC7Pg2YZXNMJcHRPpaDyCBbNyVRpA==
1769217692
dependencies:
1769317693
acorn "^8.14.0"
1769417694
acorn-import-attributes "^1.9.5"

0 commit comments

Comments
 (0)