Skip to content

Commit 74d1d84

Browse files
chore(deps): bump import-in-the-middle
Bumps the runtime-minor-and-patch-dependencies group with 1 update in the / directory: [import-in-the-middle](https://github.com/nodejs/import-in-the-middle). Updates `import-in-the-middle` from 2.0.3 to 2.0.5 - [Release notes](https://github.com/nodejs/import-in-the-middle/releases) - [Changelog](https://github.com/nodejs/import-in-the-middle/blob/main/CHANGELOG.md) - [Commits](nodejs/import-in-the-middle@import-in-the-middle-v2.0.3...import-in-the-middle-v2.0.5) --- updated-dependencies: - dependency-name: import-in-the-middle dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-minor-and-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99aef7c commit 74d1d84

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
],
131131
"dependencies": {
132132
"dc-polyfill": "^0.1.10",
133-
"import-in-the-middle": "2.0.3"
133+
"import-in-the-middle": "2.0.5"
134134
},
135135
"optionalDependencies": {
136136
"@datadog/libdatadog": "0.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,10 +2301,10 @@ import-fresh@^3.2.1:
23012301
parent-module "^1.0.0"
23022302
resolve-from "^4.0.0"
23032303

2304-
import-in-the-middle@2.0.3:
2305-
version "2.0.3"
2306-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.3.tgz#2ba36d716faa3531a7946c4ee52a8e553f6ee0bd"
2307-
integrity sha512-BhJ3Rc6x+kA3EE0apAuGc4rsihsUrEj31lCkXRfwGzLKqgzlSyBLvthIinsvLg6J4bCCTgVAoAgD+KwkISjmBQ==
2304+
import-in-the-middle@2.0.5:
2305+
version "2.0.5"
2306+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.5.tgz#3ee0bfa70e6f543b821f6d5ed42890dd578b87a2"
2307+
integrity sha512-0InH9/4oDCBRzWXhpOqusspLBrVfK1vPvbn9Wxl8DAQ8yyx5fWJRETICSwkiAMaYntjJAMBP1R4B6cQnEUYVEA==
23082308
dependencies:
23092309
acorn "^8.15.0"
23102310
acorn-import-attributes "^1.9.5"

0 commit comments

Comments
 (0)