Skip to content

Commit 2856a4c

Browse files
committed
bump import in the middle...
1 parent 7186fa9 commit 2856a4c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17685,7 +17685,17 @@ 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:
17688+
import-in-the-middle@^1.13.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==
17692+
dependencies:
17693+
acorn "^8.14.0"
17694+
acorn-import-attributes "^1.9.5"
17695+
cjs-module-lexer "^1.2.2"
17696+
module-details-from-path "^1.0.3"
17697+
17698+
import-in-the-middle@^1.8.1:
1768917699
version "1.13.0"
1769017700
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.13.0.tgz#e592583c3f53ff29c6079c0af31feab592ac6b2a"
1769117701
integrity sha512-YG86SYDtrL/Yu8JgfWb7kjQ0myLeT1whw6fs/ZHFkXFcbk9zJU9lOCsSJHpvaPumU11nN3US7NW6x1YTk+HrUA==

0 commit comments

Comments
 (0)