Skip to content

Commit 339c971

Browse files
dependabot[bot]rochdev
authored andcommitted
chore(deps): bump import-in-the-middle from 2.0.6 to 3.0.0 (#7485)
Bumps [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) from 2.0.6 to 3.0.0. - [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.6...import-in-the-middle-v3.0.0) --- updated-dependencies: - dependency-name: import-in-the-middle dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7ddf43 commit 339c971

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
@@ -132,7 +132,7 @@
132132
],
133133
"dependencies": {
134134
"dc-polyfill": "^0.1.10",
135-
"import-in-the-middle": "^2.0.6"
135+
"import-in-the-middle": "^3.0.0"
136136
},
137137
"optionalDependencies": {
138138
"@datadog/libdatadog": "0.8.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,10 +2471,10 @@ import-fresh@^3.2.1:
24712471
parent-module "^1.0.0"
24722472
resolve-from "^4.0.0"
24732473

2474-
import-in-the-middle@^2.0.6:
2475-
version "2.0.6"
2476-
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-2.0.6.tgz#1972337bfe020d05f6b5e020c13334567436324f"
2477-
integrity sha512-3vZV3jX0XRFW3EJDTwzWoZa+RH1b8eTTx6YOCjglrLyPuepwoBti1k3L2dKwdCUrnVEfc5CuRuGstaC/uQJJaw==
2474+
import-in-the-middle@^3.0.0:
2475+
version "3.0.0"
2476+
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-3.0.0.tgz#720c12b4c07ea58b32a54667e70a022e18cc36a3"
2477+
integrity sha512-OnGy+eYT7wVejH2XWgLRgbmzujhhVIATQH0ztIeRilwHBjTeG3pD+XnH3PKX0r9gJ0BuJmJ68q/oh9qgXnNDQg==
24782478
dependencies:
24792479
acorn "^8.15.0"
24802480
acorn-import-attributes "^1.9.5"

0 commit comments

Comments
 (0)