Skip to content

Commit dde45c6

Browse files
Bump import-in-the-middle from 1.3.5 to 1.4.2 (#1274)
Bumps [import-in-the-middle](https://github.com/DataDog/import-in-the-middle) from 1.3.5 to 1.4.2. - [Release notes](https://github.com/DataDog/import-in-the-middle/releases) - [Commits](nodejs/import-in-the-middle@v1.3.5...v1.4.2) --- updated-dependencies: - dependency-name: import-in-the-middle dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4f8718 commit dde45c6

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,11 @@ accepts@~1.3.8:
12601260
mime-types "~2.1.34"
12611261
negotiator "0.6.3"
12621262

1263+
acorn-import-assertions@^1.9.0:
1264+
version "1.9.0"
1265+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
1266+
integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
1267+
12631268
acorn-jsx@^5.3.2:
12641269
version "5.3.2"
12651270
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -1280,6 +1285,11 @@ acorn@^8.8.0:
12801285
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.9.0.tgz#78a16e3b2bcc198c10822786fa6679e245db5b59"
12811286
integrity sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==
12821287

1288+
acorn@^8.8.2:
1289+
version "8.10.0"
1290+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
1291+
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
1292+
12831293
ajv@^6.10.0, ajv@^6.12.4:
12841294
version "6.12.6"
12851295
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -1682,7 +1692,7 @@ ci-info@^3.2.0:
16821692
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
16831693
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
16841694

1685-
cjs-module-lexer@^1.0.0:
1695+
cjs-module-lexer@^1.0.0, cjs-module-lexer@^1.2.2:
16861696
version "1.2.3"
16871697
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz#6c370ab19f8a3394e318fe682686ec0ac684d107"
16881698
integrity sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==
@@ -2818,10 +2828,13 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
28182828
resolve-from "^4.0.0"
28192829

28202830
import-in-the-middle@^1.3.5:
2821-
version "1.3.5"
2822-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.3.5.tgz#78384fbcfc7c08faf2b1f61cb94e7dd25651df9c"
2823-
integrity sha512-yzHlBqi1EBFrkieAnSt8eTgO5oLSl+YJ7qaOpUH/PMqQOMZoQ/RmDlwnTLQrwYto+gHYjRG+i/IbsB1eDx32NQ==
2831+
version "1.4.2"
2832+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.4.2.tgz#2a266676e3495e72c04bbaa5ec14756ba168391b"
2833+
integrity sha512-9WOz1Yh/cvO/p69sxRmhyQwrIGGSp7EIdcb+fFNVi7CzQGQB8U1/1XrKVSbEd/GNOAeM0peJtmi7+qphe7NvAw==
28242834
dependencies:
2835+
acorn "^8.8.2"
2836+
acorn-import-assertions "^1.9.0"
2837+
cjs-module-lexer "^1.2.2"
28252838
module-details-from-path "^1.0.3"
28262839

28272840
import-local@^3.0.2:

0 commit comments

Comments
 (0)