Skip to content

Commit e9f4f11

Browse files
Bump import-in-the-middle to v1.13.1 (#5351)
Co-authored-by: Alvaro <alvaro@chainalysis.com>
1 parent dcc7f48 commit e9f4f11

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"crypto-randomuuid": "^1.0.0",
9696
"dc-polyfill": "^0.1.4",
9797
"ignore": "^5.2.4",
98-
"import-in-the-middle": "1.11.2",
98+
"import-in-the-middle": "1.13.1",
9999
"istanbul-lib-coverage": "3.2.0",
100100
"jest-docblock": "^29.7.0",
101101
"koalas": "^1.0.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ acorn-jsx@^5.3.2:
10671067
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
10681068
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
10691069

1070-
acorn@^8.14.0, acorn@^8.8.2:
1070+
acorn@^8.14.0:
10711071
version "8.14.0"
10721072
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
10731073
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
@@ -2997,12 +2997,12 @@ import-fresh@^3.2.1:
29972997
parent-module "^1.0.0"
29982998
resolve-from "^4.0.0"
29992999

3000-
import-in-the-middle@1.11.2:
3001-
version "1.11.2"
3002-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.2.tgz#dd848e72b63ca6cd7c34df8b8d97fc9baee6174f"
3003-
integrity sha512-gK6Rr6EykBcc6cVWRSBR5TWf8nn6hZMYSRYqCcHa0l0d1fPK7JSYo6+Mlmck76jIX9aL/IZ71c06U2VpFwl1zA==
3000+
import-in-the-middle@1.13.1:
3001+
version "1.13.1"
3002+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.13.1.tgz#789651f9e93dd902a5a306f499ab51eb72b03a12"
3003+
integrity sha512-k2V9wNm9B+ysuelDTHjI9d5KPc4l8zAZTGqj+pcynvWkypZd857ryzN8jNC7Pg2YZXNMJcHRPpaDyCBbNyVRpA==
30043004
dependencies:
3005-
acorn "^8.8.2"
3005+
acorn "^8.14.0"
30063006
acorn-import-attributes "^1.9.5"
30073007
cjs-module-lexer "^1.2.2"
30083008
module-details-from-path "^1.0.3"

0 commit comments

Comments
 (0)